Skip to content

Commit a41cc3d

Browse files
committed
don't move the whole paragrph
Signed-off-by: Logan Blyth <[email protected]>
1 parent 433d847 commit a41cc3d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: docs/install-upgrade/config.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ API](https://prometheus.io/docs/specs/prw/remote_write_spec/) and Loki API. Metr
132132
errors, operational status, transceivers, fans, power supplies, temperature
133133
sensors, BGP neighbors, LLDP neighbors, and more. Logs include Hedgehog agent logs.
134134

135+
Telemetry can be enabled after installation of the fabric. Open the following
136+
YAML file in an editor on the control node. Modify the fields as needed. Logs
137+
can be pushed to a Grafana instance at the customer environment, or to Grafana
138+
cloud.
139+
135140
```{ .yaml title="telemetry.yaml" linenums="1" }
136141
spec:
137142
config:
@@ -165,10 +170,7 @@ spec:
165170
collectSyslogEnabled: true # collect /var/log/syslog on switches and forward to the lokiTargets
166171
```
167172

168-
Telemetry can be enabled after installation of the fabric. Open the following
169-
YAML file in an editor on the control node. Modify the fields as needed. Logs
170-
can be pushed to a grafana instance at the customer environment, or to grafana
171-
cloud. To enable the telemetry after install use:
173+
To enable the telemetry after install use:
172174

173175
``` shell
174176
kubectl patch -n fab --type merge fabricator/default --patch-file telemetry.yaml

0 commit comments

Comments
 (0)