Skip to content

Commit d68ca4c

Browse files
committed
Fix changelogs
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent 8902a32 commit d68ca4c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@ Changes by Version
88

99
##### Breaking Changes
1010

11+
- Add gRPC metrics to agent ([#1180](https://github.com/jaegertracing/jaeger/pull/1180), [@pavolloffay](https://github.com/pavolloffay))
12+
13+
The following metrics:
14+
```
15+
jaeger_agent_tchannel_reporter_batch_size{format="jaeger"} 0
16+
jaeger_agent_tchannel_reporter_batch_size{format="zipkin"} 0
17+
jaeger_agent_tchannel_reporter_batches_failures{format="jaeger"} 0
18+
jaeger_agent_tchannel_reporter_batches_failures{format="zipkin"} 0
19+
jaeger_agent_tchannel_reporter_batches_submitted{format="jaeger"} 0
20+
jaeger_agent_tchannel_reporter_batches_submitted{format="zipkin"} 0
21+
jaeger_agent_tchannel_reporter_spans_failures{format="jaeger"} 0
22+
jaeger_agent_tchannel_reporter_spans_failures{format="zipkin"} 0
23+
jaeger_agent_tchannel_reporter_spans_submitted{format="jaeger"} 0
24+
jaeger_agent_tchannel_reporter_spans_submitted{format="zipkin"} 0
25+
```
26+
have been renamed to:
27+
```
28+
jaeger_agent_reporter_batch_size{format="jaeger",protocol="tchannel"} 0
29+
jaeger_agent_reporter_batch_size{format="zipkin",protocol="tchannel"} 0
30+
jaeger_agent_reporter_batches_failures{format="jaeger",protocol="tchannel"} 0
31+
jaeger_agent_reporter_batches_failures{format="zipkin",protocol="tchannel"} 0
32+
jaeger_agent_reporter_batches_submitted{format="jaeger",protocol="tchannel"} 0
33+
jaeger_agent_reporter_batches_submitted{format="zipkin",protocol="tchannel"} 0
34+
jaeger_agent_reporter_spans_failures{format="jaeger",protocol="tchannel"} 0
35+
jaeger_agent_reporter_spans_failures{format="zipkin",protocol="tchannel"} 0
36+
jaeger_agent_reporter_spans_submitted{format="jaeger",protocol="tchannel"} 0
37+
jaeger_agent_reporter_spans_submitted{format="zipkin",protocol="tchannel"} 0
38+
39+
jaeger_agent_collector_proxy{endpoint="baggage",protocol="tchannel",result="err"} 0
40+
jaeger_agent_collector_proxy{endpoint="baggage",protocol="tchannel",result="ok"} 0
41+
jaeger_agent_collector_proxy{endpoint="sampling",protocol="tchannel",result="err"} 0
42+
jaeger_agent_collector_proxy{endpoint="sampling",protocol="tchannel",result="ok"} 0
43+
```
44+
1145
- Rename tcollector proxy metric in agent ([#1182](https://github.com/jaegertracing/jaeger/pull/1182), [@pavolloffay](https://github.com/pavolloffay))
1246

1347
The following metric:

0 commit comments

Comments
 (0)