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

metrics: gather cluster_installer series #212

Merged
merged 2 commits into from
Aug 5, 2019
Merged

metrics: gather cluster_installer series #212

merged 2 commits into from
Aug 5, 2019

Commits on Aug 5, 2019

  1. metrics: gather cluster_installer series

    This series will allow us to determine whether a cluster was created
    using IPI or UPI. Once Hive and CI are updated, we'll also be able to
    determine if a cluster was created by CI or if it was created by Hive.
    
    The series captures the install type, the version of the tool, and its
    invoker (in addition to the standard labels):
    
        cluster_installer{
            type="openshift-install",
            version="unreleased-master-1209-gfd08f44181f2111",
            invoker="user",
        } 0 1562168623759
    crawford committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    b1cc955 View commit details
    Browse the repository at this point in the history
  2. test: update time series

    This new sample includes the new cluster_installer series.
    crawford committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    2eb01ce View commit details
    Browse the repository at this point in the history