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

In the old version, CF TYPE could be set to max here, has it been cancelled in the new version? #5657

Open
aliuzzz opened this issue Jan 29, 2024 · 5 comments
Labels
enhancement General tag for an enhancement

Comments

@aliuzzz
Copy link
Contributor

aliuzzz commented Jan 29, 2024

image
image
Can we change average to max?

@aliuzzz aliuzzz added the enhancement General tag for an enhancement label Jan 29, 2024
@TheWitness
Copy link
Member

This is controlled by the HRULE rules vs. the consolidation function though I see the point when coming from 0.8.x.

@aliuzzz
Copy link
Contributor Author

aliuzzz commented Jan 31, 2024

So, you means that it cannot be modified to MAX, but it will not affect the normal data results.The results are the same as the 0.8.x.
This is important to me and I hope to receive confirmation

@TheWitness
Copy link
Member

TheWitness commented Feb 19, 2024

There is a custom aggregation method for max of max. Here are the available aggregations group by those that are identical. There are duplicates.

  • current - Current from AVG
  • max - Max from MAX
  • total, all_max_current - Total from AVG
  • total_peak, all_max_peak - Total from MAX
  • aggregate, aggregate_sum - Total from AVG
  • aggregate_peak, aggregate_max, aggregate_sum_peak - Total from MAX
  • aggregate_current - Total from AVG
  • aggregate_current_max - Total from MAX

Let me know if any of these get you to where you want to go?

@aliuzzz
Copy link
Contributor Author

aliuzzz commented Feb 21, 2024

aggregate_peak, aggregate_max, aggregate_sum_peak - Total from MAX

@aliuzzz
Copy link
Contributor Author

aliuzzz commented Feb 21, 2024

Also, do different aggregation methods affect the results of the csv table? I created an aggregation graph that aggregates several graphs using the "Interface - Traffic (bits/sec, 95th) " template. But the total column always matches the inbound traffic, while the 95 percentile on the graph will display normally according to the difference between inbound and outbound

dd43a778639105d876f70e86733ba685
0b30b4a46ae03594be5e42c6c958fc2d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General tag for an enhancement
Projects
None yet
Development

No branches or pull requests

2 participants