Skip to content

Commit de8f4db

Browse files
authored
chore: change otlp endpoint in tracing example (#331)
1 parent 2e2760f commit de8f4db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/cluster/configure-tracing/cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
tracing:
77
enabled: true
8-
endpoint: "http://basic-monitor-standalone.default:4000/v1/otlp"
8+
endpoint: "http://basic-monitor-standalone.default:4000/v1/otlp/v1/traces"
99
sampleRatio: "1.0"
1010
base:
1111
main:
@@ -14,7 +14,7 @@ spec:
1414
replicas: 1
1515
tracing:
1616
enabled: true
17-
endpoint: "http://basic-monitor-standalone.default:4000/v1/otlp"
17+
endpoint: "http://basic-monitor-standalone.default:4000/v1/otlp/v1/traces"
1818
sampleRatio: "0.5"
1919
meta:
2020
replicas: 1

examples/standalone/configure-tracing/standalone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
image: greptime/greptimedb:latest
99
tracing:
1010
enabled: true
11-
endpoint: "http://basic-monitor-standalone.default:4000/v1/otlp"
11+
endpoint: "http://basic-monitor-standalone.default:4000/v1/otlp/v1/traces"
1212
sampleRatio: "1.0"

0 commit comments

Comments
 (0)