diff --git a/README.md b/README.md index 3ab8ac8..f20627b 100644 --- a/README.md +++ b/README.md @@ -395,9 +395,7 @@ metadata: namespace: metrics-operator-system spec: connection: - endpoint: "https://your-tenant.live.dynatrace.com/api/v2/metrics/ingest" - protocol: "http" - insecureSkipVerify: false + endpoint: "https://your-tenant.live.dynatrace.com/api/v2/otlp/v1/metrics" authentication: apiKey: secretKeyRef: @@ -411,8 +409,6 @@ The `DataSinkSpec` contains the following fields: #### Connection - **endpoint**: The target endpoint URL where metrics will be sent -- **protocol**: Communication protocol (`http` or `grpc`) -- **insecureSkipVerify**: (Optional) Skip TLS certificate verification #### Authentication - **apiKey**: API key authentication configuration