Open jhutar opened 3 years ago
The most reliable telemetry collection at the moment is: enable statsd exporter in settings.yaml, run statsd_exporter and collect the data via Prometheus.
We will work on better monitoring setup via PCP later this year.
Hello @lzap. Does this your statement above still apply please?
@Imaanpreet To try the setup above do this:
- targets:
- '<satellite>:9099'
- '<satellite>:9102'
I tested PCP from RHEL 8.5 this weekend and it works great, it has a native statsd PMDA agent now and latest Grafana. I am going to write article/docs and prepare demo, setup is extremely easy now. JFYI.
CC @IshanSinghal FYI
Mine expectation here is that once we use pcp (pmdastatsd as Lukas mentions) to capture these Rails metrics, we can use https://man7.org/linux/man-pages/man1/pcp2graphite.1.html to pipe that data into our Graphite (and so into out Grafana).
Add something like this from Lukas Zapletal @lzap:
Obviously this needs to be reformatted, tested and include example output. We might also want to mention moninoring this via Logstash or Splunk.