Skip to content

Instantly share code, notes, and snippets.

@b1a9id
Last active May 14, 2021 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b1a9id/155d264ece704ba74bc1d6a6e7f6b190 to your computer and use it in GitHub Desktop.
Save b1a9id/155d264ece704ba74bc1d6a6e7f6b190 to your computer and use it in GitHub Desktop.
micrometer-prometheusのbuild.gradle_dependencies
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-web'
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment