Live Metrics Filtering Part 4: Filtering For Metrics Charts#43323
Conversation
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
jeanbisutti
left a comment
There was a problem hiding this comment.
Perhaps in another PR it may be worth to add logs at the TRACE or DEBUG level to understand filtering and derived metrics behaviors from a user application.
|
@jeanbisutti @trask Seeing this & noting that the writes/reads are all inside synchronized blocks, I am tempted to change count/aggregation inside of DerivedMetricAggregation class be just long and double, as opposed to AtomicLong/AtomicDouble. What do you think about this? |
|
/check-enforcer override |
Description
Above changes enable e2e filtering for metrics charts.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines