Skip to content

Commit

Permalink
Update SigNoz endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jun 18, 2024
1 parent 0d7d988 commit 80a4a4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,9 +764,9 @@ Resources:
- Name: OTEL_SERVICE_NAME
Value: !If [IsProduction, Feeder Production, Feeder Staging]
- Name: OTEL_EXPORTER_OTLP_ENDPOINT
Value: https://ingest.us.signoz.cloud:443
- Name: OTEL_EXPORTER_OTLP_HEADERS
Value: !Sub signoz-access-token=${SignozAccessToken}
Value: https://otel.signoz.prx.tech:443
# - Name: OTEL_EXPORTER_OTLP_HEADERS
# Value: !Sub signoz-access-token=${SignozAccessToken}
Essential: true
Image: !Sub ${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/${EcrImageTag}
LinuxParameters:
Expand Down Expand Up @@ -931,9 +931,9 @@ Resources:
- Name: OTEL_SERVICE_NAME
Value: !If [IsProduction, Feeder Production, Feeder Staging]
- Name: OTEL_EXPORTER_OTLP_ENDPOINT
Value: https://ingest.us.signoz.cloud:443
- Name: OTEL_EXPORTER_OTLP_HEADERS
Value: !Sub signoz-access-token=${SignozAccessToken}
Value: https://otel.signoz.prx.tech:443
# - Name: OTEL_EXPORTER_OTLP_HEADERS
# Value: !Sub signoz-access-token=${SignozAccessToken}
Essential: true
Image: !Sub ${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/${EcrImageTag}
LinuxParameters:
Expand Down

0 comments on commit 80a4a4a

Please sign in to comment.