Skip to content

Conversation

@jpraychev
Copy link
Contributor

@jpraychev jpraychev commented Jun 25, 2025

What this PR does / why we need it:
This pull request updates the README.md file to reflect changes in the configuration for connecting to the Dynatrace metrics API. The most notable changes include the removal of certain fields related to the connection protocol and security settings, as well as updating the endpoint URL.

Updates to Dynatrace connection configuration:

  • README.md: Changed the endpoint URL from https://your-tenant.live.dynatrace.com/api/v2/metrics/ingest to https://your-tenant.live.dynatrace.com/api/v2/otlp/v1/metrics. This reflects a shift to the OpenTelemetry Protocol (OTLP) for metrics ingestion.
  • README.md: Removed the protocol field and the insecureSkipVerify field. These fields are no longer relevant with the updated endpoint configuration.

Which issue(s) this PR fixes:
Fixes #32

Special notes for your reviewer:

Release note:

Fix `DataSink` CR example in README

@jpraychev
Copy link
Contributor Author

@mirzakopic You can approve this one so we can merge it.

@maximiliantech maximiliantech changed the title Update DataSink CRDS in README fix(docs): DataSink CR example Jun 27, 2025
@maximiliantech maximiliantech linked an issue Jun 27, 2025 that may be closed by this pull request
Copy link
Member

@maximiliantech maximiliantech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jpraychev for your contribution! 🤝 Much appreciated 🚀

@maximiliantech maximiliantech merged commit 54f2a8b into openmcp-project:main Jun 27, 2025
5 of 10 checks passed
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

Successfully merging this pull request may close these issues.

Unknown fields in DataSink example in README

2 participants