Skip to content
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

Incorrect Traces and Logs url in the opentelemetry plugin documentation #8378

Open
2 tasks done
sachinghumbre2070985 opened this issue Jan 27, 2025 · 1 comment
Open
2 tasks done

Comments

@sachinghumbre2070985
Copy link

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

  • I agree to follow this project's Code of Conduct
  • I agree to abide by the Community Expectations
@sachinghumbre2070985
Copy link
Author

any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant