Skip to content

Commit

Permalink
feat: Add logging and metrics (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyniss committed Aug 22, 2023
1 parent f073d87 commit 9c53b33
Show file tree
Hide file tree
Showing 26 changed files with 844 additions and 290 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ DATABASE_URL=mongodb://admin:admin@mongo:27017/keyserver?authSource=admin
# Telemetry
TELEMETRY_ENABLED=true
TELEMETRY_GRPC_URL=http://localhost:4317
TELEMETRY_PROMETHEUS_PORT=8081
6 changes: 6 additions & 0 deletions .github/workflows/sub-app-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
components: 'cargo,clippy'
override: true

- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3

Expand Down Expand Up @@ -74,6 +77,9 @@ jobs:
profile: 'default'
override: true

- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3

Expand Down
Loading

0 comments on commit 9c53b33

Please sign in to comment.