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

Update docs/configuring-playbook-prometheus-nginxlog.md: move down the section "Docker Image Compatibility"

The section seems to be less relevant than the one for saving metrics on a Prometheus server.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4018/head
Suguru Hirahara пре 1 година
родитељ
комит
7f90dda4fc
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 измењених фајлова са 9 додато и 9 уклоњено
  1. +9
    -9
      docs/configuring-playbook-prometheus-nginxlog.md

+ 9
- 9
docs/configuring-playbook-prometheus-nginxlog.md Прегледај датотеку

@@ -22,15 +22,6 @@ Add the following configuration to your `inventory/host_vars/matrix.example.com/
matrix_prometheus_nginxlog_exporter_enabled: true matrix_prometheus_nginxlog_exporter_enabled: true
``` ```


### Docker Image Compatibility (optional)

At the moment of writing only images for `amd64` and `arm64` architectures are available. The playbook currently does not support [self-building](./self-building.md) a container image on other architectures. You can however use a custom-build image by setting:

```yaml
matrix_prometheus_nginxlog_exporter_docker_image_arch_check_enabled: false
matrix_prometheus_nginxlog_exporter_docker_image: path/to/docker/image:tag
```

### Save metrics on an external Prometheus server (optional) ### Save metrics on an external Prometheus server (optional)


> [!WARNING] > [!WARNING]
@@ -46,6 +37,15 @@ Whichever way you go with, this service will expose its metrics endpoint **witho


For password-protection, use (`matrix_metrics_exposure_http_basic_auth_enabled` and `matrix_metrics_exposure_http_basic_auth_users`) or (`matrix_prometheus_nginxlog_exporter_container_labels_metrics_middleware_basic_auth_enabled` and `matrix_prometheus_nginxlog_exporter_container_labels_metrics_middleware_basic_auth_users`). For password-protection, use (`matrix_metrics_exposure_http_basic_auth_enabled` and `matrix_metrics_exposure_http_basic_auth_users`) or (`matrix_prometheus_nginxlog_exporter_container_labels_metrics_middleware_basic_auth_enabled` and `matrix_prometheus_nginxlog_exporter_container_labels_metrics_middleware_basic_auth_users`).


### Docker Image Compatibility (optional)

At the moment of writing only images for `amd64` and `arm64` architectures are available. The playbook currently does not support [self-building](./self-building.md) a container image on other architectures. You can however use a custom-build image by setting:

```yaml
matrix_prometheus_nginxlog_exporter_docker_image_arch_check_enabled: false
matrix_prometheus_nginxlog_exporter_docker_image: path/to/docker/image:tag
```

### Extending the configuration ### Extending the configuration


There are some additional things you may wish to configure about the component. There are some additional things you may wish to configure about the component.


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