Skip to content

Commit

Permalink
Add OTEL envars to ID
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Jun 26, 2024
1 parent 8dc1a63 commit 3760c00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spire/templates/apps/id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,12 @@ Resources:
Value: !Ref FeederHostname
- Name: METRICS_HOST
Value: !Ref MetricsHostname
- Name: OTEL_EXPORTER
Value: otlp
- Name: OTEL_SERVICE_NAME
Value: !If [IsProduction, ID Production, ID Staging]
- Name: OTEL_EXPORTER_OTLP_ENDPOINT
Value: https://otel.signoz.prx.tech:443
Essential: true
Image: !Sub ${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/${EcrImageTag}
LinuxParameters:
Expand Down

0 comments on commit 3760c00

Please sign in to comment.