Skip to content

Commit 3bca4fc

Browse files
authored
adjust headings
1 parent 521cb8f commit 3bca4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spectator/lang/go/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ usage.
217217

218218
The buffers are available for the UdpWriter and the UnixWriter.
219219

220-
### Line Buffer (bufferSize <= 65536)
220+
### Line Buffer
221221

222222
This is a single string buffer, protected by a mutex, that offers write performance up to ~1M lines/sec
223223
(spectatord maximum), with a latency per write ranging from 0.1 to 32 us, depending upon the number of
@@ -240,7 +240,7 @@ Example configuration:
240240
config, _ := NewConfigWithBuffer("udp", nil, nil, 61440, 5*time.Second)
241241
```
242242

243-
### Low Latency Buffer (bufferSize > 65536)
243+
### Low Latency Buffer
244244

245245
LowLatencyBuffer (bufferSize > 65536), which builds arrays of buffers that are optimized for introducing
246246
the least amount of latency in highly multithreaded applications that record many metrics. It offers write

0 commit comments

Comments
 (0)