grafana / tempo

Grafana Tempo is a high volume, minimal dependency distributed tracing backend.
https://grafana.com/oss/tempo/
GNU Affero General Public License v3.0
3.96k stars 512 forks source link

[DOC] Update overrides configuration for metrics-generator #3472

Open knylander-grafana opened 7 months ago

knylander-grafana commented 7 months ago

Update the overrides configuration doc to make sure that the config blog is update for metrics-generator.

Reference: https://github.com/grafana/tempo/issues/3462

Deployed with Helm on K8s. See description and comments in #3462 for details.

Example override config that works:

  overrides.yaml: |

    overrides:
      tracing-apps-app-dev:
        ingestion:
          rate_strategy: local
          rate_limit_bytes: 15000000
          burst_size_bytes: 20000000
          max_traces_per_user: 10000
        read:
          max_bytes_per_tag_values_query: 5000000
        global:
          max_bytes_per_trace: 1500000
        metrics_generator:
          processors: [service-graphs, span-metrics]
          remote_write_headers:
            X-Scope-OrgID: prometheus-apps-app-dev

Questions to answer:

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had any activity in the past 60 days. The next time this stale check runs, the stale label will be removed if there is new activity. The issue will be closed after 15 days if there is no new activity. Please apply keepalive label to exempt this Issue.