Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Agun committed Oct 24, 2024
1 parent c7884f4 commit 2951321
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ The cilium events map on windows is a ring buffer map.
so we will add a small golang library to connect to the ebpf-for-windows ring buffer.

#### GoLang Shim for Windows eBPF ring buffer

Check failure on line 43 in docs/03-Metrics/plugins/Windows/ciliumeventobserver_windows.md

View workflow job for this annotation

GitHub Actions / markdownlint

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### GoLang Shim for Windows eBPF ring buffer"]

docs/03-Metrics/plugins/Windows/ciliumeventobserver_windows.md:43 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### GoLang Shim for Windows eBPF ring buffer"]

- This will be a custom Golang library for consuming the eBPF ring buffer implementation on Windows.

Check failure on line 44 in docs/03-Metrics/plugins/Windows/ciliumeventobserver_windows.md

View workflow job for this annotation

GitHub Actions / markdownlint

Lists should be surrounded by blank lines [Context: "- This will be a custom Golang..."]

docs/03-Metrics/plugins/Windows/ciliumeventobserver_windows.md:44 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- This will be a custom Golang..."]
- It will provide sufficient functionality to instantiate and consume events from a specified ring buffer in eBPF.
- The ciliumEventObserverWindows module willuse this shim to read the events in the ring buffer and perform further processing.
Expand Down

0 comments on commit 2951321

Please sign in to comment.