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

Add support for Stackdriver resource labels #1818

Commits on Jan 24, 2020

  1. Add support for Stackdriver resource labels

    Add support for defining arbitrary resource labels to the monitored
    resource when configuring creating a time series.
    
    Stackdriver enables associating metrics with different "monitored
    resources", such as `k8s_container`. Monitored resources can specify
    certain required "resource labels" (distinct from metric labels), such
    as `pod_name` for `k8s_container`. Any metric submitted to that resource
    type without all of the required resource labels will be rejected. By
    enabling arbitrary resource labels to be defined in StackdriverConfig,
    we'll enable more flexible integration with Stackdriver.
    Joel McCance committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    10a3c04 View commit details
    Browse the repository at this point in the history