generic cert paths
This commit is contained in:
@@ -18,8 +18,8 @@ prometheus.remote_write "default" {
|
||||
endpoint {
|
||||
url = "https://prometheus.john-stream.com:9090/api/v1/write"
|
||||
tls_config {
|
||||
cert_file = "/etc/alloy/certs/prometheus.crt"
|
||||
key_file = "/etc/alloy/certs/prometheus.key"
|
||||
cert_file = "/etc/alloy/certs/cert.pem"
|
||||
key_file = "/etc/alloy/certs/key.pem"
|
||||
ca_file = "/etc/alloy/certs/root_ca.crt"
|
||||
}
|
||||
}
|
||||
@@ -31,7 +31,6 @@ discovery.docker "linux" {
|
||||
|
||||
// discovery.relabel "logs_integrations_docker" {
|
||||
// targets = []
|
||||
|
||||
// rule {
|
||||
// source_labels = ["__meta_docker_container_name"]
|
||||
// regex = "/(.*)"
|
||||
|
||||
Reference in New Issue
Block a user