Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4597413

Browse files
authoredOct 9, 2024··
Merge pull request #380 from pace/sentry-tracing-poc
tracing: replace Jaeger with Sentry
2 parents 75e1d0b + f6bf7eb commit 4597413

File tree

2,218 files changed

+172239
-96769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,218 files changed

+172239
-96769
lines changed
 

‎.github/workflows/golang-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
go: [ '1.21.12' ]
9+
go: [ '1.23' ]
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-go@v2

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A pace/bricks microservice is:
1414
* configured using **environment variables** ([TWELVE-FACTOR APP](https://12factor.net/))
1515
* monitored using **prometheus**
1616
* reports errors to **sentry**
17-
* samples traces to **jaeger**
17+
* samples traces to **sentry**
1818
* **logs** to stdout using json deployed **kubernetes** otherwise human readable
1919
* offers **health** endpoints
2020
* built-in redaction of JWTs and card schemes

0 commit comments

Comments
 (0)
Please sign in to comment.