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
Deprecation notice: The comma delimited flags google.project-id and monitoring.metrics-type-prefixes are being replaced by repeatable flags google.project-ids and monitoring.metrics-prefixes. The comma delimited flags will be supported for at least one more release.
[FEATURE] Add monitoring.aggregate-deltas and monitoring.aggregate-deltas-ttl flags which allow aggregating DELTA
metrics as counters instead of a gauge #168
[FEATURE] Add web.stackdriver-telemetry-path flag. When configured the stackdriver metrics go to this endpoint and web.telemetry-path contain just the runtime metrics. #173
[ENHANCEMENT] Make Stackdriver main collector more library-friendly #157
[BUGFIX] Fixes suspected duplicate label panic for some GCP metric #153
The exporter nolonger supports configuration via ENV vars. This was a non-standard feature that is not part of the Prometheus ecossystem. All configuration is now handled by the existing command line arguments.