-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instana exporter #30048
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hi @rupinder10, from documentation it looks like for SAAS the endpoint would start with |
I dont have the INSTANA_ENDPOINT_URL set as I am not using the local agent but the otelcollector. Anyway, endpoint configured matches the one that I see in my instana UI. The only difference is that the exporter seems to append "/bundle" at the end which isnt valid |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I used to run the Instana exporter and the URL had the To send OTel data to the SaaS backend, the better approach is using the "otlp-acceptor": https://www.ibm.com/docs/en/instana-observability/current?topic=opentelemetry-sending-data-instana-backend |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I'm closing this, as this component is deprecated in favor of the OTLP exporter. |
Component(s)
exporter/instana
What happened?
I am using the OpenTelemetry collector contrib (version 0.91.0) with the instana exporter.
I got the endpoint and agent keys from my instana console and plugged them into the otelcollector config.
But when the collector starts I get this error message
"error": "Permanent error: error when sending payload to https://ingress-coral-saas.instana.io/bundle: 404 Not Found"
I checked and the /bundle endpoint is invalid.
What is the correct configuration for this ?
Collector version
0.91.0
Environment information
Environment
OS: Windows 11
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: