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
{{ message }}
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
No new pull requests are accepted except for security fixes.
5
7
6
8
We urge all users to migrate to [OpenTelemetry](https://opentelemetry.io/). Please refer to the [notice in the documentation](https://www.jaegertracing.io/docs/latest/client-libraries/#deprecating-jaeger-clients) for details.
7
9
@@ -27,7 +29,7 @@ Click through for more detailed docs on specific modules.
27
29
*[jaeger-client](./jaeger-client): the module that instrumented applications should usually include
28
30
*[jaeger-core](./jaeger-core): the core implementation of the OpenTracing API [![Java Docs][javadoc-badge]][javadoc]
29
31
*[jaeger-thrift](./jaeger-thrift): set of components that send data to the backend
30
-
32
+
31
33
## Add-on Modules
32
34
33
35
*[jaeger-zipkin](./jaeger-zipkin): compatibility layer for using the Jaeger Tracer to Zipkin-compatible backends
@@ -74,7 +76,7 @@ sampler:
74
76
param: 1# can either be an integer, a double, or an integer
75
77
```
76
78
77
-
The valid values for `type` are:
79
+
The valid values for `type` are:
78
80
* `const`: configures a sampler that always makes the same decision
79
81
for new traces depending on the `param`: always no for `param=0`,
0 commit comments