You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with the OpenTelemetry exporter in Artillery. I'm getting the following error:
OTLPExporterError: Not Found
at IncomingMessage. (/path/to/node_modules/@opentelemetry/otlp-exporter-base/src/platform/node/util.ts:131:27)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
I've verified that the endpoint URL is correct and accessible. However, the URI seems to be incomplete or not recognized.
Questions:
Why is the URI not picking up the full link?
Are there any additional configurations required to ensure the endpoint is correctly recognized?
Any help or suggestions would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm encountering an issue with the OpenTelemetry exporter in Artillery. I'm getting the following error:
OTLPExporterError: Not Found
at IncomingMessage. (/path/to/node_modules/@opentelemetry/otlp-exporter-base/src/platform/node/util.ts:131:27)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
HTTP ERROR 404 Invalid URL
Here is the relevant part of my config.yml:
plugins:
publish-metrics:
- type: 'open-telemetry'
traces:
exporter: 'otlp-proto'
endpoint: 'https://collectors.au.sumologic.com/receiver/v1/otlp/{authenticationToken}'
I've verified that the endpoint URL is correct and accessible. However, the URI seems to be incomplete or not recognized.
Questions:
Why is the URI not picking up the full link?
Are there any additional configurations required to ensure the endpoint is correctly recognized?
Any help or suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions