Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upquestion about use prometheus to measure each user access if user more than 100k? #4965
Comments
This comment has been minimized.
This comment has been minimized.
|
That's not really what Prometheus is meant for. See https://prometheus.io/docs/practices/instrumentation/#do-not-overuse-labels |
simonpasquier
closed this
Dec 6, 2018
This comment has been minimized.
This comment has been minimized.
|
@simonpasquier get it ,thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aximo commentedDec 6, 2018
•
edited
it not a bug,but an use question, sorry for submitting it here as google group is not acess in china.
Eg, I want to use metrics user acess via http_acess_count{uid="001"} =1
So if the user count is 100k and all access our system, that means there will be 100k line(at least) in each scrape. the response body will so big.
maybe we can compress the response, but any supported in prometheus server?
and , I don't think this solution is real effective?
So, any comments about this case. how can i measure each user access by it?