You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,22 @@ description: High Performance Telemetry Agent for Logs, Metrics and Traces
12
12
13
13
* High Performance: High throughput with low resources consumption
14
14
* Data Parsing
15
-
* Convert your unstructured messages using our parsers: [JSON](broken-reference/), [Regex](broken-reference/), [LTSV](broken-reference/) and [Logfmt](broken-reference/)
15
+
* Convert your unstructured messages using our parsers: [JSON](pipeline/parsers/json.md), [Regex](pipeline/parsers/regular-expression.md), [LTSV](pipeline/parsers/ltsv.md) and [Logfmt](pipeline/parsers/logfmt.md)
16
16
* Metrics Support: Prometheus and OpenTelemetry compatible
17
17
* Reliability and Data Integrity
18
-
*[Backpressure](broken-reference/) Handling
19
-
*[Data Buffering](broken-reference/) in memory and file system
0 commit comments