Skip to content

Commit 2e2bd8c

Browse files
committed
Add link to loggregator-api README instead of copying and pasting contents
Link to loggregator-api README
1 parent e6c4be5 commit 2e2bd8c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

data-sources.html.md.erb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To access metrics using the Firehose plug-in:
9090
cf nozzle -no-filter | grep bbs | grep -i ConvergenceLRPDuration
9191
```
9292
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
9494
received a complete set of metrics for a component. For more information, see [Firehose
9595
Architecture](../loggregator/architecture.html#firehose-architecture) in _Loggregator Architecture_.
9696
<br>
@@ -163,16 +163,18 @@ on VMs, see [Configuring a Monitoring System](/operating/monitoring/metrics.html
163163

164164
<%= vars.custom_metrics_footnote %>
165165

166-
167166
## <a id="transport"></a> Transport Systems for logs and metrics
168167

169168
The following transport systems deliver logs and metrics from their source to an observability
170169
product for viewing:
171170

172171
* **Loggregator:** Loggregator is the transport system for both logs and metrics on apps deployed
173172
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).
176178

177179
* **rsyslogd on <%= vars.app_runtime_abbr %> component VMs:** rsyslogd is the transport system
178180
for <%= vars.app_runtime_abbr %> component logs. Users can configure rsyslogd to transport

0 commit comments

Comments
 (0)