Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jdbi to native java instrumentation registry #5512

Merged
merged 2 commits into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions data/registry/instrumentation-java-jdbi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# cSpell:ignore JDBI jdbi Jdbi
title: JDBI
registryType: instrumentation
language: java
tags:
- java
- jdbi
urls:
repo: https://github.com/jdbi/jdbi
docs: https://jdbi.org/#_opentelemetry_tracing
website: https://jdbi.org/
license: Apache-2.0
description:
Installing the JdbiOpenTelemetryPlugin enables Jdbi statements to emit trace
spans recording metadata like SQL, parameters, and execution time.
authors:
- name: JDBI Authors
url: https://github.com/jdbi
createdAt: '2024-11-02'
isNative: true
16 changes: 16 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -5247,6 +5247,14 @@
"StatusCode": 200,
"LastSeen": "2024-08-06T15:18:28.014809+02:00"
},
"https://github.com/jdbi": {
"StatusCode": 200,
"LastSeen": "2024-11-02T06:14:06.865612-04:00"
},
"https://github.com/jdbi/jdbi": {
"StatusCode": 200,
"LastSeen": "2024-11-02T06:14:05.661704-04:00"
},
"https://github.com/jeanbisutti": {
"StatusCode": 200,
"LastSeen": "2024-01-30T16:14:42.388742-05:00"
Expand Down Expand Up @@ -8611,6 +8619,14 @@
"StatusCode": 200,
"LastSeen": "2024-01-30T15:25:04.309715-05:00"
},
"https://jdbi.org/": {
"StatusCode": 206,
"LastSeen": "2024-11-02T06:13:48.275274-04:00"
},
"https://jdbi.org/#_opentelemetry_tracing": {
"StatusCode": 206,
"LastSeen": "2024-11-02T06:13:48.208691-04:00"
},
"https://jessitron.com/": {
"StatusCode": 200,
"LastSeen": "2024-01-18T19:02:03.729447-05:00"
Expand Down
Loading