Skip to content

Commit

Permalink
removed rename of frontend-web
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjt committed Sep 30, 2024
1 parent 7467d0f commit 5b14824
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions deploy/config-files/collector/values-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,16 @@ config:
log_statements:
- context: resource
statements:
- set(attributes["service.name"], "frontend") where attributes["service.name"] == "frontend-web"
- set(attributes["service.name"], "api-gateway") where attributes["service.name"] == "frontend"
- set(attributes["service.name"], "ingress-gateway") where attributes["service.name"] == "frontendproxy"
metric_statements:
- context: resource
statements:
- set(attributes["service.name"], "frontend") where attributes["service.name"] == "frontend-web"
- set(attributes["service.name"], "api-gateway") where attributes["service.name"] == "frontend"
- set(attributes["service.name"], "ingress-gateway") where attributes["service.name"] == "frontendproxy"
trace_statements:
- context: resource
statements:
- set(attributes["service.name"], "frontend") where attributes["service.name"] == "frontend-web"
- set(attributes["service.name"], "api-gateway") where attributes["service.name"] == "frontend"
- set(attributes["service.name"], "ingress-gateway") where attributes["service.name"] == "frontendproxy"
exporters:
Expand Down
3 changes: 0 additions & 3 deletions skaffold-config/demo-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,16 @@ opentelemetry-collector:
- context: resource
statements:
- set(attributes["service.name"], "api-gateway") where attributes["service.name"] == "frontend"
- set(attributes["service.name"], "frontend") where attributes["service.name"] == "frontend-web"
- set(attributes["service.name"], "ingress-gateway") where attributes["service.name"] == "frontendproxy"
metric_statements:
- context: resource
statements:
- set(attributes["service.name"], "api-gateway") where attributes["service.name"] == "frontend"
- set(attributes["service.name"], "frontend") where attributes["service.name"] == "frontend-web"
- set(attributes["service.name"], "ingress-gateway") where attributes["service.name"] == "frontendproxy"
trace_statements:
- context: resource
statements:
- set(attributes["service.name"], "api-gateway") where attributes["service.name"] == "frontend"
- set(attributes["service.name"], "frontend") where attributes["service.name"] == "frontend-web"
- set(attributes["service.name"], "ingress-gateway") where attributes["service.name"] == "frontendproxy"
exporters:
otlp/traces:
Expand Down

0 comments on commit 5b14824

Please sign in to comment.