Skip to content

Commit

Permalink
Migrate logging exporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Dec 19, 2024
1 parent 2284b56 commit d1ca85e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/collector/collector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ receivers:
endpoint: 0.0.0.0:4317

exporters:
logging:
loglevel: info
debug:
verbosity: normal
awsxray:
region: us-west-2
awsemf:
Expand All @@ -21,11 +21,11 @@ service:
receivers:
- otlp
exporters:
- logging
- debug
- awsxray
metrics:
receivers:
- otlp
exporters:
- logging
- debug
- awsemf
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests-app-with-java-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: 17
java-version: 23
distribution: 'temurin'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: 17
java-version: 23
distribution: 'temurin'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: 17
java-version: 23
distribution: 'temurin'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit d1ca85e

Please sign in to comment.