Replies: 1 comment 5 replies
-
Hey. Carbonapi doesn't do anything like that, it sends the request to backends. And different backends use different logic.
Those are to I'm aware of. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a series which creates multiple directories (over 5000) and the grafana query is used to visualize metrics. Just wanted to know how carbonapi translates the query and returns results. Below is an example query.
aliasByNode(exclude(exclude(exclude(nonNegativeDerivative(sumSeriesWithWildcards(scaleToSeconds(pcs.prod-decaf-us-west-2.pcs-.route..GET.status.*.count, 1), 2, 4)), '2XX'), '4XX'), '5XX'), 5)
pcs-* translates to pod directories that are over 5000 in number and have timestamps for previous 30 days (retention).
Just wanted to check if a time filter of 24 hours would scan all of these directories and return respective data or it just ignores directories that have timestamp older than 24 hours and scans only directories within time filter.
Beta Was this translation helpful? Give feedback.
All reactions