Skip to content

Commit 64c3027

Browse files
committed
remove misleading notation from the adaptive sampler reference config
1 parent 5ee022b commit 64c3027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/kamon-core/src/main/resources/reference.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ kamon {
209209
# decisions.
210210
throughput = 600
211211

212-
# Groups allow to override the default balacing behavior for a particular subset of operations in this
212+
# Groups allow to override the default balancing behavior for a particular subset of operations in this
213213
# application. With groups, users can guarantee that certain operations will always be sampled, never sampled, or
214214
# provide minimum and/or maximum sampled traces throughput goals.
215215
#
@@ -232,7 +232,7 @@ kamon {
232232
# For example, if you wanted to ensure that health check operations are never sampled you could include
233233
#
234234
# health-checks {
235-
# operations = ["GET \/status"]
235+
# operations = ["/status", "/health"]
236236
#
237237
# rules {
238238
# sample = never

0 commit comments

Comments
 (0)