Skip to content

Commit

Permalink
NH-82756: update endpoints to stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jul 10, 2024
1 parent 35003f6 commit bba9b83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions long-running-test-arch/k8s/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- name: OTEL_LOGS_EXPORTER
value: otlp
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: https://otel-collector.dc-01.dev-ssp.solarwinds.com:443
value: https://otel.collector.na-01.st-ssp.solarwinds.com:443
- name: OTEL_EXPORTER_OTLP_HEADERS
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:
- name: OTEL_LOGS_EXPORTER
value: otlp
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: https://otel-collector.dc-01.dev-ssp.solarwinds.com:443
value: https://otel.collector.na-01.st-ssp.solarwinds.com:443
- name: OTEL_EXPORTER_OTLP_HEADERS
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -146,7 +146,7 @@ spec:
- name: HOST_ENDPOINT
value: "http://uninstrumented-service:8080"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: https://otel-collector.dc-01.dev-ssp.solarwinds.com:443
value: https://otel.collector.na-01.st-ssp.solarwinds.com:443
- name: OTEL_EXPORTER_OTLP_HEADERS
valueFrom:
secretKeyRef:
Expand Down
8 changes: 4 additions & 4 deletions long-running-test-arch/k8s/deployment-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ spec:
name: swo-tokens
key: service-key
- name: SW_APM_COLLECTOR
value: apm.collector.na-01.dev-ssp.solarwinds.com
value: apm.collector.na-01.st-ssp.solarwinds.com
- name: OTEL_LOGS_EXPORTER
value: otlp
- name: OTEL_EXPORTER_OTLP_PROTOCOL
value: grpc
- name: OTEL_EXPORTER_OTLP_LOGS_ENDPOINT
value: https://otel-collector.dc-01.dev-ssp.solarwinds.com
value: https://otel.collector.na-01.st-ssp.solarwinds.com
- name: OTEL_EXPORTER_OTLP_LOGS_HEADERS
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -102,13 +102,13 @@ spec:
name: swo-tokens
key: service-key
- name: SW_APM_COLLECTOR
value: apm.collector.na-01.dev-ssp.solarwinds.com
value: apm.collector.na-01.st-ssp.solarwinds.com
- name: OTEL_LOGS_EXPORTER
value: otlp
- name: OTEL_EXPORTER_OTLP_PROTOCOL
value: grpc
- name: OTEL_EXPORTER_OTLP_LOGS_ENDPOINT
value: https://otel-collector.dc-01.dev-ssp.solarwinds.com
value: https://otel.collector.na-01.st-ssp.solarwinds.com
- name: OTEL_EXPORTER_OTLP_LOGS_HEADERS
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit bba9b83

Please sign in to comment.