File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -402,9 +402,7 @@ metadata:
402402 namespace: metrics-operator-system
403403spec:
404404 connection:
405- endpoint: "https://your-tenant.live.dynatrace.com/api/v2/metrics/ingest"
406- protocol: "http"
407- insecureSkipVerify: false
405+ endpoint: "https://your-tenant.live.dynatrace.com/api/v2/otlp/v1/metrics"
408406 authentication:
409407 apiKey:
410408 secretKeyRef:
@@ -418,8 +416,6 @@ The `DataSinkSpec` contains the following fields:
418416
419417# ### Connection
420418- **endpoint**: The target endpoint URL where metrics will be sent
421- - **protocol**: Communication protocol (`http` or `grpc`)
422- - **insecureSkipVerify**: (Optional) Skip TLS certificate verification
423419
424420# ### Authentication
425421- **apiKey**: API key authentication configuration
You can’t perform that action at this time.
0 commit comments