Skip to content

Commit 6e25b21

Browse files
sallyomclaude
andcommitted
feat: default tracing endpoint to otel-collector
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: sallyom <somalley@redhat.com>
1 parent 352526c commit 6e25b21

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/llm-d-modelservice/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: "v0.4.6"
16+
version: "v0.4.7"
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

charts/llm-d-modelservice/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3783,8 +3783,8 @@
37833783
"title": "enabled"
37843784
},
37853785
"otlpEndpoint": {
3786-
"default": "http://opentelemetry-collector.monitoring.svc.cluster.local:4317",
3787-
"description": "OTLP gRPC endpoint for trace export (e.g., OpenTelemetry Collector)",
3786+
"default": "http://otel-collector:4317",
3787+
"description": "OTLP gRPC endpoint for trace export (OTel Collector in the same namespace)",
37883788
"required": [],
37893789
"title": "otlpEndpoint"
37903790
},

charts/llm-d-modelservice/values.schema.tmpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,8 +1155,8 @@
11551155
"title": "enabled"
11561156
},
11571157
"otlpEndpoint": {
1158-
"default": "http://opentelemetry-collector.monitoring.svc.cluster.local:4317",
1159-
"description": "OTLP gRPC endpoint for trace export (e.g., OpenTelemetry Collector)",
1158+
"default": "http://otel-collector:4317",
1159+
"description": "OTLP gRPC endpoint for trace export (OTel Collector in the same namespace)",
11601160
"required": [],
11611161
"title": "otlpEndpoint"
11621162
},

charts/llm-d-modelservice/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ serviceAccountOverride: ""
2424
tracing:
2525
# -- Enable distributed tracing
2626
enabled: false
27-
# -- OTLP gRPC endpoint for trace export (e.g., OpenTelemetry Collector)
28-
otlpEndpoint: "http://opentelemetry-collector.monitoring.svc.cluster.local:4317"
27+
# -- OTLP gRPC endpoint for trace export (OTel Collector in the same namespace)
28+
otlpEndpoint: "http://otel-collector:4317"
2929
# -- Trace sampling configuration
3030
sampling:
3131
# -- OpenTelemetry sampler type (e.g., "parentbased_traceidratio", "always_on", "always_off")

0 commit comments

Comments
 (0)