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
The following agent flags has has been deprecated in order to support multiple reporters:
14
+
```bash
15
+
--collector.host-port
16
+
--discovery.conn-check-timeout
17
+
--discovery.min-peers
18
+
```
19
+
New flags:
20
+
```bash
21
+
--reporter.tchannel.host-port
22
+
--reporter.tchannel.discovery.conn-check-timeout
23
+
--reporter.tchannel.discovery.min-peers
24
+
```
25
+
11
26
- 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
27
13
28
For example, sample of metrics produced for `find_traces` operation before:
- Configurable deadlock detector interval for ingester ([#1134](https://github.com/jaegertracing/jaeger/pull/1134), [@marqc](https://github.com/marqc))
52
+
- Emit spans for elastic storage backend ([#1128](https://github.com/jaegertracing/jaeger/pull/1128), [@annanay25](https://github.com/annanay25))
53
+
- Allow to use TLS certificates for Elasticsearch authentication ([#1139](https://github.com/jaegertracing/jaeger/pull/1139), [@clyang82](https://github.com/clyang82))
- Add a metric for number of partitions held ([#1154](https://github.com/jaegertracing/jaeger/pull/1154), [@vprithvi](https://github.com/vprithvi))
56
+
- Log jaeger-collector tchannel port ([#1136](https://github.com/jaegertracing/jaeger/pull/1136), [@mindaugasrukas](https://github.com/mindaugasrukas))
57
+
- Support tracer env based initialization in hotrod ([#1115](https://github.com/jaegertracing/jaeger/pull/1115), [@eundoosong](https://github.com/eundoosong))
58
+
- Publish ingester as binaries and docker image ([#1086](https://github.com/jaegertracing/jaeger/pull/1086), [@ledor473](https://github.com/ledor473))
59
+
- Use Go 1.11 ([#1104](https://github.com/jaegertracing/jaeger/pull/1104), [@isaachier](https://github.com/isaachier))
60
+
- Tag images with commit SHA and publish to `-snapshot` repository ([#1082](https://github.com/jaegertracing/jaeger/pull/1082), [@pavolloffay](https://github.com/pavolloffay))
- Deadlock detector hack for Kafka driver instability ([#1087](https://github.com/jaegertracing/jaeger/pull/1087), [@vprithvi](https://github.com/vprithvi))
66
+
- Fix processor overriding data in a buffer ([#1099](https://github.com/jaegertracing/jaeger/pull/1099), [@pavolloffay](https://github.com/pavolloffay))
67
+
34
68
#### UI Changes
35
69
36
70
##### New Features
37
71
38
-
- Span Search - Highlight search results ([#238](https://github.com/jaegertracing/jaeger-ui/pull/238)), thanks to David Yeghshatyan [@davit-y](https://github.com/davit-y)
39
-
- Span Search - Improve search logic ([#237](https://github.com/jaegertracing/jaeger-ui/pull/237)), thanks to David Yeghshatyan [@davit-y](https://github.com/davit-y)
40
-
- Span Search - Add result count, navigation and clear buttons ([#234](https://github.com/jaegertracing/jaeger-ui/pull/234)), thanks to David Yeghshatyan [@davit-y](https://github.com/davit-y)
-`jaeger-standalone` binary has been renamed to `jaeger-all-in-one`. This change also includes package rename from `standalone` to `all-in-one` ([#1062](https://github.com/jaegertracing/jaeger/pull/1062), [@pavolloffay](https://github.com/pavolloffay))
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ For example, any given Jaeger installation at Uber is typically processing sever
33
33
34
34
### Native support for OpenTracing
35
35
36
-
Jaeger backend, Web UI, and instrumentation libraries have been designed from ground up to support the OpenTracing standard.
36
+
Jaeger backend, Web UI, and instrumentation libraries have been designed from ground up to support the [OpenTracing standard](https://opentracing.io/specification/).
37
37
* Represent traces as directed acyclic graphs (not just trees) via [span references](https://github.com/opentracing/specification/blob/master/specification.md#references-between-spans)
38
38
* Support strongly typed span _tags_ and _structured logs_
39
39
* Support general distributed context propagation mechanism via _baggage_
0 commit comments