You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to allow users to defined a pre-determining strategy for storing service based dimensions sampling (time-series data point)
This strategy will allow the user's understanding of the domain to define lower granularity storage strategy for services logs that are less critical or less prone to errors.
What solution would you like?
Allow the user to define for each service centric logs related monitoring storage indices - what time granularity to save the data-points into and which aggregation function to use for that (Avg, Max, Min, Sum)
Once defined, the target index that is generated for each service dimension measurement (CPU, Memory, UserCount ) would be using the Index Rollup job to auto aggregate and compact the original measurement index into.
The original measurement index info would be scraped using the Index State Management so that the user dosent have to manually delete the raw data.
Is your feature request related to a problem?
I would like to allow users to defined a pre-determining strategy for storing service based dimensions sampling (time-series data point)
This strategy will allow the user's understanding of the domain to define lower granularity storage strategy for services logs that are less critical or less prone to errors.
What solution would you like?
CPU
,Memory
,UserCount
) would be using the Index Rollup job to auto aggregate and compact the original measurement index into.Do you have any additional context?
The text was updated successfully, but these errors were encountered: