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

UI page for the last /metrics per target #4856

Open
gouthamve opened this Issue Nov 12, 2018 · 3 comments

Comments

Projects
None yet
3 participants
@gouthamve
Copy link
Member

gouthamve commented Nov 12, 2018

I think we can have a new button for every target on the targets page that would show us the /metrics page for the last scrape given we are storing the metadata now.

https://prometheus.io/docs/prometheus/latest/querying/api/#querying-target-metadata
This should give ONLY the last scraped metrics right?

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Nov 12, 2018

Having metadata is different from having the exact last scrape.

@gouthamve

This comment has been minimized.

Copy link
Member Author

gouthamve commented Nov 13, 2018

Hmm, how is it different, curious? Is it due to metric_relabelling?

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Nov 13, 2018

And you'll lose the ordering, any extra data, could get mixed up if there's multiple scrapers for a series etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.