You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stackdriver allows delegation of multiple projects to "main" one. This is very
useful to create inter-project dashbords, but also it delegates all metrics
to single project and could lead to big amounts of series. I've added optional
flag `monitoring.drop-delegated-projects` which allows one to disable collection
of these metrics. It's useful to split stackdriver-exporter instances per-project
and still be able to fetch metrics from main one.
Another option is to have empty main project only to delegate monitoring and
not to fetch metrics from.
"monitoring.drop-delegated-projects", "Drop metrics from attached projects and fetch `project_id` only ($STACKDRIVER_EXPORTER_DROP_DELEGATED_PROJECTS).",
"monitoring.metrics-type-prefixes", "Comma separated Google Stackdriver Monitoring Metric Type prefixes ($STACKDRIVER_EXPORTER_MONITORING_METRICS_TYPE_PREFIXES).",
0 commit comments