Skip to content

Commit

Permalink
Revert "Use micrometer-registry-prometheus-simpleclient when using Bo…
Browse files Browse the repository at this point in the history
…ot 3.3"

This reverts commit 5b208d1.

Closes gh-1456
  • Loading branch information
mhalbritter committed Apr 29, 2024
1 parent ea73603 commit 582ea4e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,20 +1014,14 @@ initializr:
href: https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/index.html#actuator.metrics.export.newrelic
- name: Prometheus
id: prometheus
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.
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.
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 582ea4e

Please sign in to comment.