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
The traces and logs endpoints metioned in the opentelemetry plugin configuration seem incorrect to me.
As per documentation, the urls are:
traces_endpoint = https://{your-environment-id}.live.dynatrace.com/api/v2/otlp/v1/traces
logs_endpoint = https://{your-environment-id}.live.dynatrace.com/api/v2/otlp/v1/logs
What did you expect to happen?
Above endpoints are Dynatrace direct endpoints. These endpoints should be opentelemetry collector endpoints.
e.g.
traces_endpoint = http://{HOSTNAME}:4318/v1/logs
logs_endpoint = http://{HOSTNAME}:4318/v1/traces
Code of Conduct and Community Expectations
I agree to follow this project's Code of Conduct
I agree to abide by the Community Expectations
The text was updated successfully, but these errors were encountered:
Where is the problem?
https://docs.konghq.com/hub/kong-inc/opentelemetry/how-to/dynatrace/
What happened?
The traces and logs endpoints metioned in the opentelemetry plugin configuration seem incorrect to me.
As per documentation, the urls are:
traces_endpoint = https://{your-environment-id}.live.dynatrace.com/api/v2/otlp/v1/traces
logs_endpoint = https://{your-environment-id}.live.dynatrace.com/api/v2/otlp/v1/logs
What did you expect to happen?
Above endpoints are Dynatrace direct endpoints. These endpoints should be opentelemetry collector endpoints.
e.g.
traces_endpoint = http://{HOSTNAME}:4318/v1/logs
logs_endpoint = http://{HOSTNAME}:4318/v1/traces
Code of Conduct and Community Expectations
The text was updated successfully, but these errors were encountered: