123456789101112131415161718192021222324 |
- #****************************************************************
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: Flint
- #
- # (C) Copyright IBM Corp. 2017, 2018
- #
- # US Government Users Restricted Rights -
- # Use, duplication or disclosure restricted by GSA ADP Schedule
- # Contract with IBM Corp.
- #*****************************************************************
- # Enable JvmSource for all node types.
- #*.source.jvm.class=org.apache.spark.metrics.source.JvmSource
- # Enable Graphite Sink.
- #*.sink.graphite.class=org.apache.spark.metrics.sink.GraphiteSink
- #*.sink.graphite.host=<graphite host>
- #*.sink.graphite.port=<graphite port>
- #*.sink.graphite.period=10
- #*.sink.graphite.unit=seconds
- #*.sink.graphite.prefix=foo
- # Enable JMX Sink (for Prometheus exporter, etc).
- *.sink.jmx.class=org.apache.spark.metrics.sink.JmxSink
|