Skip to content

Commit 5cc8fe7

Browse files
committed
prometheus fix
1 parent a812c9f commit 5cc8fe7

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

coe-on-standalone-linux.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Perform the following steps to deploy Citrix ADC Observability Exporter on a sta
2626
volumes:
2727
- ./lstreamd_default.conf:/var/logproxy/lstreamd/conf/lstreamd_default.conf:rw
2828
- ./cores/:/cores/:rw
29-
```
29+
```
30+
31+
**Note:** Currently the image tag `quay.io/citrix/citrix-observability-exporter:latest` corresponds to Citrix ADC Observability Exporter version 1.2.001 and not 1.4.001.
3032

3133
2. Create the `lstreamd_default.conf` file with the required settings.
3234

@@ -61,7 +63,7 @@ Perform the following steps to deploy Citrix ADC Observability Exporter on a sta
6163
}
6264
}
6365

64-
- Following is a sample configuration for Elastic search endpoint specific deployment with Prometheus. For Citrix ADC Observability Exporter version 1.4.0001, you should add `"PrometheusMode": "yes"` to the Elasticsearch `lstreamd_default.conf` file to enable Prometheus monitoring.
66+
- Following is a sample configuration for Elasticsearch endpoint specific deployment with Prometheus. For Citrix ADC Observability Exporter version 1.4.001, you should add `"PrometheusMode": "yes"` to the Elasticsearch `lstreamd_default.conf` file to enable Prometheus monitoring.
6567

6668
{
6769
"Endpoints": {
@@ -87,7 +89,7 @@ Perform the following steps to deploy Citrix ADC Observability Exporter on a sta
8789
"ProcessYieldTimeOut": "500",
8890
"MaxConnections": "512",
8991
"ElkMaxSendBuffersPerSec": "64",
90-
"JsonFileDump": "no"
92+
"JsonFileDump": "no",
9193
"PrometheusMode": "yes"
9294
}
9395
}
@@ -99,8 +101,9 @@ Citrix ADC Observability Exporter is deployed and exposed on port 5557 and port
99101

100102
### Prometheus standalone deployment
101103

102-
For Citrix ADC observability exporter, with Prometheus as the endpoint following is the `lstreamd_default.conf` file configuration.
104+
For Citrix ADC observability exporter version 1.4.001, with Prometheus as the endpoint you need to use the following `lstreamd_default.conf` file configuration.
103105

106+
lstreamd_default.conf: |
104107
{
105108
"Endpoints": {
106109
"ZIPKIN": {
@@ -111,6 +114,8 @@ For Citrix ADC observability exporter, with Prometheus as the endpoint following
111114
}
112115
}
113116

117+
For Citrix ADC observability exporter versions prior to 1.4.001, you can use the `lstream_default.conf` configuration provided in the [coe-prometheus.yaml](https://github.com/citrix/citrix-observability-exporter/blob/master/deployment/coe-prometheus.yaml) file.
118+
114119
## Integrate Citrix ADC with multiple Citrix ADC Observability Exporter instances manually
115120

116121
You can configure Citrix ADC Observability Exporter manually in Citrix ADC. Manual configuration is suitable for Citrix ADC in MPX and VPX form factors. We recommend deploying the Citrix ADC Observability Exporter in the automated way with the YAML file as described in the preceding sections.

0 commit comments

Comments
 (0)