-
Notifications
You must be signed in to change notification settings - Fork 94
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
Dynatrace exporter config docs mention invalid key #253
Comments
Additionally there were quite a few more additions, improvements and fixes: Is there any way to keep these in sync or do all changes need to be reflected manually on the corresponding ADOT docs page? |
Hey @bryan-aguilar! This would certainly work but I think it might be surprising or even confusing if it would differ in that regard from all of the other components. |
Right now all website pages are managed manually. It would be nice to move toward a single point of truth for the information to reduce the maintenance burden of keeping the docs up to date in multiple locations. It would also be very nice if there was some type of sync tool we could use for this. I'll make a note to look into that before making any other changes. Feel free to submit a PR if you see anything that is missing or could be updated before someone on the team addresses it. |
The docs in https://aws-otel.github.io/docs/partners/dynatrace still list the config key
insecure_skip_verify
at top-level although this config was restructured in the collector a while ago (see the collector readme) and nested into a sectiontls
.This is the same issue as reported here: open-telemetry/opentelemetry-collector-contrib#7566
The exporter readme in the collector was fixed in open-telemetry/opentelemetry-collector-contrib@6cfac22 and open-telemetry/opentelemetry-collector-contrib@c8dc4b9.
Initially filed as aws-observability/aws-otel-community#55.
The text was updated successfully, but these errors were encountered: