Skip to content

Commit ea32d1c

Browse files
committed
Bold ninja items
1 parent 1227a7e commit ea32d1c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

content/en/conf/opentelemetry-collector/1-installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)**" %}}
1920
For this part we will require the following installed on your system:
2021

2122
- Golang (latest version)

content/en/conf/opentelemetry-collector/2-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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**" %}}
100100
For this, we will need to validate our distrobution has the `file_storage` extension installed,
101101
this can be down by running the command `otelcol-contrib components` and it should so something like:
102102

103103
```yaml
104104
# ... truncated for clarity
105105
extensions:
106-
- file_storage
106+
- file_storage
107107
```
108108
109109
This extension provides exporters the ability to queue data to disk in the event that exporter is unable

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/splunk/observability-workshop
22

33
go 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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ github.com/McShelby/hugo-theme-relearn v0.0.0-20230214203931-8b2380da2dcc h1:6SA
22
github.com/McShelby/hugo-theme-relearn v0.0.0-20230214203931-8b2380da2dcc/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
33
github.com/McShelby/hugo-theme-relearn v0.0.0-20230303193005-e619dabc51a1 h1:hGJYI84Tqtt5KMJlzyXH08ctE3M2Ygh1Tk4Mr0uYhfs=
44
github.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=

0 commit comments

Comments
 (0)