Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a new config StartTimeMetricRegex #1511

Merged
merged 1 commit into from
Aug 10, 2020

Commits on Aug 7, 2020

  1. Adds a new config StartTimeMetricRegex

    Previously the prometheus receiver only accepts
    `process_start_time_metric` as the start time when UseStartTimeMetric is
    set. For applications that export similar metrics but with a prefix,
    e.g., via NewProcessCollector(namespace), the receiver would drop such
    metrics.
    By adding StartTimeMetricRegex, at least we will be able to cover such
    use cases.
    Weil0ng committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6da2d55 View commit details
    Browse the repository at this point in the history