Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tempo-distributed] add log_discarded_spans config for Tempo distributor to tempo-distrib… #3289

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 11, 2024

  1. add log_discarded_spans config for Tempo distributor to tempo-distrib…

    …uted chart.
    
    The new value enabled configuring `log_discarded_spans` like for `log_received_spans` as shown below:
    
    ```
    distributor:
      config:
        log_discarded_spans:
          enabled: true
        log_received_spans:
          # ...
    ```
    
    The feature was introduced in [tempo/#3964](grafana/tempo#3964).
    
    Signed-off-by: Daniel Strobusch <[email protected]>
    dastrobu committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d490b55 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    b9ab8da View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    d4509e8 View commit details
    Browse the repository at this point in the history