On 15/09/2020 06:11, Nick wrote:
Keeping cardinality explosion in mind, what's a decent maximum number
of exported metrics that can be considered performant for scraping and
time-series processing?
As I mainly need the counter total, I can split the web analytics to
reduce the number of possible label combinations, for example:
{ domain, page }
{ domain, browser }
For both of those some level of pre-processing would be advised to
reduce cardinality.
For page, remove query strings, etc. (especially as they can contain
unique tracking IDs). For the browser convert the user agent header into
a general string such as Firefox, Chrome, Opera, etc.
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/f14045f7-7a54-ceb6-ab52-053e1bb8f90c%40Jahingo.com.