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
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Without this feature, all metrics generated by your application are mapped to global and use your GCP project_id as the project making it impossible to get correct metrics if you have more than one application running in a project. (For example I have lots of microservices running in my GKE cluster)
Describe the solution you'd like
Ideally Spring Cloud GCP should auto tag/label the metrics using the spring.application.name among other properties of the service so that metrics can be grouped and filtered.
Describe alternatives you've considered
Writting my own implementation of the MicrometerStackdriverConfig or using:
This may belong in Spring Cloud GCP, or it might belong in Spring Boot's StackdriverMetricsExportAutoConfiguration. Need to see if any other metrics systems provide these conveniences.
For posterity, this is another actuator way to specify common tags through properties:
Is your feature request related to a problem? Please describe.
Without this feature, all metrics generated by your application are mapped to
global
and use your GCP project_id as the project making it impossible to get correct metrics if you have more than one application running in a project. (For example I have lots of microservices running in my GKE cluster)Describe the solution you'd like
Ideally Spring Cloud GCP should auto tag/label the metrics using the spring.application.name among other properties of the service so that metrics can be grouped and filtered.
Describe alternatives you've considered
Writting my own implementation of the MicrometerStackdriverConfig or using:
Additional context
https://cloud.google.com/monitoring/api/resources
The text was updated successfully, but these errors were encountered: