Skip to content

Commit 263ee8a

Browse files
author
Paul Spinrad
committed
PR #94 text changes
1 parent 32a41fc commit 263ee8a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

architecture.html.md.erb

+1-4
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ The following components are included in the shared-nothing architecture, as sho
8484

8585
* **Syslog Binding Cache** (not pictured): Syslog Agents can overwhelm CAPI when querying for existing bindings. To address this, the Syslog Binding Cache is a caching proxy between the Syslog Agents and CAPI.
8686

87-
* **Metrics Agents:** Metrics Agents receive metrics from Forwarder Agents and make them available to Metric Scrapers through Prometheus Exposition.
88-
8987
* **Metrics Discovery Registrars:** Metrics Discovery Registrars register each scrapeable endpoint with NATS for discovery by Metrics Scrapers.
9088

9189
* **Log Cache:** <%= partial 'log_cache' %>
@@ -127,10 +125,9 @@ The following describes the transport of logs and metrics from VMs through syste
127125
1. Apps and component VMs on your deployment emit logs and metrics.
128126
2. Logs and metrics pass through two forwarders:
129127
* rsyslog: This sends logs from the component VMs in Syslog RFC 5424 format.
130-
* Forwarder Agent: This sends metrics and app logs to the Syslog Agent, the Metrics Agent, and the Loggregator Agent.
128+
* Forwarder Agent: This sends metrics and app logs to the Syslog Agent and the Loggregator Agent.
131129
3. From the Forwarder Agent, logs and metrics then pass through each of the following agents:
132130
* Syslog Agent: This sends app logs in Syslog RFC 5424 format to aggregate and app log destinations.
133-
* Metrics Agent: This exposes metrics for Prometheus-style scraping.
134131
* Loggregator Agent: This sends metrics and app logs to the Loggregator Firehose.
135132
* OTel Collector (experimental): This sends app and component metrics in a variety of formats to aggregate metric destinations.
136133

0 commit comments

Comments
 (0)