Skip to content

Commit

Permalink
Corrects default dogstatsd generator
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 20, 2023
1 parent ad6fdcc commit 723319e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/dogstatsd-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ generator:
dogstatsd:
contexts_minimum: 1000
contexts_maximum: 8000
tags_per_msg_minimum: 50
tags_per_msg_maximum: 71
multivalue_pack_probability: 1108
tags_per_msg_minimum: 20
tags_per_msg_maximum: 31
multivalue_pack_probability: 0.08
multivalue_count_minimum: 2
multivalue_count_maximum: 40
multivalue_count_maximum: 10
kind_weights:
metric: 80
event: 10
service_check: 10
metric_weights:
count: 100
gauge: 100
timer: 20
distribution: 100
set: 20
histogram: 20
count: 10
gauge: 10
timer: 2
distribution: 5
set: 2
histogram: 2
bytes_per_second: "150 Mb"
parallel_connections: 1
block_sizes: ["1Kb", "2Kb", "3Kb"]
maximum_prebuild_cache_size_bytes: "50 Mb"
maximum_prebuild_cache_size_bytes: "500 Mb"

blackhole:
- http:
Expand Down

0 comments on commit 723319e

Please sign in to comment.