Added documentation page for traces processor#1614
Merged
Conversation
…age for traces. Signed-off-by: Eric D. Schabell <eric@schabell.org>
Signed-off-by: Eric D. Schabell <eric@schabell.org>
Added documentation page for traces feature. Fixes issue #1611.
patrick-stephens
requested changes
Apr 27, 2025
Contributor
patrick-stephens
left a comment
There was a problem hiding this comment.
Minor typo but otherwise looks ok
Signed-off-by: Eric D. Schabell <eric@schabell.org>
patrick-stephens
approved these changes
Apr 28, 2025
Collaborator
Author
|
@patrick-stephens Just noticed that the sidebar does not generate the entry for traces. And the page for traces is linked into the repo... not in the docs site... not sure how to fix that? |
Contributor
|
Ah you have to add the new page to the index, missed that but it's pretty common and we should really catch it with CI or be nicer to have a preview. Check the recent PR that added the filters as processors one is probably the easiest way to see. |
Collaborator
Author
|
I can add it, I'll do a separate PR. |
Collaborator
Author
|
Added it here: #1615 |
TomlinfreeGit
pushed a commit
to TomlinfreeGit/fluent-bit-docs
that referenced
this pull request
Oct 28, 2025
* Added traces to pipeline main page and started on new documentation page for traces. Signed-off-by: Eric D. Schabell <eric@schabell.org> * Finished traces documentation, adding two images for the doc page. Signed-off-by: Eric D. Schabell <eric@schabell.org> * Fixed typo in tail sampling paragraph. Signed-off-by: Eric D. Schabell <eric@schabell.org> --------- Signed-off-by: Eric D. Schabell <eric@schabell.org> Signed-off-by: Tom <yao.lin@siemens.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This is a new documentation page for the traces feature in Processors with the following additions:
Resolves #1611