Skip to content

Commit 105cd92

Browse files
committed
update example
Signed-off-by: Jeremy Drouillard <jeremy@stacklok.com>
1 parent 01f0853 commit 105cd92

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

examples/vmcp-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ operational:
192192
# OpenTelemetry-based metrics and tracing for backend operations and workflows
193193
telemetry:
194194
endpoint: "localhost:4317" # OTLP collector endpoint
195-
serviceName: "engineering-vmcp"
196-
tracingEnabled: true
197-
metricsEnabled: true
198-
samplingRate: 0.1 # 10% sampling
195+
servicename: "engineering-vmcp"
196+
tracingenabled: true
197+
metricsenabled: true
198+
samplingrate: 0.1 # 10% sampling
199199
insecure: true # Use HTTP instead of HTTPS
200-
enablePrometheusMetricsPath: true # Expose /metrics endpoint
200+
enableprometheusmetricspath: true # Expose /metrics endpoint

0 commit comments

Comments
 (0)