Skip to content

Commit 54f2a8b

Browse files
authored
docs: fix DataSink CR example (#58)
* Update DataSink CRDS in README (#1) Co-authored-by: Jordan Raychev <jordan.raychev@sap.com> * Remove unknown fields from datasink crd --------- Co-authored-by: Jordan Raychev <jordan.raychev@sap.com>
1 parent f732e28 commit 54f2a8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,7 @@ metadata:
402402
namespace: metrics-operator-system
403403
spec:
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

0 commit comments

Comments
 (0)