Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SSM package config in test case #1721

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

vasireddy99
Copy link
Contributor

@vasireddy99 vasireddy99 commented Dec 17, 2024

Description:
The existing config have logging exporter specified in the config and test case failing, updated to the below config



extensions:
  health_check:
  pprof:
    endpoint: 0.0.0.0:17777

receivers:
  otlp:
    protocols:
      grpc:
        endpoint: 0.0.0.0:4317

exporters:
  awsxray:
    region: 'us-west-2'
  awsemf:
    region: 'us-west-2'

service:
  pipelines:
    traces:
      receivers: [otlp]
      exporters: [awsxray]
    metrics:
      receivers: [otlp]
      exporters: [awsemf]

  extensions: [pprof]

Command used - base64 > config.txt

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@vasireddy99 vasireddy99 requested a review from a team as a code owner December 17, 2024 07:03
@vasireddy99 vasireddy99 merged commit 8fcd38b into aws-observability:terraform Dec 17, 2024
9 checks passed
@vasireddy99 vasireddy99 deleted the updateconfig branch December 17, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants