Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide insights on when a metric was scraped for the last time #254

Closed
tomkerkhove opened this issue Dec 14, 2018 · 1 comment
Closed
Labels
enhancement Enhancements for current features integration:azure-monitor All issues related to Azure Monitor integration integration:prometheus All issues related to Prometheus integration operations All issues related to operations
Milestone

Comments

@tomkerkhove
Copy link
Owner

tomkerkhove commented Dec 14, 2018

Provide insights on when a metric was scraped for the last time.

According to the Exposition format you can provide that as part of the information:

metric_name [
  "{" label_name "=" `"` label_value `"` { "," label_name "=" `"` label_value `"` } [ "," ] "}"
] value [ timestamp ]

However, this is not supported yet in Prometheus.Client so we're seeing if that's possible. (prom-client-net/prom-client#18)

The alternative is to add this to the description via a suffix - (<stamp>)

Related to #198

@tomkerkhove tomkerkhove added enhancement Enhancements for current features integration:prometheus All issues related to Prometheus integration integration:azure-monitor All issues related to Azure Monitor integration operations All issues related to operations labels Dec 14, 2018
@tomkerkhove tomkerkhove added this to the v1.1.0 milestone Dec 14, 2018
@tomkerkhove
Copy link
Owner Author

This is done via #285

@tomkerkhove tomkerkhove modified the milestones: v1.1.0, v0.5.0 Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancements for current features integration:azure-monitor All issues related to Azure Monitor integration integration:prometheus All issues related to Prometheus integration operations All issues related to operations
Projects
None yet
Development

No branches or pull requests

1 participant