We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f0853 commit 105cd92Copy full SHA for 105cd92
1 file changed
examples/vmcp-config.yaml
@@ -192,9 +192,9 @@ operational:
192
# OpenTelemetry-based metrics and tracing for backend operations and workflows
193
telemetry:
194
endpoint: "localhost:4317" # OTLP collector endpoint
195
- serviceName: "engineering-vmcp"
196
- tracingEnabled: true
197
- metricsEnabled: true
198
- samplingRate: 0.1 # 10% sampling
+ servicename: "engineering-vmcp"
+ tracingenabled: true
+ metricsenabled: true
+ samplingrate: 0.1 # 10% sampling
199
insecure: true # Use HTTP instead of HTTPS
200
- enablePrometheusMetricsPath: true # Expose /metrics endpoint
+ enableprometheusmetricspath: true # Expose /metrics endpoint
0 commit comments