All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nnagy.service-container-metrics-reporting_2.11.2.0.7.source-code.reference.conf Maven / Gradle / Ivy

container {
  metrics {
    reporters {
      statsD {
        # The name of the reporter class
        class = "com.github.vonnagy.service.container.metrics.reporting.StatsDReporter"
        # Is the reporter enabled
        enabled = off
        # What is the interval to report on
        reporting-interval = 5s
        # The StatsD host
        host = "localhost"
        # The statsd port
        port = 8125
        # An optional prefix to append to metrics being sent to StatsD
        metric-prefix = ""
      }
      datadog {
        # The name of the reporter class
        class = "com.github.vonnagy.service.container.metrics.reporting.DogStatsDReporter"
        # Is the reporter enabled
        enabled = off
        # What is the interval to report on
        reporting-interval = 10s
        # The Datadog host
        host = "localhost"
        # The port
        port = 8125
        # API key
        api-key = ""
        # An optional comma delimited list of tags to send with the metrics.
        tags = []
        # An optional prefix to append to metrics being sent to StatsD
        metric-prefix = ""
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy