Skip to content

Commit c74e115

Browse files
authored
Merge branch 'main' into feat/jvm-constlabels-1694-clean
2 parents a416290 + 9592f50 commit c74e115

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/example-exemplars-tail-sampling/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
command:
4444
- --config=file:/config.yaml
4545
prometheus:
46-
image: prom/prometheus:v3.9.0@sha256:3ea2ed3b8cdfe3ff78aa05473a7ad36b916bdf2464c83b06bcd37c1a67620233
46+
image: prom/prometheus:v3.9.1@sha256:1f0f50f06acaceb0f5670d2c8a658a599affe7b0d8e78b898c1035653849a702
4747
network_mode: host
4848
volumes:
4949
- ./config/prometheus.yaml:/prometheus.yaml

examples/example-exporter-opentelemetry/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
command:
2121
- --config=file:/config.yaml
2222
prometheus:
23-
image: prom/prometheus:v3.9.0@sha256:3ea2ed3b8cdfe3ff78aa05473a7ad36b916bdf2464c83b06bcd37c1a67620233
23+
image: prom/prometheus:v3.9.1@sha256:1f0f50f06acaceb0f5670d2c8a658a599affe7b0d8e78b898c1035653849a702
2424
network_mode: host
2525
volumes:
2626
- ./config/prometheus.yaml:/prometheus.yaml

examples/example-native-histogram/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- -jar
1111
- /example-native-histogram.jar
1212
prometheus:
13-
image: prom/prometheus:v3.9.0@sha256:3ea2ed3b8cdfe3ff78aa05473a7ad36b916bdf2464c83b06bcd37c1a67620233
13+
image: prom/prometheus:v3.9.1@sha256:1f0f50f06acaceb0f5670d2c8a658a599affe7b0d8e78b898c1035653849a702
1414
network_mode: host
1515
volumes:
1616
- ./docker-compose/prometheus.yml:/prometheus.yml

prometheus-metrics-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.sonatype.central</groupId>
133133
<artifactId>central-publishing-maven-plugin</artifactId>
134-
<version>0.9.0</version>
134+
<version>0.10.0</version>
135135
<extensions>true</extensions>
136136
<configuration>
137137
<publishingServerId>ossrh</publishingServerId>

0 commit comments

Comments
 (0)