Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 405c9e3

Browse files
authored
Update README.md (#500)
* Update README.md Fix intelligent sampling example
1 parent 9f78f02 commit 405c9e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ sampling:
307307
# exporters the policy applies to
308308
exporters:
309309
- jaeger
310-
- omnition
311310
policy: string-tag-filter
312311
configuration:
313312
tag: tag1
@@ -316,15 +315,16 @@ sampling:
316315
- value2
317316
my-numeric-tag-filter:
318317
exporters:
319-
- jaeger
320-
- omnition
318+
- zipkin
321319
policy: numeric-tag-filter
322320
configuration:
323321
tag: tag1
324322
min-value: 0
325323
max-value: 100
326324
```
327325

326+
> Note that an exporter can only have a single sampling policy today.
327+
328328
### <a name="collector-usage"></a>Usage
329329

330330
> It is recommended that you use the latest [release](https://github.com/census-instrumentation/opencensus-service/releases).

0 commit comments

Comments
 (0)