Skip to content

Commit

Permalink
chore(esm): tweak resources and service configuration for esm
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Mar 30, 2024
1 parent ed29b45 commit 7c332bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consul-esm.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ job "consul-esm" {
to = "9000"
}
}
count = 1
count = 5

update {
max_parallel = 1
Expand Down Expand Up @@ -84,7 +84,7 @@ telemetry {
disable_hostname = false
filter_default = false
prefix_filter = []
metrics_prefix = "/v1/esm/metrics"
metrics_prefix = "/metrics"
prometheus_retention_time = "30s"
}
passing_threshold = 0
Expand Down

0 comments on commit 7c332bd

Please sign in to comment.