Fix panels related to PDB connections
These panels had a few copy/paste mistakes, most notable the PDB active write pool active connections was actually a duplicate of active read connections.
Merge pull request #46 from puppetlabs/extract-metrics-archives
Add command to extract metrics archives to README
Merge pull request #47 from puppetlabs/fix-pdb-conn-panels
Fix panels related to PDB connections
(SUP-3250) Add HA and other PDB panels
This commit adds panels for: * HA sync times * Processing times This is a composite panel that replaces the individual ones for catalogs, facts, and reports * Processing rates and counts * GC times and counts
Fix queue_depth metric in starlark processor
Prior to this commit, this metric was not being emitted from archive metrics because I had confused jetty's queueSize metric with PDB's queue_depth. This commit emits the correct metric for the dashboard to pick up.
Merge pull request #48 from puppetlabs/SUP-3250-pdb-panels
(SUP-3250) Add HA and other PDB panels
Merge pull request #49 from puppetlabs/fix-starlark-pdb-queue-depth
Fix queue_depth metric in starlark processor
Merge pull request #50 from puppetlabs/add-puppetserver-gc-panels
Add panels for Puppet server GC times and counts
syncing from "puppetlabs/support_workflows"
This commits adds panels for PDB JVM garbage collection, not to be confused with the panels we already have for PDB GC. I renamed those to hopefully avoid confusion.
Replace spaces with underscores
This makes field names like gc-stats_PS_MarkSweep_count consistent between archive metrics and telegraf.
Merge pull request #51 from puppetlabs/add-pdb-gc-panels
Add PDB JVM GC panels
This commit adds two panels for route-id mean duration and counts.
Merge pull request #53 from puppetlabs/add-route-metrics
Add metrics from route-ids
(SUP-3319) Refresh service when datasource changes
Prior to this commit, the provisioning datasource file had a 'before' metaparam on the Grafana service, which caused the service not to refresh when the file changes. This commit fixes this by changing the 'before' to a 'notify'. The 'require' on the Grafana install class still ensures proper ordering.
Merge pull request #54 from puppetlabs/SUP-3319-prov-datasource-refresh
(SUP-3319) Refresh service when datasource changes
syncing from "puppetlabs/support_workflows"
syncing from "puppetlabs/support_workflows"
(SUP-3329) Add metric archives info to ARCHIVES.md
This commit moves the section on importing archive metrics to its own file and adds more detail about the process.
Merge pull request #55 from puppetlabs/SUP-3329-archive-metrics
(SUP-3329) Add metric archive info to ARCHIVES.md
Merge pull request #57 from puppetlabs/release-prep
Release prep v1.1.0