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

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

Open
knylander-grafana opened this issue Mar 7, 2024 · 1 comment
Open
Assignees
Labels
keepalive Label to exempt Issues / PRs from stale workflow type/docs Improvements or additions to documentation

Comments

@knylander-grafana
Copy link
Contributor

knylander-grafana commented Mar 7, 2024

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

Reference: #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:

  • Which pages need to be updated? Helm doc and metrics-generator and overrides doc in Configuration section? Or other places?
@knylander-grafana knylander-grafana added the type/docs Improvements or additions to documentation label Mar 7, 2024
@knylander-grafana knylander-grafana self-assigned this Mar 7, 2024
Copy link
Contributor

github-actions bot commented May 7, 2024

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.

@github-actions github-actions bot added the stale Used for stale issues / PRs label May 7, 2024
@knylander-grafana knylander-grafana added keepalive Label to exempt Issues / PRs from stale workflow and removed stale Used for stale issues / PRs labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keepalive Label to exempt Issues / PRs from stale workflow type/docs Improvements or additions to documentation
Projects
Status: Todo
Development

No branches or pull requests

1 participant