LucaCanali commented on issue #26332: [SPARK-29674][CORE] Update dropwizard 
metrics to 4.1.x for JDK 9+
URL: https://github.com/apache/spark/pull/26332#issuecomment-551129560
 
 
   Metrics are written to sinks at regular time intervals (configurable, let’s 
say 10 seconds). I mostly use the Graphite sink to write to an InfluxDB 
instance. Metrics are persisted there and consumed from InfluxDB by a Grafana 
dashboard.
   The metrics system also has the MetricsServlet and more recently 
PrometheusServlet sink, which publish metrics to the Spark UI, + also I believe 
the JmxSink is quite popular. In these cases the idea is for the metrics to be 
consumed by the final user by pulling. It would be the end user/consumer's job 
to keep a history of the gathered metrics in these cases.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to