From d1ca85e36aa8f4f743dd38784cc75bc15e70e7de Mon Sep 17 00:00:00 2001 From: Zhonghao Zhao Date: Thu, 19 Dec 2024 15:29:31 -0800 Subject: [PATCH] Migrate logging exporter. --- .github/collector/collector-config.yml | 8 ++++---- .github/workflows/e2e-tests-app-with-java-agent.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/collector/collector-config.yml b/.github/collector/collector-config.yml index 13ac39a41d..83147d1445 100644 --- a/.github/collector/collector-config.yml +++ b/.github/collector/collector-config.yml @@ -5,8 +5,8 @@ receivers: endpoint: 0.0.0.0:4317 exporters: - logging: - loglevel: info + debug: + verbosity: normal awsxray: region: us-west-2 awsemf: @@ -21,11 +21,11 @@ service: receivers: - otlp exporters: - - logging + - debug - awsxray metrics: receivers: - otlp exporters: - - logging + - debug - awsemf diff --git a/.github/workflows/e2e-tests-app-with-java-agent.yml b/.github/workflows/e2e-tests-app-with-java-agent.yml index b2c4d744bf..3a22f9f184 100644 --- a/.github/workflows/e2e-tests-app-with-java-agent.yml +++ b/.github/workflows/e2e-tests-app-with-java-agent.yml @@ -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 @@ -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 @@ -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