Skip to content

Commit

Permalink
Remove unused prometheus dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiscocho committed Apr 16, 2024
1 parent 771d823 commit fecd76d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions solr/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,8 @@ dependencies {
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl'

// Prometheus client
implementation 'io.prometheus:simpleclient'
implementation 'io.prometheus:simpleclient_common'
implementation 'io.prometheus:simpleclient_dropwizard'
implementation 'io.prometheus:prometheus-metrics-exposition-formats:1.1.0'
implementation 'io.prometheus:prometheus-metrics-simpleclient-bridge:1.1.0'
implementation 'io.prometheus:prometheus-metrics-core:1.1.0'
implementation 'io.prometheus:prometheus-metrics-instrumentation-jvm:1.1.0'

// For faster XML processing than the JDK
implementation 'org.codehaus.woodstox:stax2-api'
Expand Down
9 changes: 9 additions & 0 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@ io.opentelemetry:opentelemetry-sdk-logs:1.35.0 (3 constraints: eb32b3b2)
io.opentelemetry:opentelemetry-sdk-metrics:1.35.0 (3 constraints: eb32b3b2)
io.opentelemetry:opentelemetry-sdk-trace:1.35.0 (3 constraints: eb32b3b2)
io.perfmark:perfmark-api:0.26.0 (3 constraints: 21212b16)
io.prometheus:prometheus-metrics-config:1.1.0 (2 constraints: a926cf59)
io.prometheus:prometheus-metrics-core:1.1.0 (1 constraints: 0405f335)
io.prometheus:prometheus-metrics-exposition-formats:1.1.0 (1 constraints: 0405f335)
io.prometheus:prometheus-metrics-model:1.1.0 (2 constraints: a926cf59)
io.prometheus:prometheus-metrics-shaded-protobuf:1.1.0 (1 constraints: 3e164ed8)
io.prometheus:prometheus-metrics-tracer-common:1.1.0 (3 constraints: 993ee7d1)
io.prometheus:prometheus-metrics-tracer-initializer:1.1.0 (1 constraints: 6c1022a8)
io.prometheus:prometheus-metrics-tracer-otel:1.1.0 (1 constraints: 1516fed3)
io.prometheus:prometheus-metrics-tracer-otel-agent:1.1.0 (1 constraints: 1516fed3)
io.prometheus:simpleclient:0.16.0 (3 constraints: 9d257513)
io.prometheus:simpleclient_common:0.16.0 (1 constraints: 1a1139c0)
io.prometheus:simpleclient_httpserver:0.16.0 (1 constraints: 3905353b)
Expand Down

0 comments on commit fecd76d

Please sign in to comment.