# This file contains configuration for use by the Prometheus Java agent.

startDelaySeconds: 0
# No JMX host/port --> use in-process JMX
lowercaseOutputName: false
lowercaseOutputLabelNames: false
whitelistObjectNames: ["com.zaxxer.hikari:type=Pool *,*", "slick:type=*,*"]
rules:
  - pattern: "com.zaxxer.hikari"
    type: GAUGE
  - pattern: "slick"
    type: GAUGE
