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

Feature: global fire count control #81

Open
Umaaz opened this issue Feb 14, 2024 · 0 comments
Open

Feature: global fire count control #81

Umaaz opened this issue Feb 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Umaaz
Copy link
Member

Umaaz commented Feb 14, 2024

Is your feature request related to a problem? Please describe.
Make it possible to add fire count a global item. Essentially allow a fire count of 1 mean that 1 trace point will fire even if there are more than 1 client connected.

Describe the solution you'd like
This would need Deep to track fire counts of the tracepoints as the snapshots arrive, then disable the tracepoints in the service once they have exceeded the count.

Considerations:

  • Scale of the control - how would a deep cluster of 10-20-1000 nodes handle this?
  • How could we track the fire count (as a metric)? - maybe look at the global rate limit control for ingest.
  • How would we re arm these disabled tracepoints?
  • How would a local deep-agent/collector handle these?

Additional context
Add any other context or screenshots about the feature request here.

@Umaaz Umaaz added the enhancement New feature or request label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant