diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 763339d7ba..5f1a1a8984 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
benchmarks
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-annotations.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-annotations.txt
new file mode 100644
index 0000000000..a7fe17c136
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-annotations.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-annotations-1.8.1-SNAPSHOT.jar against prometheus-metrics-annotations-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-config.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-config.txt
new file mode 100644
index 0000000000..60dad6c1f2
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-config.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-config-1.8.1-SNAPSHOT.jar against prometheus-metrics-config-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-core.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-core.txt
new file mode 100644
index 0000000000..136f7f6f1a
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-core.txt
@@ -0,0 +1,6 @@
+Comparing source compatibility of prometheus-metrics-core-1.8.1-SNAPSHOT.jar against prometheus-metrics-core-1.8.0.jar
+*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.core.exemplars.ExemplarSampler (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.core.metrics.Histogram$DataPoint (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-common.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-common.txt
new file mode 100644
index 0000000000..daa5ef822b
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-common.txt
@@ -0,0 +1,4 @@
+Comparing source compatibility of prometheus-metrics-exporter-common-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-common-1.8.0.jar
+*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.common.PrometheusScrapeHandler (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-httpserver.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-httpserver.txt
new file mode 100644
index 0000000000..55ed8d9c34
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-httpserver.txt
@@ -0,0 +1,21 @@
+Comparing source compatibility of prometheus-metrics-exporter-httpserver-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-httpserver-1.8.0.jar
++++ NEW CLASS: PUBLIC(+) FINAL(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy (not serializable)
+ +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
+ +++ NEW SUPERCLASS: java.lang.Object
+ +++ NEW METHOD: PUBLIC(+) STATIC(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy$Builder builder()
+ +++ NEW METHOD: PUBLIC(+) STATIC(+) java.util.function.Consumer julReporter()
++++ NEW CLASS: PUBLIC(+) STATIC(+) FINAL(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy$Builder (not serializable)
+ +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
+ +++ NEW SUPERCLASS: java.lang.Object
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy build()
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy$Builder errorReporter(java.util.function.Consumer super java.lang.Exception>)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy$Builder unsafeDebugResponse(boolean)
+*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.httpserver.HTTPServer (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+*** MODIFIED CLASS: PUBLIC STATIC io.prometheus.metrics.exporter.httpserver.HTTPServer$Builder (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.httpserver.HTTPServer$Builder errorHandlingPolicy(io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy)
+*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.httpserver.MetricsHandler (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ +++ NEW CONSTRUCTOR: PUBLIC(+) MetricsHandler(io.prometheus.metrics.config.PrometheusProperties, io.prometheus.metrics.model.registry.PrometheusRegistry, io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy)
+
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry-otel-agent-resources.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry-otel-agent-resources.txt
new file mode 100644
index 0000000000..10f0cbe921
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry-otel-agent-resources.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-otel-agent-resources-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-otel-agent-resources-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry-shaded.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry-shaded.txt
new file mode 100644
index 0000000000..1b6d81f728
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry-shaded.txt
@@ -0,0 +1,20 @@
+Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-1.8.0.jar
+***! MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ ---! REMOVED CONSTRUCTOR: PUBLIC(-) OpenTelemetryExporter(io.prometheus.metrics.shaded.io_opentelemetry_2_28_1_alpha.sdk.metrics.export.MetricReader)
+*** MODIFIED CLASS: PUBLIC STATIC io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter buildAndStart()
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder endpoint(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder header(java.lang.String, java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder intervalSeconds(int)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder preserveNames(boolean)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder protocol(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder registry(io.prometheus.metrics.model.registry.PrometheusRegistry)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder resourceAttribute(java.lang.String, java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceInstanceId(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceName(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceNamespace(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceVersion(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder timeoutSeconds(int)
+
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry.txt
new file mode 100644
index 0000000000..d0177b813d
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-opentelemetry.txt
@@ -0,0 +1,20 @@
+Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-no-otel-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-no-otel-1.8.0.jar
+***! MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ ---! REMOVED CONSTRUCTOR: PUBLIC(-) OpenTelemetryExporter(io.opentelemetry.sdk.metrics.export.MetricReader)
+*** MODIFIED CLASS: PUBLIC STATIC io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter buildAndStart()
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder endpoint(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder header(java.lang.String, java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder intervalSeconds(int)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder preserveNames(boolean)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder protocol(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder registry(io.prometheus.metrics.model.registry.PrometheusRegistry)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder resourceAttribute(java.lang.String, java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceInstanceId(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceName(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceNamespace(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceVersion(java.lang.String)
+ +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder timeoutSeconds(int)
+
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-pushgateway.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-pushgateway.txt
new file mode 100644
index 0000000000..9d500f9811
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-pushgateway.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-exporter-pushgateway-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-pushgateway-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-servlet-jakarta.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-servlet-jakarta.txt
new file mode 100644
index 0000000000..324db2bc54
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-servlet-jakarta.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-exporter-servlet-jakarta-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-servlet-jakarta-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-servlet-javax.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-servlet-javax.txt
new file mode 100644
index 0000000000..38e76eeb4c
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exporter-servlet-javax.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-exporter-servlet-javax-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-servlet-javax-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-formats-shaded.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-formats-shaded.txt
new file mode 100644
index 0000000000..a2c9bee8fe
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-formats-shaded.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-exposition-formats-1.8.1-SNAPSHOT.jar against prometheus-metrics-exposition-formats-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-formats.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-formats.txt
new file mode 100644
index 0000000000..8dcdc54e96
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-formats.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-exposition-formats-no-protobuf-1.8.1-SNAPSHOT.jar against prometheus-metrics-exposition-formats-no-protobuf-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-textformats.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-textformats.txt
new file mode 100644
index 0000000000..d3e0a25814
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-exposition-textformats.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-exposition-textformats-1.8.1-SNAPSHOT.jar against prometheus-metrics-exposition-textformats-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-caffeine.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-caffeine.txt
new file mode 100644
index 0000000000..2745dbce5c
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-caffeine.txt
@@ -0,0 +1,6 @@
+Comparing source compatibility of prometheus-metrics-instrumentation-caffeine-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-caffeine-1.8.0.jar
+=== UNCHANGED CLASS: PUBLIC io.prometheus.metrics.instrumentation.caffeine.CacheMetricsCollector (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ === UNCHANGED METHOD: PUBLIC com.github.benmanes.caffeine.cache.Cache,?>,?> removeCache(java.lang.String)
+ +++ NEW ANNOTATION: javax.annotation.Nullable
+
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-dropwizard.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-dropwizard.txt
new file mode 100644
index 0000000000..f995c74430
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-dropwizard.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-instrumentation-dropwizard-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-dropwizard-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-dropwizard5.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-dropwizard5.txt
new file mode 100644
index 0000000000..ebd5b7f563
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-dropwizard5.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-instrumentation-dropwizard5-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-dropwizard5-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-guava.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-guava.txt
new file mode 100644
index 0000000000..bb87fbec95
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-guava.txt
@@ -0,0 +1,6 @@
+Comparing source compatibility of prometheus-metrics-instrumentation-guava-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-guava-1.8.0.jar
+=== UNCHANGED CLASS: PUBLIC io.prometheus.metrics.instrumentation.guava.CacheMetricsCollector (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+ === UNCHANGED METHOD: PUBLIC com.google.common.cache.Cache,?>,?> removeCache(java.lang.String)
+ +++ NEW ANNOTATION: javax.annotation.Nullable
+
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-jvm.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-jvm.txt
new file mode 100644
index 0000000000..9160a63125
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-instrumentation-jvm.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-instrumentation-jvm-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-jvm-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-model.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-model.txt
new file mode 100644
index 0000000000..d514400194
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-model.txt
@@ -0,0 +1,6 @@
+Comparing source compatibility of prometheus-metrics-model-1.8.1-SNAPSHOT.jar against prometheus-metrics-model-1.8.0.jar
+*** MODIFIED CLASS: PUBLIC STATIC io.prometheus.metrics.model.snapshots.CounterSnapshot$CounterDataPointSnapshot (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+*** MODIFIED CLASS: PUBLIC FINAL io.prometheus.metrics.model.snapshots.Labels (not serializable)
+ === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
+
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-simpleclient-bridge.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-simpleclient-bridge.txt
new file mode 100644
index 0000000000..28f5e87ab3
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-simpleclient-bridge.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-simpleclient-bridge-1.8.1-SNAPSHOT.jar against prometheus-metrics-simpleclient-bridge-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-common.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-common.txt
new file mode 100644
index 0000000000..720c4c2c83
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-common.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-tracer-common-1.8.1-SNAPSHOT.jar against prometheus-metrics-tracer-common-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-initializer.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-initializer.txt
new file mode 100644
index 0000000000..82cd884d78
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-initializer.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-tracer-initializer-1.8.1-SNAPSHOT.jar against prometheus-metrics-tracer-initializer-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-otel-agent.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-otel-agent.txt
new file mode 100644
index 0000000000..c1ac9275d1
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-otel-agent.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-tracer-otel-agent-1.8.1-SNAPSHOT.jar against prometheus-metrics-tracer-otel-agent-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-otel.txt b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-otel.txt
new file mode 100644
index 0000000000..a95f29ea46
--- /dev/null
+++ b/docs/apidiffs/1.9.0_vs_1.8.0/prometheus-metrics-tracer-otel.txt
@@ -0,0 +1,2 @@
+Comparing source compatibility of prometheus-metrics-tracer-otel-1.8.1-SNAPSHOT.jar against prometheus-metrics-tracer-otel-1.8.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-annotations.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-annotations.txt
index a7fe17c136..c9d8bb58c3 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-annotations.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-annotations.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-annotations-1.8.1-SNAPSHOT.jar against prometheus-metrics-annotations-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-annotations-1.9.1-SNAPSHOT.jar against prometheus-metrics-annotations-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-config.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-config.txt
index 60dad6c1f2..fd1af87181 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-config.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-config.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-config-1.8.1-SNAPSHOT.jar against prometheus-metrics-config-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-config-1.9.1-SNAPSHOT.jar against prometheus-metrics-config-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-core.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-core.txt
index 136f7f6f1a..0488f6c054 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-core.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-core.txt
@@ -1,6 +1,2 @@
-Comparing source compatibility of prometheus-metrics-core-1.8.1-SNAPSHOT.jar against prometheus-metrics-core-1.8.0.jar
-*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.core.exemplars.ExemplarSampler (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
-*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.core.metrics.Histogram$DataPoint (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
-
+Comparing source compatibility of prometheus-metrics-core-1.9.1-SNAPSHOT.jar against prometheus-metrics-core-1.9.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-common.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-common.txt
index daa5ef822b..f2e0b9b3a9 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-common.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-common.txt
@@ -1,4 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exporter-common-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-common-1.8.0.jar
-*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.common.PrometheusScrapeHandler (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
-
+Comparing source compatibility of prometheus-metrics-exporter-common-1.9.1-SNAPSHOT.jar against prometheus-metrics-exporter-common-1.9.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-httpserver.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-httpserver.txt
index 55ed8d9c34..d79d86a72d 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-httpserver.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-httpserver.txt
@@ -1,21 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exporter-httpserver-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-httpserver-1.8.0.jar
-+++ NEW CLASS: PUBLIC(+) FINAL(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy (not serializable)
- +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
- +++ NEW SUPERCLASS: java.lang.Object
- +++ NEW METHOD: PUBLIC(+) STATIC(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy$Builder builder()
- +++ NEW METHOD: PUBLIC(+) STATIC(+) java.util.function.Consumer julReporter()
-+++ NEW CLASS: PUBLIC(+) STATIC(+) FINAL(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy$Builder (not serializable)
- +++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
- +++ NEW SUPERCLASS: java.lang.Object
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy build()
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy$Builder errorReporter(java.util.function.Consumer super java.lang.Exception>)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy$Builder unsafeDebugResponse(boolean)
-*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.httpserver.HTTPServer (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
-*** MODIFIED CLASS: PUBLIC STATIC io.prometheus.metrics.exporter.httpserver.HTTPServer$Builder (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.httpserver.HTTPServer$Builder errorHandlingPolicy(io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy)
-*** MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.httpserver.MetricsHandler (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- +++ NEW CONSTRUCTOR: PUBLIC(+) MetricsHandler(io.prometheus.metrics.config.PrometheusProperties, io.prometheus.metrics.model.registry.PrometheusRegistry, io.prometheus.metrics.exporter.httpserver.HttpErrorHandlingPolicy)
-
+Comparing source compatibility of prometheus-metrics-exporter-httpserver-1.9.1-SNAPSHOT.jar against prometheus-metrics-exporter-httpserver-1.9.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry-otel-agent-resources.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry-otel-agent-resources.txt
index 10f0cbe921..c28061e7c6 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry-otel-agent-resources.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry-otel-agent-resources.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-otel-agent-resources-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-otel-agent-resources-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-otel-agent-resources-1.9.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-otel-agent-resources-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry-shaded.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry-shaded.txt
index 1b6d81f728..b6df5c4795 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry-shaded.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry-shaded.txt
@@ -1,20 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-1.8.0.jar
-***! MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- ---! REMOVED CONSTRUCTOR: PUBLIC(-) OpenTelemetryExporter(io.prometheus.metrics.shaded.io_opentelemetry_2_28_1_alpha.sdk.metrics.export.MetricReader)
-*** MODIFIED CLASS: PUBLIC STATIC io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter buildAndStart()
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder endpoint(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder header(java.lang.String, java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder intervalSeconds(int)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder preserveNames(boolean)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder protocol(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder registry(io.prometheus.metrics.model.registry.PrometheusRegistry)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder resourceAttribute(java.lang.String, java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceInstanceId(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceName(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceNamespace(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceVersion(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder timeoutSeconds(int)
-
+Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-1.9.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-1.9.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry.txt
index d0177b813d..f8af7d6e94 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-opentelemetry.txt
@@ -1,20 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-no-otel-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-no-otel-1.8.0.jar
-***! MODIFIED CLASS: PUBLIC io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- ---! REMOVED CONSTRUCTOR: PUBLIC(-) OpenTelemetryExporter(io.opentelemetry.sdk.metrics.export.MetricReader)
-*** MODIFIED CLASS: PUBLIC STATIC io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter buildAndStart()
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder endpoint(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder header(java.lang.String, java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder intervalSeconds(int)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder preserveNames(boolean)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder protocol(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder registry(io.prometheus.metrics.model.registry.PrometheusRegistry)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder resourceAttribute(java.lang.String, java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceInstanceId(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceName(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceNamespace(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder serviceVersion(java.lang.String)
- +++ NEW METHOD: PUBLIC(+) io.prometheus.metrics.exporter.opentelemetry.OpenTelemetryExporter$Builder timeoutSeconds(int)
-
+Comparing source compatibility of prometheus-metrics-exporter-opentelemetry-no-otel-1.9.1-SNAPSHOT.jar against prometheus-metrics-exporter-opentelemetry-no-otel-1.9.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-pushgateway.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-pushgateway.txt
index 9d500f9811..d38138860c 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-pushgateway.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-pushgateway.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exporter-pushgateway-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-pushgateway-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-exporter-pushgateway-1.9.1-SNAPSHOT.jar against prometheus-metrics-exporter-pushgateway-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-servlet-jakarta.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-servlet-jakarta.txt
index 324db2bc54..37e318bf45 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-servlet-jakarta.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-servlet-jakarta.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exporter-servlet-jakarta-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-servlet-jakarta-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-exporter-servlet-jakarta-1.9.1-SNAPSHOT.jar against prometheus-metrics-exporter-servlet-jakarta-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-servlet-javax.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-servlet-javax.txt
index 38e76eeb4c..8e0517f91f 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-servlet-javax.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exporter-servlet-javax.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exporter-servlet-javax-1.8.1-SNAPSHOT.jar against prometheus-metrics-exporter-servlet-javax-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-exporter-servlet-javax-1.9.1-SNAPSHOT.jar against prometheus-metrics-exporter-servlet-javax-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-formats-shaded.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-formats-shaded.txt
index a2c9bee8fe..f834ffeff4 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-formats-shaded.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-formats-shaded.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exposition-formats-1.8.1-SNAPSHOT.jar against prometheus-metrics-exposition-formats-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-exposition-formats-1.9.1-SNAPSHOT.jar against prometheus-metrics-exposition-formats-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-formats.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-formats.txt
index 8dcdc54e96..14a4544141 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-formats.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-formats.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exposition-formats-no-protobuf-1.8.1-SNAPSHOT.jar against prometheus-metrics-exposition-formats-no-protobuf-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-exposition-formats-no-protobuf-1.9.1-SNAPSHOT.jar against prometheus-metrics-exposition-formats-no-protobuf-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-textformats.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-textformats.txt
index d3e0a25814..88d0781d26 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-textformats.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-exposition-textformats.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-exposition-textformats-1.8.1-SNAPSHOT.jar against prometheus-metrics-exposition-textformats-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-exposition-textformats-1.9.1-SNAPSHOT.jar against prometheus-metrics-exposition-textformats-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-caffeine.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-caffeine.txt
index 2745dbce5c..3e82c5092c 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-caffeine.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-caffeine.txt
@@ -1,6 +1,2 @@
-Comparing source compatibility of prometheus-metrics-instrumentation-caffeine-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-caffeine-1.8.0.jar
-=== UNCHANGED CLASS: PUBLIC io.prometheus.metrics.instrumentation.caffeine.CacheMetricsCollector (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- === UNCHANGED METHOD: PUBLIC com.github.benmanes.caffeine.cache.Cache,?>,?> removeCache(java.lang.String)
- +++ NEW ANNOTATION: javax.annotation.Nullable
-
+Comparing source compatibility of prometheus-metrics-instrumentation-caffeine-1.9.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-caffeine-1.9.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-dropwizard.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-dropwizard.txt
index f995c74430..3eda7ebef3 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-dropwizard.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-dropwizard.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-instrumentation-dropwizard-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-dropwizard-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-instrumentation-dropwizard-1.9.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-dropwizard-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-dropwizard5.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-dropwizard5.txt
index ebd5b7f563..a6c14684b4 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-dropwizard5.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-dropwizard5.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-instrumentation-dropwizard5-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-dropwizard5-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-instrumentation-dropwizard5-1.9.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-dropwizard5-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-guava.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-guava.txt
index bb87fbec95..928b7650cf 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-guava.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-guava.txt
@@ -1,6 +1,2 @@
-Comparing source compatibility of prometheus-metrics-instrumentation-guava-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-guava-1.8.0.jar
-=== UNCHANGED CLASS: PUBLIC io.prometheus.metrics.instrumentation.guava.CacheMetricsCollector (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
- === UNCHANGED METHOD: PUBLIC com.google.common.cache.Cache,?>,?> removeCache(java.lang.String)
- +++ NEW ANNOTATION: javax.annotation.Nullable
-
+Comparing source compatibility of prometheus-metrics-instrumentation-guava-1.9.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-guava-1.9.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-jvm.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-jvm.txt
index 9160a63125..4b3de2a8a8 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-jvm.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-instrumentation-jvm.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-instrumentation-jvm-1.8.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-jvm-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-instrumentation-jvm-1.9.1-SNAPSHOT.jar against prometheus-metrics-instrumentation-jvm-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-model.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-model.txt
index d514400194..531739c332 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-model.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-model.txt
@@ -1,6 +1,2 @@
-Comparing source compatibility of prometheus-metrics-model-1.8.1-SNAPSHOT.jar against prometheus-metrics-model-1.8.0.jar
-*** MODIFIED CLASS: PUBLIC STATIC io.prometheus.metrics.model.snapshots.CounterSnapshot$CounterDataPointSnapshot (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
-*** MODIFIED CLASS: PUBLIC FINAL io.prometheus.metrics.model.snapshots.Labels (not serializable)
- === CLASS FILE FORMAT VERSION: 52.0 <- 52.0
-
+Comparing source compatibility of prometheus-metrics-model-1.9.1-SNAPSHOT.jar against prometheus-metrics-model-1.9.0.jar
+No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-simpleclient-bridge.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-simpleclient-bridge.txt
index 28f5e87ab3..c4b1db09c1 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-simpleclient-bridge.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-simpleclient-bridge.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-simpleclient-bridge-1.8.1-SNAPSHOT.jar against prometheus-metrics-simpleclient-bridge-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-simpleclient-bridge-1.9.1-SNAPSHOT.jar against prometheus-metrics-simpleclient-bridge-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-common.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-common.txt
index 720c4c2c83..cc215a28e7 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-common.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-common.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-tracer-common-1.8.1-SNAPSHOT.jar against prometheus-metrics-tracer-common-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-tracer-common-1.9.1-SNAPSHOT.jar against prometheus-metrics-tracer-common-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-initializer.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-initializer.txt
index 82cd884d78..bc16ce85f0 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-initializer.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-initializer.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-tracer-initializer-1.8.1-SNAPSHOT.jar against prometheus-metrics-tracer-initializer-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-tracer-initializer-1.9.1-SNAPSHOT.jar against prometheus-metrics-tracer-initializer-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-otel-agent.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-otel-agent.txt
index c1ac9275d1..9bb39a0b7f 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-otel-agent.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-otel-agent.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-tracer-otel-agent-1.8.1-SNAPSHOT.jar against prometheus-metrics-tracer-otel-agent-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-tracer-otel-agent-1.9.1-SNAPSHOT.jar against prometheus-metrics-tracer-otel-agent-1.9.0.jar
No changes.
diff --git a/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-otel.txt b/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-otel.txt
index a95f29ea46..c6e812fa5f 100644
--- a/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-otel.txt
+++ b/docs/apidiffs/current_vs_latest/prometheus-metrics-tracer-otel.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of prometheus-metrics-tracer-otel-1.8.1-SNAPSHOT.jar against prometheus-metrics-tracer-otel-1.8.0.jar
+Comparing source compatibility of prometheus-metrics-tracer-otel-1.9.1-SNAPSHOT.jar against prometheus-metrics-tracer-otel-1.9.0.jar
No changes.
diff --git a/examples/example-custom-buckets/pom.xml b/examples/example-custom-buckets/pom.xml
index c6e1c6b2b2..4784f6548f 100644
--- a/examples/example-custom-buckets/pom.xml
+++ b/examples/example-custom-buckets/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-custom-buckets
- 1.9.0
+ 1.9.1-SNAPSHOT
8
diff --git a/examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml b/examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml
index f3e8a8fceb..0608bbb7a3 100644
--- a/examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml
+++ b/examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-greeting-service
- 1.9.0
+ 1.9.1-SNAPSHOT
17
diff --git a/examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml b/examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml
index bbb750f9bd..2e52afd897 100644
--- a/examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml
+++ b/examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-hello-world-app
- 1.9.0
+ 1.9.1-SNAPSHOT
17
diff --git a/examples/example-exemplars-tail-sampling/pom.xml b/examples/example-exemplars-tail-sampling/pom.xml
index 209dbc7135..7b63d43dba 100644
--- a/examples/example-exemplars-tail-sampling/pom.xml
+++ b/examples/example-exemplars-tail-sampling/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-exemplars-tail-sampling
- 1.9.0
+ 1.9.1-SNAPSHOT
pom
Example - Exemplars with OpenTelemetry's Tail Sampling
diff --git a/examples/example-exporter-httpserver/pom.xml b/examples/example-exporter-httpserver/pom.xml
index 1550e64ed6..cfbc62558c 100644
--- a/examples/example-exporter-httpserver/pom.xml
+++ b/examples/example-exporter-httpserver/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-exporter-httpserver
- 1.9.0
+ 1.9.1-SNAPSHOT
8
diff --git a/examples/example-exporter-multi-target/pom.xml b/examples/example-exporter-multi-target/pom.xml
index fc3b511cee..4b4878d91e 100644
--- a/examples/example-exporter-multi-target/pom.xml
+++ b/examples/example-exporter-multi-target/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-exporter-multi-target
- 1.9.0
+ 1.9.1-SNAPSHOT
8
diff --git a/examples/example-exporter-opentelemetry/pom.xml b/examples/example-exporter-opentelemetry/pom.xml
index b6dd6a4b1d..6c55f942f8 100644
--- a/examples/example-exporter-opentelemetry/pom.xml
+++ b/examples/example-exporter-opentelemetry/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-exporter-opentelemetry
- 1.9.0
+ 1.9.1-SNAPSHOT
8
diff --git a/examples/example-exporter-servlet-tomcat/pom.xml b/examples/example-exporter-servlet-tomcat/pom.xml
index c111716e5b..c9fec6f5a3 100644
--- a/examples/example-exporter-servlet-tomcat/pom.xml
+++ b/examples/example-exporter-servlet-tomcat/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-exporter-servlet-tomcat
- 1.9.0
+ 1.9.1-SNAPSHOT
17
diff --git a/examples/example-native-histogram/pom.xml b/examples/example-native-histogram/pom.xml
index 0006475c48..a2fa052fc7 100644
--- a/examples/example-native-histogram/pom.xml
+++ b/examples/example-native-histogram/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-native-histogram
- 1.9.0
+ 1.9.1-SNAPSHOT
8
diff --git a/examples/example-otel-jvm-runtime-metrics/pom.xml b/examples/example-otel-jvm-runtime-metrics/pom.xml
index 46c132325e..3a996a123e 100644
--- a/examples/example-otel-jvm-runtime-metrics/pom.xml
+++ b/examples/example-otel-jvm-runtime-metrics/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-otel-jvm-runtime-metrics
- 1.9.0
+ 1.9.1-SNAPSHOT
8
diff --git a/examples/example-prometheus-properties/pom.xml b/examples/example-prometheus-properties/pom.xml
index 31cf629415..8bf2a668a1 100644
--- a/examples/example-prometheus-properties/pom.xml
+++ b/examples/example-prometheus-properties/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-prometheus-properties
- 1.9.0
+ 1.9.1-SNAPSHOT
8
diff --git a/examples/example-simpleclient-bridge/pom.xml b/examples/example-simpleclient-bridge/pom.xml
index 267fae239f..2eb707f97f 100644
--- a/examples/example-simpleclient-bridge/pom.xml
+++ b/examples/example-simpleclient-bridge/pom.xml
@@ -4,7 +4,7 @@
io.prometheus
example-simpleclient-bridge
- 1.9.0
+ 1.9.1-SNAPSHOT
8
diff --git a/examples/pom.xml b/examples/pom.xml
index 9af5c13569..abfe14e5ed 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
examples
diff --git a/integration-tests/it-common/pom.xml b/integration-tests/it-common/pom.xml
index 5be4bf277a..80c25d7cc8 100644
--- a/integration-tests/it-common/pom.xml
+++ b/integration-tests/it-common/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration-tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it-common
diff --git a/integration-tests/it-exporter/it-exporter-duplicate-metrics-sample/pom.xml b/integration-tests/it-exporter/it-exporter-duplicate-metrics-sample/pom.xml
index dc140ba790..6559a34273 100644
--- a/integration-tests/it-exporter/it-exporter-duplicate-metrics-sample/pom.xml
+++ b/integration-tests/it-exporter/it-exporter-duplicate-metrics-sample/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
it-exporter
- 1.9.0
+ 1.9.1-SNAPSHOT
it-exporter-duplicate-metrics-sample
diff --git a/integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml b/integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml
index b90b537b04..58d4c2111a 100644
--- a/integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml
+++ b/integration-tests/it-exporter/it-exporter-httpserver-sample/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
it-exporter
- 1.9.0
+ 1.9.1-SNAPSHOT
it-exporter-httpserver-sample
diff --git a/integration-tests/it-exporter/it-exporter-no-protobuf/pom.xml b/integration-tests/it-exporter/it-exporter-no-protobuf/pom.xml
index abc1567223..a81c64510f 100644
--- a/integration-tests/it-exporter/it-exporter-no-protobuf/pom.xml
+++ b/integration-tests/it-exporter/it-exporter-no-protobuf/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
it-exporter
- 1.9.0
+ 1.9.1-SNAPSHOT
it-exporter-no-protobuf
diff --git a/integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml b/integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml
index 7e03dc1877..65078df555 100644
--- a/integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml
+++ b/integration-tests/it-exporter/it-exporter-servlet-jetty-sample/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
it-exporter
- 1.9.0
+ 1.9.1-SNAPSHOT
it-exporter-servlet-jetty-sample
diff --git a/integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml b/integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml
index 4d85ba98e3..7cf4e1b9b1 100644
--- a/integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml
+++ b/integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
it-exporter
- 1.9.0
+ 1.9.1-SNAPSHOT
it-exporter-servlet-tomcat-sample
diff --git a/integration-tests/it-exporter/it-exporter-test/pom.xml b/integration-tests/it-exporter/it-exporter-test/pom.xml
index 39eddae9a9..dcd4d86bfd 100644
--- a/integration-tests/it-exporter/it-exporter-test/pom.xml
+++ b/integration-tests/it-exporter/it-exporter-test/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
it-exporter
- 1.9.0
+ 1.9.1-SNAPSHOT
it-exporter-test
diff --git a/integration-tests/it-exporter/it-no-protobuf-test/pom.xml b/integration-tests/it-exporter/it-no-protobuf-test/pom.xml
index d1a0e2fda9..3c1dcff7de 100644
--- a/integration-tests/it-exporter/it-no-protobuf-test/pom.xml
+++ b/integration-tests/it-exporter/it-no-protobuf-test/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
it-exporter
- 1.9.0
+ 1.9.1-SNAPSHOT
it-no-protobuf-test
diff --git a/integration-tests/it-exporter/pom.xml b/integration-tests/it-exporter/pom.xml
index 23e8f5c3d6..0dc081d0eb 100644
--- a/integration-tests/it-exporter/pom.xml
+++ b/integration-tests/it-exporter/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration-tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it-exporter
diff --git a/integration-tests/it-pushgateway/pom.xml b/integration-tests/it-pushgateway/pom.xml
index fcdba5a674..34614fb792 100644
--- a/integration-tests/it-pushgateway/pom.xml
+++ b/integration-tests/it-pushgateway/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration-tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it-pushgateway
diff --git a/integration-tests/it-spring-boot-smoke-test/pom.xml b/integration-tests/it-spring-boot-smoke-test/pom.xml
index 1900183fb8..aa9ca16353 100644
--- a/integration-tests/it-spring-boot-smoke-test/pom.xml
+++ b/integration-tests/it-spring-boot-smoke-test/pom.xml
@@ -12,7 +12,7 @@
io.prometheus
it-spring-boot-smoke-test
- 1.9.0
+ 1.9.1-SNAPSHOT
Integration Test - Spring Smoke Tests
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 0a8aadd846..d53bbdd40d 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
integration-tests
diff --git a/pom.xml b/pom.xml
index 91a524f7ba..032fa92673 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.prometheus
client_java_parent
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-parent/pom.xml
@@ -30,7 +30,7 @@
8
25
- 1.8.0
+ 1.9.0
0.70
false
false
diff --git a/prometheus-metrics-annotations/pom.xml b/prometheus-metrics-annotations/pom.xml
index 10f6d784ba..9ea0703cce 100644
--- a/prometheus-metrics-annotations/pom.xml
+++ b/prometheus-metrics-annotations/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-annotations
diff --git a/prometheus-metrics-bom/pom.xml b/prometheus-metrics-bom/pom.xml
index 86fc4d52d1..6aafaf39e1 100644
--- a/prometheus-metrics-bom/pom.xml
+++ b/prometheus-metrics-bom/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java_parent
- 1.9.0
+ 1.9.1-SNAPSHOT
../prometheus-metrics-parent/pom.xml
diff --git a/prometheus-metrics-config/pom.xml b/prometheus-metrics-config/pom.xml
index c97c491e27..dca2e64171 100644
--- a/prometheus-metrics-config/pom.xml
+++ b/prometheus-metrics-config/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-config
diff --git a/prometheus-metrics-core/pom.xml b/prometheus-metrics-core/pom.xml
index b4c16ea617..8d70fb7690 100644
--- a/prometheus-metrics-core/pom.xml
+++ b/prometheus-metrics-core/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-core
diff --git a/prometheus-metrics-exporter-common/pom.xml b/prometheus-metrics-exporter-common/pom.xml
index 959e121224..56b3de5c0d 100644
--- a/prometheus-metrics-exporter-common/pom.xml
+++ b/prometheus-metrics-exporter-common/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exporter-common
diff --git a/prometheus-metrics-exporter-httpserver/pom.xml b/prometheus-metrics-exporter-httpserver/pom.xml
index 30f9635df7..171e070c65 100644
--- a/prometheus-metrics-exporter-httpserver/pom.xml
+++ b/prometheus-metrics-exporter-httpserver/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exporter-httpserver
diff --git a/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml b/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml
index 959680eae1..e2d6899e9f 100644
--- a/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml
+++ b/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exporter-opentelemetry-otel-agent-resources
diff --git a/prometheus-metrics-exporter-opentelemetry-shaded/pom.xml b/prometheus-metrics-exporter-opentelemetry-shaded/pom.xml
index 99cf03ffca..f228bcb734 100644
--- a/prometheus-metrics-exporter-opentelemetry-shaded/pom.xml
+++ b/prometheus-metrics-exporter-opentelemetry-shaded/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exporter-opentelemetry
diff --git a/prometheus-metrics-exporter-opentelemetry/pom.xml b/prometheus-metrics-exporter-opentelemetry/pom.xml
index cd4fd538d8..5f615c4520 100644
--- a/prometheus-metrics-exporter-opentelemetry/pom.xml
+++ b/prometheus-metrics-exporter-opentelemetry/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exporter-opentelemetry-no-otel
diff --git a/prometheus-metrics-exporter-pushgateway/pom.xml b/prometheus-metrics-exporter-pushgateway/pom.xml
index 34626053fc..b09280b842 100644
--- a/prometheus-metrics-exporter-pushgateway/pom.xml
+++ b/prometheus-metrics-exporter-pushgateway/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exporter-pushgateway
diff --git a/prometheus-metrics-exporter-servlet-jakarta/pom.xml b/prometheus-metrics-exporter-servlet-jakarta/pom.xml
index 5631651bbc..7a345ec51b 100644
--- a/prometheus-metrics-exporter-servlet-jakarta/pom.xml
+++ b/prometheus-metrics-exporter-servlet-jakarta/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exporter-servlet-jakarta
diff --git a/prometheus-metrics-exporter-servlet-javax/pom.xml b/prometheus-metrics-exporter-servlet-javax/pom.xml
index 795fe00085..fe73508690 100644
--- a/prometheus-metrics-exporter-servlet-javax/pom.xml
+++ b/prometheus-metrics-exporter-servlet-javax/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exporter-servlet-javax
diff --git a/prometheus-metrics-exposition-formats-shaded/pom.xml b/prometheus-metrics-exposition-formats-shaded/pom.xml
index f2ddb5db15..27644ab523 100644
--- a/prometheus-metrics-exposition-formats-shaded/pom.xml
+++ b/prometheus-metrics-exposition-formats-shaded/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exposition-formats
diff --git a/prometheus-metrics-exposition-formats/pom.xml b/prometheus-metrics-exposition-formats/pom.xml
index f5514cb9f9..0129cf674f 100644
--- a/prometheus-metrics-exposition-formats/pom.xml
+++ b/prometheus-metrics-exposition-formats/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exposition-formats-no-protobuf
diff --git a/prometheus-metrics-exposition-textformats/pom.xml b/prometheus-metrics-exposition-textformats/pom.xml
index 439c00664c..76c33ab6f9 100644
--- a/prometheus-metrics-exposition-textformats/pom.xml
+++ b/prometheus-metrics-exposition-textformats/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-exposition-textformats
diff --git a/prometheus-metrics-instrumentation-caffeine/pom.xml b/prometheus-metrics-instrumentation-caffeine/pom.xml
index 49f6abcd68..037de2113d 100644
--- a/prometheus-metrics-instrumentation-caffeine/pom.xml
+++ b/prometheus-metrics-instrumentation-caffeine/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-instrumentation-caffeine
diff --git a/prometheus-metrics-instrumentation-dropwizard/pom.xml b/prometheus-metrics-instrumentation-dropwizard/pom.xml
index 3dea563986..73da31252f 100644
--- a/prometheus-metrics-instrumentation-dropwizard/pom.xml
+++ b/prometheus-metrics-instrumentation-dropwizard/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-instrumentation-dropwizard
diff --git a/prometheus-metrics-instrumentation-dropwizard5/pom.xml b/prometheus-metrics-instrumentation-dropwizard5/pom.xml
index c24018b635..aae69f2d9d 100644
--- a/prometheus-metrics-instrumentation-dropwizard5/pom.xml
+++ b/prometheus-metrics-instrumentation-dropwizard5/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-instrumentation-dropwizard5
diff --git a/prometheus-metrics-instrumentation-guava/pom.xml b/prometheus-metrics-instrumentation-guava/pom.xml
index c5cc13bcdd..56afabd3d0 100644
--- a/prometheus-metrics-instrumentation-guava/pom.xml
+++ b/prometheus-metrics-instrumentation-guava/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-instrumentation-guava
diff --git a/prometheus-metrics-instrumentation-jvm/pom.xml b/prometheus-metrics-instrumentation-jvm/pom.xml
index 6fca024484..177d150869 100644
--- a/prometheus-metrics-instrumentation-jvm/pom.xml
+++ b/prometheus-metrics-instrumentation-jvm/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-instrumentation-jvm
diff --git a/prometheus-metrics-model/pom.xml b/prometheus-metrics-model/pom.xml
index 2e1a22885f..ad22930960 100644
--- a/prometheus-metrics-model/pom.xml
+++ b/prometheus-metrics-model/pom.xml
@@ -6,7 +6,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-model
diff --git a/prometheus-metrics-otel-support/pom.xml b/prometheus-metrics-otel-support/pom.xml
index f63edc5132..c5eac25f9d 100644
--- a/prometheus-metrics-otel-support/pom.xml
+++ b/prometheus-metrics-otel-support/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-otel-support
diff --git a/prometheus-metrics-parent/pom.xml b/prometheus-metrics-parent/pom.xml
index a298a8f31d..06221a5578 100644
--- a/prometheus-metrics-parent/pom.xml
+++ b/prometheus-metrics-parent/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java_parent
- 1.9.0
+ 1.9.1-SNAPSHOT
Prometheus Metrics Library Parent
http://github.com/prometheus/client_java
diff --git a/prometheus-metrics-simpleclient-bridge/pom.xml b/prometheus-metrics-simpleclient-bridge/pom.xml
index 19f58e0070..2514b496c5 100644
--- a/prometheus-metrics-simpleclient-bridge/pom.xml
+++ b/prometheus-metrics-simpleclient-bridge/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-simpleclient-bridge
diff --git a/prometheus-metrics-tracer/pom.xml b/prometheus-metrics-tracer/pom.xml
index 81af60c252..8c7e22fc9e 100644
--- a/prometheus-metrics-tracer/pom.xml
+++ b/prometheus-metrics-tracer/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-tracer
diff --git a/prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml b/prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml
index c7da445c62..a6746a2cca 100644
--- a/prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml
+++ b/prometheus-metrics-tracer/prometheus-metrics-tracer-common/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
prometheus-metrics-tracer
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-tracer-common
diff --git a/prometheus-metrics-tracer/prometheus-metrics-tracer-initializer/pom.xml b/prometheus-metrics-tracer/prometheus-metrics-tracer-initializer/pom.xml
index 4d9f9eb9ec..3d0be16059 100644
--- a/prometheus-metrics-tracer/prometheus-metrics-tracer-initializer/pom.xml
+++ b/prometheus-metrics-tracer/prometheus-metrics-tracer-initializer/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
prometheus-metrics-tracer
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-tracer-initializer
diff --git a/prometheus-metrics-tracer/prometheus-metrics-tracer-otel-agent/pom.xml b/prometheus-metrics-tracer/prometheus-metrics-tracer-otel-agent/pom.xml
index fc7a8160e8..4612ffd1f5 100644
--- a/prometheus-metrics-tracer/prometheus-metrics-tracer-otel-agent/pom.xml
+++ b/prometheus-metrics-tracer/prometheus-metrics-tracer-otel-agent/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
prometheus-metrics-tracer
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-tracer-otel-agent
diff --git a/prometheus-metrics-tracer/prometheus-metrics-tracer-otel/pom.xml b/prometheus-metrics-tracer/prometheus-metrics-tracer-otel/pom.xml
index 7804185b33..1e3c2af9f6 100644
--- a/prometheus-metrics-tracer/prometheus-metrics-tracer-otel/pom.xml
+++ b/prometheus-metrics-tracer/prometheus-metrics-tracer-otel/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
prometheus-metrics-tracer
- 1.9.0
+ 1.9.1-SNAPSHOT
prometheus-metrics-tracer-otel
diff --git a/simpleclient-archive/integration_tests/it_common/pom.xml b/simpleclient-archive/integration_tests/it_common/pom.xml
index 8b506947a0..faf50f000c 100644
--- a/simpleclient-archive/integration_tests/it_common/pom.xml
+++ b/simpleclient-archive/integration_tests/it_common/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration_tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it_common
diff --git a/simpleclient-archive/integration_tests/it_exemplars_otel_agent/pom.xml b/simpleclient-archive/integration_tests/it_exemplars_otel_agent/pom.xml
index eabd731a9a..e4a4959495 100644
--- a/simpleclient-archive/integration_tests/it_exemplars_otel_agent/pom.xml
+++ b/simpleclient-archive/integration_tests/it_exemplars_otel_agent/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration_tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it_exemplars_otel_agent
diff --git a/simpleclient-archive/integration_tests/it_exemplars_otel_sdk/pom.xml b/simpleclient-archive/integration_tests/it_exemplars_otel_sdk/pom.xml
index fd1a2ea950..d98f3f6f50 100644
--- a/simpleclient-archive/integration_tests/it_exemplars_otel_sdk/pom.xml
+++ b/simpleclient-archive/integration_tests/it_exemplars_otel_sdk/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration_tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it_exemplars_otel_sdk
diff --git a/simpleclient-archive/integration_tests/it_java_versions/pom.xml b/simpleclient-archive/integration_tests/it_java_versions/pom.xml
index 35e18b8962..475c2660a0 100644
--- a/simpleclient-archive/integration_tests/it_java_versions/pom.xml
+++ b/simpleclient-archive/integration_tests/it_java_versions/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration_tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it_java_versions
diff --git a/simpleclient-archive/integration_tests/it_log4j2/pom.xml b/simpleclient-archive/integration_tests/it_log4j2/pom.xml
index 9591ca4dee..5e87bd9eca 100644
--- a/simpleclient-archive/integration_tests/it_log4j2/pom.xml
+++ b/simpleclient-archive/integration_tests/it_log4j2/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration_tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it_log4j2
diff --git a/simpleclient-archive/integration_tests/it_pushgateway/pom.xml b/simpleclient-archive/integration_tests/it_pushgateway/pom.xml
index 100d55e15f..62cc92792a 100644
--- a/simpleclient-archive/integration_tests/it_pushgateway/pom.xml
+++ b/simpleclient-archive/integration_tests/it_pushgateway/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration_tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it_pushgateway
diff --git a/simpleclient-archive/integration_tests/it_servlet_jakarta_exporter_webxml/pom.xml b/simpleclient-archive/integration_tests/it_servlet_jakarta_exporter_webxml/pom.xml
index 08e7bc7b11..f2a00d60de 100644
--- a/simpleclient-archive/integration_tests/it_servlet_jakarta_exporter_webxml/pom.xml
+++ b/simpleclient-archive/integration_tests/it_servlet_jakarta_exporter_webxml/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
integration_tests
- 1.9.0
+ 1.9.1-SNAPSHOT
it_servlet_jakarta_exporter_webxml
diff --git a/simpleclient-archive/integration_tests/pom.xml b/simpleclient-archive/integration_tests/pom.xml
index 37e3184ecb..654177bffe 100644
--- a/simpleclient-archive/integration_tests/pom.xml
+++ b/simpleclient-archive/integration_tests/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
integration_tests
diff --git a/simpleclient-archive/simpleclient_graphite_bridge/pom.xml b/simpleclient-archive/simpleclient_graphite_bridge/pom.xml
index 4204d27b34..7680237e76 100644
--- a/simpleclient-archive/simpleclient_graphite_bridge/pom.xml
+++ b/simpleclient-archive/simpleclient_graphite_bridge/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_graphite_bridge
diff --git a/simpleclient-archive/simpleclient_hibernate/pom.xml b/simpleclient-archive/simpleclient_hibernate/pom.xml
index 3be031c42b..d98bd84300 100644
--- a/simpleclient-archive/simpleclient_hibernate/pom.xml
+++ b/simpleclient-archive/simpleclient_hibernate/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_hibernate
diff --git a/simpleclient-archive/simpleclient_httpserver/pom.xml b/simpleclient-archive/simpleclient_httpserver/pom.xml
index fc34238ff8..49a18583f1 100644
--- a/simpleclient-archive/simpleclient_httpserver/pom.xml
+++ b/simpleclient-archive/simpleclient_httpserver/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_httpserver
diff --git a/simpleclient-archive/simpleclient_jetty/pom.xml b/simpleclient-archive/simpleclient_jetty/pom.xml
index 54e25a4033..d867dccc39 100644
--- a/simpleclient-archive/simpleclient_jetty/pom.xml
+++ b/simpleclient-archive/simpleclient_jetty/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_jetty
diff --git a/simpleclient-archive/simpleclient_jetty_jdk8/pom.xml b/simpleclient-archive/simpleclient_jetty_jdk8/pom.xml
index f08ffc8050..fcf055731a 100644
--- a/simpleclient-archive/simpleclient_jetty_jdk8/pom.xml
+++ b/simpleclient-archive/simpleclient_jetty_jdk8/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_jetty_jdk8
diff --git a/simpleclient-archive/simpleclient_log4j/pom.xml b/simpleclient-archive/simpleclient_log4j/pom.xml
index 6719dd9411..979b85befa 100644
--- a/simpleclient-archive/simpleclient_log4j/pom.xml
+++ b/simpleclient-archive/simpleclient_log4j/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_log4j
diff --git a/simpleclient-archive/simpleclient_log4j2/pom.xml b/simpleclient-archive/simpleclient_log4j2/pom.xml
index 7a060cffdf..a3ed695580 100644
--- a/simpleclient-archive/simpleclient_log4j2/pom.xml
+++ b/simpleclient-archive/simpleclient_log4j2/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_log4j2
diff --git a/simpleclient-archive/simpleclient_logback/pom.xml b/simpleclient-archive/simpleclient_logback/pom.xml
index 448aa3ede0..078f6aefaa 100644
--- a/simpleclient-archive/simpleclient_logback/pom.xml
+++ b/simpleclient-archive/simpleclient_logback/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_logback
diff --git a/simpleclient-archive/simpleclient_servlet/pom.xml b/simpleclient-archive/simpleclient_servlet/pom.xml
index 29cb18cab7..cac09d622a 100644
--- a/simpleclient-archive/simpleclient_servlet/pom.xml
+++ b/simpleclient-archive/simpleclient_servlet/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_servlet
diff --git a/simpleclient-archive/simpleclient_servlet_common/pom.xml b/simpleclient-archive/simpleclient_servlet_common/pom.xml
index fe135cb0ea..bbbce3ec29 100644
--- a/simpleclient-archive/simpleclient_servlet_common/pom.xml
+++ b/simpleclient-archive/simpleclient_servlet_common/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_servlet_common
diff --git a/simpleclient-archive/simpleclient_servlet_jakarta/pom.xml b/simpleclient-archive/simpleclient_servlet_jakarta/pom.xml
index 9aa32c6951..2e8260a9e7 100644
--- a/simpleclient-archive/simpleclient_servlet_jakarta/pom.xml
+++ b/simpleclient-archive/simpleclient_servlet_jakarta/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_servlet_jakarta
diff --git a/simpleclient-archive/simpleclient_spring_web/pom.xml b/simpleclient-archive/simpleclient_spring_web/pom.xml
index 93c12c4820..4f51e10cd6 100644
--- a/simpleclient-archive/simpleclient_spring_web/pom.xml
+++ b/simpleclient-archive/simpleclient_spring_web/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_spring_web
diff --git a/simpleclient-archive/simpleclient_vertx/pom.xml b/simpleclient-archive/simpleclient_vertx/pom.xml
index 258d6286b8..d2d3fc71cc 100644
--- a/simpleclient-archive/simpleclient_vertx/pom.xml
+++ b/simpleclient-archive/simpleclient_vertx/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_vertx
diff --git a/simpleclient-archive/simpleclient_vertx4/pom.xml b/simpleclient-archive/simpleclient_vertx4/pom.xml
index 9f93f4bd58..dd6b4ec207 100644
--- a/simpleclient-archive/simpleclient_vertx4/pom.xml
+++ b/simpleclient-archive/simpleclient_vertx4/pom.xml
@@ -5,7 +5,7 @@
io.prometheus
client_java
- 1.9.0
+ 1.9.1-SNAPSHOT
simpleclient_vertx4