Skip to content

Commit

Permalink
Fix tempo service name in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezselles committed Nov 28, 2023
1 parent ce44f11 commit 82a6766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/example-hermes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hermes:
tag: 0.0.4
o11y:
metrics_endpoint: http://victoria-svc:8428/opentelemetry/api/v1/push
traces_endpoint: http://example-hermes-tempo:4318/v1/traces
traces_endpoint: http://hermes-tempo:4318/v1/traces

victoria-metrics-single:
server:
Expand All @@ -43,7 +43,7 @@ grafana:
- name: Tempo
uid: tempo
type: tempo
url: http://example-hermes-tempo:3100
url: http://hermes-tempo:3100
isDefault: false
deleteDatasources:
- name: Prometheus
Expand All @@ -62,4 +62,4 @@ grafana:
path: /var/lib/grafana/dashboards/default

dashboardsConfigMaps:
default: "hermes-dashboard"
default: "hermes-dashboard"

0 comments on commit 82a6766

Please sign in to comment.