File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
content/en/conf/opentelemetry-collector Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ As will be running the rest of the workshop using the `otelcol-contrib` standalo
8686{{% tab title="Command" %}}
8787
8888``` bash
89- systemctl stop otelcol-contrib
89+ sudo systemctl stop otelcol-contrib
9090```
9191
9292{{% /tab %}}
@@ -96,7 +96,7 @@ systemctl stop otelcol-contrib
9696{{% tab title="Command" %}}
9797
9898``` bash
99- systemctl disable otelcol-contrib
99+ sudo systemctl disable otelcol-contrib
100100```
101101
102102{{% /tab %}}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/splunk/observability-workshop
22
33go 1.19
44
5- require github.com/McShelby/hugo-theme-relearn v0.0.0-20230621233412-7c42d47a73b8 // indirect
5+ require github.com/McShelby/hugo-theme-relearn v0.0.0-20230622170510-61ccf4e42f4f // indirect
Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ github.com/McShelby/hugo-theme-relearn v0.0.0-20230610122345-821002099413 h1:Pzo
1616github.com/McShelby/hugo-theme-relearn v0.0.0-20230610122345-821002099413 /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
1717github.com/McShelby/hugo-theme-relearn v0.0.0-20230621233412-7c42d47a73b8 h1:u1UgJLYLuZAJLWpOYcTwNZJnQALd/X1ZN8Vsa2UtP78 =
1818github.com/McShelby/hugo-theme-relearn v0.0.0-20230621233412-7c42d47a73b8 /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
19+ github.com/McShelby/hugo-theme-relearn v0.0.0-20230622170510-61ccf4e42f4f h1:7SMp/lX1Hkv3pHEwJo8kH/95HCCpURtlg35EWcPFnBI =
20+ github.com/McShelby/hugo-theme-relearn v0.0.0-20230622170510-61ccf4e42f4f /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
You can’t perform that action at this time.
0 commit comments