πŸ„Prometheus

Prometheus

https://prometheus.io

gradle μ˜μ‘΄μ„± μΆ”κ°€

  • boot 2.x

compile('io.micrometer:micrometer-registry-prometheus')
  • boot 1.5.x

compile('io.prometheus:simpleclient_hotspot')
compile('io.prometheus:simpleclient_servlet')
compile('io.prometheus:simpleclient_spring_web')
compile('io.prometheus:simpleclient_spring_boot')

Full Garbage Collection νƒμ§€ν•˜κΈ°

  • Lucene Query (boot 2.x)

event.module: prometheus AND prometheus.labels.id: "G1 Survivor Space" AND prometheus.metrics.jvm_memory_committed_bytes: 0
  • Lucene Query (boot 1.5.x)

event.module: prometheus AND prometheus.labels.pool: "G1 Survivor Space" AND prometheus.metrics.jvm_memory_pool_bytes_committed: 0