jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
177 stars 110 forks source link

Feature request: When run in GKE the GoogleWriter should use cluster identity #116

Closed evmin closed 6 years ago

evmin commented 6 years ago

Google Metric Writer should be able to source authentication token from http://metadata.google.internal when run in Google Container Engine.

Token should have preference over GOOGLE_APPLICATION_CREDENTIALS for authentication purposes.

evmin commented 6 years ago

This has been completed. PR: https://github.com/jmxtrans/jmxtrans-agent/pull/117