File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
content/en/conf/opentelemetry-collector Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases
1515```
1616
1717***
18- {{% expand "🥷 Ninja: Build your own collector using Open Telemetry Collector Builder (ocb)" %}}
18+
19+ {{% expand title="🥷 ** Ninja: Build your own collector using Open Telemetry Collector Builder (ocb)** " %}}
1920For this part we will require the following installed on your system:
2021
2122- Golang (latest version)
Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ sudo systemctl restart otelcol-contrib
9696
9797***
9898
99- {{% expand "🥷 Ninja: Improve data durability with storage extension" %}}
99+ {{% expand title= "🥷 ** Ninja: Improve data durability with storage extension** " %}}
100100For this, we will need to validate our distrobution has the ` file_storage ` extension installed,
101101this can be down by running the command ` otelcol-contrib components ` and it should so something like:
102102
103103``` yaml
104104# ... truncated for clarity
105105extensions :
106- - file_storage
106+ - file_storage
107107` ` `
108108
109109This extension provides exporters the ability to queue data to disk in the event that exporter is unable
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-20230303193005-e619dabc51a1 // indirect
5+ require github.com/McShelby/hugo-theme-relearn v0.0.0-20230524182513-a135b2adb492 // indirect
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ github.com/McShelby/hugo-theme-relearn v0.0.0-20230214203931-8b2380da2dcc h1:6SA
22github.com/McShelby/hugo-theme-relearn v0.0.0-20230214203931-8b2380da2dcc /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
33github.com/McShelby/hugo-theme-relearn v0.0.0-20230303193005-e619dabc51a1 h1:hGJYI84Tqtt5KMJlzyXH08ctE3M2Ygh1Tk4Mr0uYhfs =
44github.com/McShelby/hugo-theme-relearn v0.0.0-20230303193005-e619dabc51a1 /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
5+ github.com/McShelby/hugo-theme-relearn v0.0.0-20230524182513-a135b2adb492 h1:VXmm38zqMcp9DF+7p7y/gdYCN3PBgPAJVXYgJKr/tRQ =
6+ github.com/McShelby/hugo-theme-relearn v0.0.0-20230524182513-a135b2adb492 /go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM =
You can’t perform that action at this time.
0 commit comments