Skip to content

feat: Add OTEL tracer to metricsstore reader component #2856

feat: Add OTEL tracer to metricsstore reader component

feat: Add OTEL tracer to metricsstore reader component #2856

Workflow file for this run

name: CIT gRPC And Badger
on:
push:
branches: [main]
pull_request:
branches: [main]
# See https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
grpc-and-badger:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: 1.20.x
- name: Run Badger storage integration tests
run: make badger-storage-integration-test
- name: Run gRPC storage integration tests
run: make grpc-storage-integration-test
# TODO add code coverage reporting