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
* Specify metric name/tags via annotation
Signed-off-by: Gary Brown <[email protected]>
* Update changelog
Signed-off-by: Gary Brown <[email protected]>
* Revert back to 'requests' and make the operation name a tag
Signed-off-by: Gary Brown <[email protected]>
* Add more details to the changelog
Signed-off-by: Gary Brown <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-2
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,28 @@ Changes by Version
8
8
9
9
##### Breaking Changes
10
10
11
-
- Consolidate query metrics and include result tag ([#1075](https://github.com/jaegertracing/jaeger/pull/1075), [@objectiser](https://github.com/objectiser)
12
-
- Make the metrics produced by jaeger query scoped to the query component, and generated for all span readers (not just ES) ([#1074](https://github.com/jaegertracing/jaeger/pull/1074), [@objectiser](https://github.com/objectiser)
11
+
- Various changes around metrics produced by jaeger-query: Names scoped to the query component, generated for all span readers (not just ES), consolidate query metrics and include result tag ([#1074](https://github.com/jaegertracing/jaeger/pull/1074), [#1075](https://github.com/jaegertracing/jaeger/pull/1075) and [#1096](https://github.com/jaegertracing/jaeger/pull/1096), [@objectiser](https://github.com/objectiser))
12
+
13
+
For example, sample of metrics produced for `find_traces` operation before:
0 commit comments