Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_
PUBLIC_OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://localhost:8080/otlp-http/v1/traces

# OpenTelemetry Resource Definitions
OTEL_RESOURCE_ATTRIBUTES="service.namespace=opentelemetry-demo"
OTEL_RESOURCE_ATTRIBUTES="service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo"

# Metrics Temporality
OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE=cumulative
Expand Down
38 changes: 19 additions & 19 deletions kubernetes/opentelemetry-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9208,7 +9208,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -9278,7 +9278,7 @@ spec:
- name: OTEL_LOGS_EXPORTER
value: otlp
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -9342,7 +9342,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -9422,7 +9422,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -9488,7 +9488,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -9548,7 +9548,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4318/v1/traces
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -9614,7 +9614,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
value: grpc
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
memory: 175Mi
Expand Down Expand Up @@ -9687,7 +9687,7 @@ spec:
- name: POSTGRES_PASSWORD
value: ffs
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
memory: 120Mi
Expand Down Expand Up @@ -9744,7 +9744,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cput: 100m
Expand Down Expand Up @@ -9830,7 +9830,7 @@ spec:
- name: PUBLIC_OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://localhost:8080/otlp-http/v1/traces
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
memory: 200Mi
Expand Down Expand Up @@ -9915,7 +9915,7 @@ spec:
- name: OTEL_COLLECTOR_HOST
value: $(OTEL_COLLECTOR_NAME)
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
memory: 50Mi
Expand Down Expand Up @@ -9980,7 +9980,7 @@ spec:
- name: KAFKA_HEAP_OPTS
value: -Xmx200M -Xms200M
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
memory: 500Mi
Expand Down Expand Up @@ -10053,7 +10053,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
memory: 120Mi
Expand Down Expand Up @@ -10110,7 +10110,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -10174,7 +10174,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -10234,7 +10234,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4318
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -10304,7 +10304,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -10358,7 +10358,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
value: cumulative
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
memory: 20Mi
Expand Down Expand Up @@ -10421,7 +10421,7 @@ spec:
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://$(OTEL_COLLECTOR_NAME):4317/v1/traces
- name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,vcs.repository.url.full=https://github.com/dash0hq/opentelemetry-demo
resources:
limits:
cpu: 100m
Expand Down
Loading