]> git.kaiwu.me - haproxy.git/commit
DOC: otel: added documentation
authorMiroslav Zagorac <mzagorac@haproxy.com>
Sun, 12 Apr 2026 10:07:17 +0000 (12:07 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Apr 2026 07:23:26 +0000 (09:23 +0200)
commit8d8d7e460245826b193b0cb4fd9f7e928aabf3d2
treebb37e68a1d08f5048493dfade78cf41ecc6dca15
parent579d1247f2f1b40d7822f59227827eee63afd84e
DOC: otel: added documentation

Added the full documentation set for the OpenTelemetry filter.

The main README served as the user-facing guide covering build
instructions, core OpenTelemetry concepts, the complete filter
configuration reference, usage examples with worked scenarios,
CLI commands, and known limitations.

Supplementary documents provided a detailed configuration guide with
worked examples (README-configuration), an internal C structure reference
for developers (README-conf), a function reference organized by source
file (README-func), an architecture and implementation review
(README-implementation), and miscellaneous notes (README-misc).
addons/otel/README [new file with mode: 0644]
addons/otel/README-conf [new file with mode: 0644]
addons/otel/README-configuration [new file with mode: 0644]
addons/otel/README-func [new file with mode: 0644]
addons/otel/README-implementation [new file with mode: 0644]
addons/otel/README-misc [new file with mode: 0644]