@@ -90,7 +90,7 @@ To access metrics using the Firehose plug-in:
90
90
cf nozzle -no-filter | grep bbs | grep -i ConvergenceLRPDuration
91
91
```
92
92
Because metrics are scraped at different intervals, it might take up to fifteen minutes for
93
- the Firehose to receive all metrics for the component. Re-run `cf nozzle` until you have
93
+ the Firehose to receive all metrics for the component. Run `cf nozzle` again until you have
94
94
received a complete set of metrics for a component. For more information, see [Firehose
95
95
Architecture](../loggregator/architecture.html#firehose-architecture) in _Loggregator Architecture_.
96
96
< br >
@@ -163,16 +163,18 @@ on VMs, see [Configuring a Monitoring System](/operating/monitoring/metrics.html
163
163
164
164
<%= vars . custom_metrics_footnote %>
165
165
166
-
167
166
## < a id ="transport "> </ a > Transport Systems for logs and metrics
168
167
169
168
The following transport systems deliver logs and metrics from their source to an observability
170
169
product for viewing:
171
170
172
171
* **Loggregator:** Loggregator is the transport system for both logs and metrics on apps deployed
173
172
on <%= vars . app_runtime_abbr %> , as well as metrics on <%= vars . app_runtime_abbr %> platform
174
- components. For more information about the Loggregator system, including Loggregator architecture
175
- and components, see [Loggregator Architecture](architecture.html).
173
+ components.
174
+
175
+ For more information about the Loggregator system, including Loggregator architecture
176
+ and components, see [Loggregator Architecture](architecture.html) and for the types
177
+ of envelopes being transported in Loggregator, see [Envelope Types](https://github.com/cloudfoundry/loggregator-api#v2-envelope-types).
176
178
177
179
* **rsyslogd on <%= vars . app_runtime_abbr %> component VMs:** rsyslogd is the transport system
178
180
for <%= vars . app_runtime_abbr %> component logs. Users can configure rsyslogd to transport
0 commit comments