Hi folks,
My Go application is able to push metrics using the OTLP exporter. I was able to connect it to Application Insights using the OTEL azuremonitorexporter. However, I had to deploy the OTEL Operator thus the Cert Manager and then create an OpenTelemetryCollector instance using the azuremonitor exporter. I would like to avoid all that and be able to push from my Go app directly to Application Insights just using the connection string. How can I do that if this repo is not maintained anymore?
Thanks!