Skip to content

Commit 71d1797

Browse files
authored
Update README.md
Added information for adding multiple BIG-IP devices to rec-pipe-configmap.yaml.
1 parent b5881eb commit 71d1797

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

ast-on-k8s/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,23 @@ You will also need to modify the following files, at minimum.
2424
This file has two environment variables that represent BIG-IP passwords, BIGIP_PASSWORD_1 and BIGIP_PASSWORD_2. If you have more than two BIG-IP passwords, you will need to add them here.
2525
- rec-pipe-configmap.yaml
2626

27-
This is the equivalent of the services/otel_collector/receivers.yaml file. You will need to list all BIG-IPs to be monitored, along with their settings, in this file. You will also need to reference the BIG-IPs (i.e., "bigip/1", "bigip/2", etc.) in the receivers subsection under pipelines.yaml section (also in this file).
27+
This is the equivalent of the services/otel_collector/receivers.yaml file. You will need to list all BIG-IPs to be monitored, along with their settings, in this file.
28+
29+
You will also need to ensure these reference are included in the list of BIG-IPs (i.e., "bigip/1", "bigip/2", etc.) in the receivers subsection under pipelines.yaml section (also in this file). The pipelines.yaml section of this file will look like the following:
30+
```
31+
pipelines.yaml: |
32+
metrics/local:
33+
exporters:
34+
- otlphttp/metrics-local
35+
- debug/bigip
36+
processors:
37+
- batch/local
38+
receivers:
39+
- bigip/1
40+
- bigip/2
41+
- bigip/3
42+
...
43+
```
2844

2945
Other files in this directory can also be modified for additional customization. See the original repo (https://github.com/f5devcentral/application-study-tool) for specific customization guidance.
3046

0 commit comments

Comments
 (0)