Skip to content

Mean metrics missing #1

@alexjfisher

Description

@alexjfisher

Instead of not matching both Mean and MeanRate, the effect of d4809e3 seems to be no metrics for Mean collected at all (at least with the current version of jmx_exporter and Puppetserver 6).

Looks like you can't match the end of the string after the word Mean because it's not actually the end of the string. The string actually ends with a : and the metric value.

ie

- pattern: 'puppetserver<name=puppetlabs.puppet6.compiler><>(Max|Min|Mean|StdDev|50thPercentile|75thPercentile|95thPercentile|99thPercentile):'

works for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions