3
3
## Overview
4
4
5
5
The Application Study Tool is intended to provide enhanced insights into (classic) BIG-IP products, leveraging best in class
6
- open source telemetry tools. The full installation inculdes :
6
+ open source telemetry tools. The full installation includes :
7
7
8
8
* Custom Instance of OpenTelemetry Collector with enhanced BIG-IP data receivers (data fetched via iControlRest).
9
9
* Prometheus timeseries database for storing and querying collected data.
10
10
* Grafana Instance with pre-configured dashboards for quick insights at the device and "fleet" levels.
11
11
12
12
The Application Study Tool has everything needed to quickly get up and running with application insights at less than
13
13
production levels of reliability. For production/operational use cases, you can build on the included components,
14
- accounting for things like high availability, enhanced security via e.g. grafana OIDC integrationm , and similar. Alternatively,
15
- the openetlemetry collector can be configured to send data to existing production ops monitoring tools as desired.
14
+ accounting for things like high availability, enhanced security via e.g. Grafana OIDC integration , and similar. Alternatively,
15
+ the Openetlemetry Collector can be configured to send data to existing production ops monitoring tools as desired.
16
16
17
17
## Getting Started
18
18
@@ -143,14 +143,14 @@ big-ips.json:
143
143
]
144
144
```
145
145
146
- The configuration paramteter ` tls_insecure_skip_verify ` defaults to false. Installers
146
+ The configuration parameter ` tls_insecure_skip_verify ` defaults to false. Installers
147
147
that would like to opt-in to run in an insecure TLS mode must set
148
148
` tls_insecure_skip_verify: true ` for each BIG-IP in the config array and understand
149
149
that the connection between the OTEL collector and the BIG-IP does not have secure
150
150
TLS termination.
151
151
152
152
### Configure Grafana
153
- The Grafana instance can be configured via environment variable using their standard
153
+ The Grafana instance can be configured via environment variables using their standard
154
154
[ options] ( https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#override-configuration-with-environment-variables ) .
155
155
156
156
The included .env-example can be copied over and modified to set the initial admin
@@ -169,7 +169,7 @@ docker compose up
169
169
```
170
170
171
171
#### View The Dashboards
172
- The default grafana user/pass is ` admin/admin ` , and can be accessed at
172
+ The default Grafana user/pass is ` admin/admin ` , and can be accessed at
173
173
` http://<hostname>:3000 ` .
174
174
175
175
0 commit comments