Compare commits
2 Commits
de6bcc9f4a
...
faeaaf2c97
| Author | SHA1 | Date | |
|---|---|---|---|
| faeaaf2c97 | |||
| cb54d21c18 |
@@ -105,7 +105,8 @@ scrape_configs:
|
|||||||
target_label: 'job_name'
|
target_label: 'job_name'
|
||||||
metric_relabel_configs:
|
metric_relabel_configs:
|
||||||
- source_labels: [__name__]
|
- source_labels: [__name__]
|
||||||
regex: '(traefik_service_request_duration_seconds_bucket|traefik_entrypoint_request_duration_seconds_bucket|redis_commands_latencies_usec_bucket|vector_component_received_events_count_bucket)'
|
# also large (but useful): traefik_entrypoint_request_duration_seconds_bucket
|
||||||
|
regex: '(redis_commands_latencies_usec_bucket|vector_component_received_events_count_bucket)'
|
||||||
action: drop
|
action: drop
|
||||||
|
|
||||||
- job_name: 'consul-server'
|
- job_name: 'consul-server'
|
||||||
|
|||||||
@@ -75,10 +75,10 @@ job "wordpress" {
|
|||||||
port = "http"
|
port = "http"
|
||||||
path = "/wp-admin/install.php"
|
path = "/wp-admin/install.php"
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "3s"
|
||||||
|
|
||||||
check_restart {
|
check_restart {
|
||||||
limit = 3
|
limit = 5
|
||||||
grace = "60s"
|
grace = "60s"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user