Skip to content

Commit

Permalink
Exponential Histogram support to the Prometheus exporter
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Stäber <fabian@fstab.de>
  • Loading branch information
fstab committed Dec 13, 2023
1 parent 6e53623 commit 3e8fbe0
Show file tree
Hide file tree
Showing 18 changed files with 1,839 additions and 2,437 deletions.
2 changes: 2 additions & 0 deletions exporters/prometheus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ dependencies {
api(project(":sdk:metrics"))

implementation(project(":sdk-extensions:autoconfigure-spi"))
implementation("io.prometheus:prometheus-metrics-exporter-httpserver:1.1.0")

compileOnly("com.sun.net.httpserver:http")
compileOnly("com.google.auto.value:auto-value-annotations")

annotationProcessor("com.google.auto.value:auto-value")

testImplementation(project(":sdk:testing"))
testImplementation("io.opentelemetry.proto:opentelemetry-proto")

testImplementation("com.google.guava:guava")
Expand Down

This file was deleted.

Loading

0 comments on commit 3e8fbe0

Please sign in to comment.