-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: monitoringIssues related to the Cloud Monitoring API.Issues related to the Cloud Monitoring API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
I'd like to propose a stackdriver abstraction to simplify the process of authoring and publishing metrics. My specific needs are for a monitoring library for a GAE based servlet application but the goal would be to write something that can be helpful for any Java application.
The library should simplify the definition and polling of metrics, especially Gauge metrics which make most sense when polled on a regular periodic basis in the background. The library should also just simplify the API as right now it takes a lot of bookkeeping to just publish a single metric datapoint.
lesv
Metadata
Metadata
Assignees
Labels
api: monitoringIssues related to the Cloud Monitoring API.Issues related to the Cloud Monitoring API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.