Skip to content

Commit c2c252e

Browse files
author
Application Study Tool Builder
committed
Publish AST v0.3.2
1 parent ba40a8c commit c2c252e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
## Overview
44

55
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:
77

88
* Custom Instance of OpenTelemetry Collector with enhanced BIG-IP data receivers (data fetched via iControlRest).
99
* Prometheus timeseries database for storing and querying collected data.
1010
* Grafana Instance with pre-configured dashboards for quick insights at the device and "fleet" levels.
1111

1212
The Application Study Tool has everything needed to quickly get up and running with application insights at less than
1313
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.
1616

1717
## Getting Started
1818

@@ -143,14 +143,14 @@ big-ips.json:
143143
]
144144
```
145145

146-
The configuration paramteter `tls_insecure_skip_verify` defaults to false. Installers
146+
The configuration parameter `tls_insecure_skip_verify` defaults to false. Installers
147147
that would like to opt-in to run in an insecure TLS mode must set
148148
`tls_insecure_skip_verify: true` for each BIG-IP in the config array and understand
149149
that the connection between the OTEL collector and the BIG-IP does not have secure
150150
TLS termination.
151151

152152
### 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
154154
[options](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#override-configuration-with-environment-variables).
155155

156156
The included .env-example can be copied over and modified to set the initial admin
@@ -169,7 +169,7 @@ docker compose up
169169
```
170170

171171
#### 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
173173
`http://<hostname>:3000`.
174174

175175

0 commit comments

Comments
 (0)