Преглед изворни кода

Replace preffix with prefix

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4352/head
Suguru Hirahara пре 11 месеци
родитељ
комит
657b7e211c
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2

+ 1
- 1
roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2 Прегледај датотеку

@@ -13,7 +13,7 @@ listen:
namespaces: namespaces:
- name: matrix - name: matrix
metrics_override: metrics_override:
preffix: "myprefix"
prefix: "myprefix"
namespace_label: "namespace" namespace_label: "namespace"
format: "$log_source $server_name - $upstream_addr - $remote_addr - $remote_user [$time_local] $host \"$request\" $status \"$http_referer\" \"$http_user_agent\" \"$http_x_forwarded_for\"" format: "$log_source $server_name - $upstream_addr - $remote_addr - $remote_user [$time_local] $host \"$request\" $status \"$http_referer\" \"$http_user_agent\" \"$http_x_forwarded_for\""
# enable to print to console # enable to print to console


Loading…
Откажи
Сачувај