Skip to content

Commit

Permalink
Use micrometer-registry-prometheus-simpleclient when using Boot 3.3
Browse files Browse the repository at this point in the history
.0-SNAPSHOT

Closes gh-1429
  • Loading branch information
mhalbritter committed Mar 12, 2024
1 parent 18473f0 commit 5b208d1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,14 +1009,20 @@ initializr:
href: https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/index.html#actuator.metrics.export.newrelic
- name: Prometheus
id: prometheus
groupId: io.micrometer
artifactId: micrometer-registry-prometheus
scope: runtime
starter: false
description: Expose Micrometer metrics in Prometheus format, an in-memory dimensional time series database with a simple built-in UI, a custom query language, and math operations.
scope: runtime
links:
- rel: reference
href: https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/index.html#actuator.metrics.export.prometheus
mappings:
- compatibility-range: "[3.1.0,3.3.0-M3)"
groupId: io.micrometer
artifactId: micrometer-registry-prometheus
starter: false
- compatibility-range: "3.3.0-M3"
groupId: io.micrometer
artifactId: micrometer-registry-prometheus-simpleclient
starter: false
- name: Distributed Tracing
id: distributed-tracing
description: Enable span and trace IDs in logs.
Expand Down

0 comments on commit 5b208d1

Please sign in to comment.