Comments on: Extend Metrics for Percona Monitoring and Management Without Modifying Code https://www.percona.com/blog/extend-metrics-for-percona-monitoring-and-management-without-modifying-code/ Mon, 09 Dec 2019 02:34:03 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Retsuki YONEICHI https://www.percona.com/blog/extend-metrics-for-percona-monitoring-and-management-without-modifying-code/#comment-10971524 Mon, 09 Dec 2019 02:34:03 +0000 https://www.percona.com/blog/?p=51751#comment-10971524 I’m sorry, the reply was delayed…
thank you for the good answer .
I will use it as a reference!!

]]>
By: Vadim Yalovets https://www.percona.com/blog/extend-metrics-for-percona-monitoring-and-management-without-modifying-code/#comment-10971455 Tue, 19 Nov 2019 08:36:53 +0000 https://www.percona.com/blog/?p=51751#comment-10971455 You should verify that your metric is really collected.
The most easiest way is prometheus UI (https://your-pmm-ip/prometheus/)
If the metric is present in “Expression” drop-down list you may proceed with adding a grafana element to a dashboard.
Some tips can be found in the next article in the section “PMM dashboard”
https://www.percona.com/blog/2018/03/14/adding-custom-graphs-dashboards-percona-monitoring-management/

]]>
By: Retsuki YONEICHI https://www.percona.com/blog/extend-metrics-for-percona-monitoring-and-management-without-modifying-code/#comment-10971453 Tue, 19 Nov 2019 00:44:42 +0000 https://www.percona.com/blog/?p=51751#comment-10971453 Thank you for the good article.
What should I do if I want to automatically visualize the collected data in grafana?

]]>
By: Vadim Yalovets https://www.percona.com/blog/extend-metrics-for-percona-monitoring-and-management-without-modifying-code/#comment-10969850 Mon, 22 Oct 2018 09:57:09 +0000 https://www.percona.com/blog/?p=51751#comment-10969850 The collector is enabled by default in the pmm-admin release 1.16.0. It’s configured to check *.prom text files from the folder /usr/local/percona/pmm-client/textfile-collector.

This release is scheduled on the next week.

]]>
By: Vishal Saxena https://www.percona.com/blog/extend-metrics-for-percona-monitoring-and-management-without-modifying-code/#comment-10969841 Fri, 19 Oct 2018 14:56:54 +0000 https://www.percona.com/blog/?p=51751#comment-10969841 pmm-admin add linux:metrics — –collectors.enabled=diskstats,filefd,filesystem,loadavg,meminfo,netdev,netstat,stat,time,uname,vmstat,textfile –collector.textfile.directory=”/tmp”

does not work…i tried with only giving “–collectors.enabled=textfile” and –collector.textfile.directory=”/tmp” but in all cases the log shows that its enabling default set of collectors which does not include textfile collector

]]>