08 Sep 2021
06:50 AM
- last edited on
15 Jul 2022
03:40 AM
by
AgataWlodarczyk
Hello Dear Community
I want to chart AVG, MAX... for all my services (for a specific application)
My problem (as shown on the screen below), some services have the AVG but not the MAX and vice versa...
Also, the list is not complete, I want the whole services.
Do you have any information about this mistake?
Thanks and have a good day.
I'm almost sure it's the cardinality limit you have hit. By default the data explorer limits 10 dimensions, see default generated code:
If you have more than 10 services, you need to limit the scope or increase the limit. The issue here is the queries are limited and then joined in a table, so that's why you can see mostly either avg or max values only.
FYI - the limit is 100 per metric selector.
Thanks a lot @Julius_Loman for your feedback and time.
I explored the code side but didnt take a time to analyse and understand what its writen, i was searching an option but not a code.
Good day man.
Other thing
I opened a RFE since some weeks
Look at the column names, different aggregations with the same column names.
we are currently planing for smaller but important additions for q4 and the export known from CC is def. one of the items on the plate and also with a high priority. will let you know when i can comm. a version.