Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    0f9ade8 View commit details
    Browse the repository at this point in the history
  2. 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.
    m0dular committed May 9, 2022
    Configuration menu
    Copy the full SHA
    10b3d1b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Merge pull request #46 from puppetlabs/extract-metrics-archives

    Add command to extract metrics archives to README
    MartyEwings authored May 10, 2022
    Configuration menu
    Copy the full SHA
    4c85b4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from puppetlabs/fix-pdb-conn-panels

    Fix panels related to PDB connections
    m0dular authored May 10, 2022
    Configuration menu
    Copy the full SHA
    3230340 View commit details
    Browse the repository at this point in the history
  3. (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
    m0dular committed May 10, 2022
    Configuration menu
    Copy the full SHA
    bfe9439 View commit details
    Browse the repository at this point in the history
  4. 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.
    m0dular committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f19b75f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge pull request #48 from puppetlabs/SUP-3250-pdb-panels

    (SUP-3250) Add HA and other PDB panels
    m0dular authored May 11, 2022
    Configuration menu
    Copy the full SHA
    035192f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from puppetlabs/fix-starlark-pdb-queue-depth

    Fix queue_depth metric in starlark processor
    m0dular authored May 11, 2022
    Configuration menu
    Copy the full SHA
    b2f9e90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e861c6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Merge pull request #50 from puppetlabs/add-puppetserver-gc-panels

    Add panels for Puppet server GC times and counts
    MartyEwings authored May 12, 2022
    Configuration menu
    Copy the full SHA
    1704c9b View commit details
    Browse the repository at this point in the history
  2. syncing from "puppetlabs/support_workflows"

    github-actions committed May 12, 2022
    Configuration menu
    Copy the full SHA
    8d049ea View commit details
    Browse the repository at this point in the history
  3. Add PDB JVM GC panels

    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.
    m0dular committed May 12, 2022
    Configuration menu
    Copy the full SHA
    bb5ff5b View commit details
    Browse the repository at this point in the history
  4. Replace spaces with underscores

    This makes field names like gc-stats_PS_MarkSweep_count consistent
    between archive metrics and telegraf.
    m0dular committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e63d820 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Merge pull request #51 from puppetlabs/add-pdb-gc-panels

    Add PDB JVM GC panels
    m0dular authored May 17, 2022
    Configuration menu
    Copy the full SHA
    f0a32fa View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Add metrics from route-ids

    This commit adds two panels for route-id mean duration and counts.
    m0dular committed May 18, 2022
    Configuration menu
    Copy the full SHA
    75dd9f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74bb8ad View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Merge pull request #53 from puppetlabs/add-route-metrics

    Add metrics from route-ids
    m0dular authored May 24, 2022
    Configuration menu
    Copy the full SHA
    7b32d4e View commit details
    Browse the repository at this point in the history
  2. (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.
    m0dular committed May 24, 2022
    Configuration menu
    Copy the full SHA
    4896251 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #54 from puppetlabs/SUP-3319-prov-datasource-refresh

    (SUP-3319) Refresh service when datasource changes
    MartyEwings authored May 24, 2022
    Configuration menu
    Copy the full SHA
    f5dcc8b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. syncing from "puppetlabs/support_workflows"

    github-actions committed May 26, 2022
    Configuration menu
    Copy the full SHA
    cb4be28 View commit details
    Browse the repository at this point in the history
  2. syncing from "puppetlabs/support_workflows"

    github-actions committed May 26, 2022
    Configuration menu
    Copy the full SHA
    983de21 View commit details
    Browse the repository at this point in the history
  3. (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.
    m0dular committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e60a1d1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Merge pull request #55 from puppetlabs/SUP-3329-archive-metrics

    (SUP-3329) Add metric archive info to ARCHIVES.md
    MartyEwings authored May 27, 2022
    Configuration menu
    Copy the full SHA
    f00fec3 View commit details
    Browse the repository at this point in the history
  2. Release prep v1.1.0

    GitHub Action committed May 27, 2022
    Configuration menu
    Copy the full SHA
    39780ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57 from puppetlabs/release-prep

    Release prep v1.1.0
    m0dular authored May 27, 2022
    Configuration menu
    Copy the full SHA
    9dd5f85 View commit details
    Browse the repository at this point in the history