1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

clarify sample freq

This commit is contained in:
scottf 2021-05-20 12:09:51 -04:00
parent 1b96fa5c05
commit 1bd39ddf81
No known key found for this signature in database
GPG Key ID: 60CD710024BA0A9E

View File

@ -115,3 +115,4 @@ If the policy is `ReplayInstant` (the default), the messages will be pushed to t
### SampleFrequency ### SampleFrequency
Sets the percentage of acknowledgements that should be sampled for observability, 0-100 Sets the percentage of acknowledgements that should be sampled for observability, 0-100
This value is a string and for example allows both `30` and `30%` as valid values.