0
0
Fork 0

Add an optional metric exporter (#33734)

This commit is contained in:
Renaud Chaput 2025-01-27 13:52:30 +01:00 committed by GitHub
parent b868e30fdf
commit 59384282ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 119 additions and 0 deletions

View file

@ -100,6 +100,8 @@ gem 'json-ld'
gem 'json-ld-preloaded', '~> 3.2'
gem 'rdf-normalize', '~> 0.5'
gem 'prometheus_exporter', '~> 2.2', require: false
gem 'opentelemetry-api', '~> 1.4.0'
group :opentelemetry do