Hello,
I’m working on setting up a test environment that will ultimately make its way to production. However, I’m running into a snag, unable to configure monitoring with Prometheus.
Working with the micro-quickstart service, I’ve included the following in my common.runtime.properties file.
druid.monitoring.emissionPeriod=PT30S
druid.monitoring.monitors=["org.apache.druid.java.util.metrics.JvmMonitor","org.apache.druid.java.util.metrics.SysMonitor"]
druid.emitter=http
druid.emitter.logging.logLevel=info
druid.emitter.http.recipientBaseUrl=http://<serveripaddress>:8888/druid
Then, I visit the following URLs and no data is available:
http://<serverip>:8888/druid/v2/datasources/wikiticker-2015-09-12-sampled/metrics
http://<serverip>:8888/druid/v2/datasources/wikiticker-2015-09-12-sampled/dimensions
I would appreciate help with the following questions:
- Does anything look “off” in those config settings? If so, how can I get this working properly?
- Are these the correct endpoints to expect a json file available metrics and dimensions?
- Would I use these URLs in the settings for an exporter, or is there another that should be included? See link below for exporter reference