Skip to content

Commit fa9dc45

Browse files
authored
docs: about formatting (#375)
* docs: about formatting * fix: product name * fix: fix product name
1 parent 8ec3646 commit fa9dc45

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

content/agent/about.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@ docs: DOCS-000
88
<!-- (TODO: Link instructions ) -->
99
{{</call-out>}}
1010

11-
### About F5 NGINX Agent
12-
The F5 NGINX Agent is a lightweight companion daemon designed to work with NGINX One, enabling remote management of the NGINX Instance(s). It also gathers performance metrics from NGINX and transmits them to the NGINX One Console for enhanced monitoring and control.
11+
The F5 NGINX Agent is a lightweight companion daemon designed to work with NGINX One, enabling remote management of the NGINX Instance(s). It also gathers performance metrics from NGINX and transmits them to the NGINX One Console for enhanced monitoring and control.
1312

14-
### Key Features
15-
- Enable Access to Key NGINX One Use Cases
16-
- Seamlessly integrates with essential NGINX One functionality, simplifying access to its core use cases and enhancing operational workflows.
13+
## Key Features
14+
15+
- Enable Access to Key NGINX One Use Cases
16+
- Seamlessly integrates with essential NGINX One functionality, simplifying access to its core use cases and enhancing operational workflows.
1717
- [Connect to NGINX One Console]({{< relref "/agent/install-upgrade/install/#connect-an-instance-to-nginx-one-console" >}})
1818

19-
- Real-Time Observability into NGINX One Data Plane Instances
20-
- Provides live monitoring and actionable insights into the performance, status, and health of NGINX One Data Plane instances, improving decision-making and operational efficiency.
19+
- Real-Time Observability into NGINX One Data Plane Instances
20+
- Provides live monitoring and actionable insights into the performance, status, and health of NGINX One Data Plane instances, improving decision-making and operational efficiency.
2121

2222
- [OpenTelemetry](https://opentelemetry.io/) support comes with F5 NGINX Agent, and the ability to [export the metrics data]({{< relref "/agent/otel/configure-otel-metrics.md" >}}) for use in other applications.
2323

2424

2525

2626
### Configuration management
2727

28-
- The F5 NGINX Agent provides an interface that enables users to deploy configuration changes to NGINX from a centralized management plane.
28+
- The F5 NGINX Agent provides an interface that enables users to deploy configuration changes to NGINX from a centralized management plane.
2929
- Additionally, the F5 NGINX Agent verifies that the configuration changes are successfully applied to NGINX.
30-
30+
3131
### Metrics Collection
3232

33-
- The F5 NGINX Agent comes pre-packaged with an embedded OpenTelemetry Collector .
34-
- This embedded collector gathers vital performance and health metrics for both NGINX and the underlying instance it operates on.
35-
- For example, it tracks key metrics such as active connections, requests per second, HTTP status codes, and response times. Additionally, it collects system-level data, including CPU usage, memory consumption, and disk I/O. These insights provide deep observability into NGINX's behavior, enabling teams to troubleshoot issues effectively, optimize performance, and maintain high availability.
33+
- The F5 NGINX Agent comes pre-packaged with an embedded OpenTelemetry Collector .
34+
- This embedded collector gathers vital performance and health metrics for both NGINX and the underlying instance it operates on.
35+
- For example, it tracks key metrics such as active connections, requests per second, HTTP status codes, and response times. Additionally, it collects system-level data, including CPU usage, memory consumption, and disk I/O. These insights provide deep observability into NGINX's behavior, enabling teams to troubleshoot issues effectively, optimize performance, and maintain high availability.
3636
- Collected metrics can be seamlessly exported to the NGINX One Console or integrated with third-party data aggregators.
3737

38-
### How Agent works
38+
## How NGINX Agent works
3939

4040
```mermaid
4141
graph BT
@@ -83,9 +83,8 @@ The figure shows:
8383
- The NGINX One Cloud Console includes:
8484
- Command Server to manage NGINX configurations, push new/updated configuration files remotely, and perform integrity tests.
8585
- OpenTelemetry (OTel) Receiver that receives observability data from connected Agent instances.
86-
- An Agent process running on the NGINX Instance. The Agent is responsible for:
86+
- An NGINX Agent process running on the NGINX instance. NGINX Agent is responsible for:
8787
- Watching, applying, validating, automatically roll back to last good configuration if issues are detected.
8888
- Embedding an OpenTelemetry Collector, collecting metrics from NGINX processes, host system performance data, then securely passing metric data to the NGINX One Cloud Console.
8989
- Collection and monitoring of host metrics (CPU usage, Memory utilization, Disk I/O) by the Agent OTel collector.
9090
- Collected data is made available on the NGINX One Cloud Console for monitoring, alerting, troubleshooting, and capacity planning purposes.
91-

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginxinc/docs
22

33
go 1.19
44

5-
require github.com/nginxinc/nginx-hugo-theme v0.42.25 // indirect
5+
require github.com/nginxinc/nginx-hugo-theme v0.42.26 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ github.com/nginxinc/nginx-hugo-theme v0.42.24 h1:aQkkTob0EpK+1ID+31E3y+RIdThldC4
66
github.com/nginxinc/nginx-hugo-theme v0.42.24/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
77
github.com/nginxinc/nginx-hugo-theme v0.42.25 h1:QkLTREuOohkq+hmBZCfWELAri4AOvhc6gmIJA1esUfo=
88
github.com/nginxinc/nginx-hugo-theme v0.42.25/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
9+
github.com/nginxinc/nginx-hugo-theme v0.42.26 h1:DCJMXt/l3DY646sB+RgojnSRaWPNAz9o6imKfXZF8gA=
10+
github.com/nginxinc/nginx-hugo-theme v0.42.26/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)