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
finagle-core: add "implementation" label to DefaultStatsReceiver
Problem:
We want to indicate which metrics are added by users as custom,
application-specific metrics.
Solution:
Add the scope "app" to DefaultStatsReceiver. Add the label
`implementation="app"`. All custom metrics will look like
```
app_serviceA_metricB {implementation="app"}
```
JIRA Issues: CSL-12028
Differential Revision: https://phabricator.twitter.biz/D901903
0 commit comments