It took awhile to get PMM connected to the pmm-server (there was a gap in the documentation for RDS). I installed the pmm client software on the ec2 instance that is hosting the pmm-server. I did not put it in a container. I ran pmm-admin config for the local server. Ran pmm-admin add mysql:metrics for 3 RDS instances. And suddenly there were graphs with data. Great data. Pretty graphs. Useful.
About 24 hours later my graphs disappeared. I have followed a couple of threads in here where people lost their graphs. Here’s what I’ve done:
-
[URL]https://myserver-ip/prometheus/targets[/URL] Shows they are ALL down (including [URL]http://localhost:9100/metrics[/URL] )
-
[URL]https://myserver-ip/42002/metrics-mr[/URL] (plus lr & hr) all show data. If I hit refresh the mysql_exporter_hr_scrapes_total number increases
-
Main page where the v1.1.3 is & hit the blue button which did an update (today May 19, 2017) - nothing changed.
-
Drop down for the MySQL Host has None & a large blank box. Manually add the aws host ID into the box and a couple of graphs (MySQL Connections but No MySQL Active Threads) have old data.
-
One of the forum posts talked about changing the scrape_timeout: in prometheus.yml in the docker container. My docker container does not have a prometheus.yml file.
Suggestions?