From 7136cf24d2d0462d68e316ed12b73b5e7ad28541 Mon Sep 17 00:00:00 2001 From: aman bansal Date: Thu, 13 Jun 2024 13:34:03 +0530 Subject: [PATCH] chore | add the eds attribute to backend entity (#96) * chore | add the eds attribute to backend entity --- .github/workflows/pr-test.yml | 8 +++++--- .../hypertrace/hypertrace_backend_attributes.conf | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 7a941c2..a343e8a 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -34,11 +34,12 @@ jobs: args: jacocoTestReport - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: name: unit test reports fail_ci_if_error: true flags: unit + token: ${{ secrets.CODECOV_TOKEN }} - name: Integration test uses: hypertrace/github-actions/gradle@main @@ -46,11 +47,12 @@ jobs: args: jacocoIntegrationTestReport - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: name: integration test reports fail_ci_if_error: true flags: integration + token: ${{ secrets.CODECOV_TOKEN }} - name: copy test reports uses: hypertrace/github-actions/gradle@main @@ -58,7 +60,7 @@ jobs: args: copyAllReports --output-dir=/tmp/test-reports - name: Archive test reports - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: test-reports path: /tmp/test-reports diff --git a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_backend_attributes.conf b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_backend_attributes.conf index b4897a3..5b8fb84 100644 --- a/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_backend_attributes.conf +++ b/config-bootstrapper/src/main/resources/configs/config-bootstrapper/attribute-service/hypertrace/hypertrace_backend_attributes.conf @@ -25,7 +25,7 @@ commands = [ groupable: true, display_name: Backend ID, scope: BACKEND, - sources: [QS], + sources: [QS, EDS], type: ATTRIBUTE, internal: false }, @@ -67,7 +67,7 @@ commands = [ groupable: true, display_name: Backend Type, scope: BACKEND, - sources: [QS], + sources: [QS, EDS], type: ATTRIBUTE, internal: false }, @@ -111,7 +111,7 @@ commands = [ groupable: true, display_name: Backend Name, scope: BACKEND, - sources: [QS], + sources: [QS, EDS], type: ATTRIBUTE, internal: false }