Skip to content

Commit

Permalink
demo and diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr committed Dec 9, 2024
1 parent f4a7835 commit b8b0820
Show file tree
Hide file tree
Showing 4 changed files with 13,234 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/consumer-cluster.alloy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ prometheus.scrape_task.receive.fake "a" {

prometheus.scrape_task.scrape "a" {
forward_to = [prometheus.scrape_task.send.a.receiver]
pool_size = 20
pool_size = 10
}

prometheus.scrape_task.send "a" {
Expand Down
2 changes: 1 addition & 1 deletion demo/consumer-redis.alloy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ prometheus.scrape_task.receive.redis "a" {

prometheus.scrape_task.scrape "a" {
forward_to = [prometheus.scrape_task.send.a.receiver]
pool_size = 20
pool_size = 10
}

prometheus.scrape_task.send "a" {
Expand Down
Loading

0 comments on commit b8b0820

Please sign in to comment.