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

Graceful exporter shutdown and misc fixes #153

Merged
merged 6 commits into from
Sep 3, 2024

Conversation

mahendrapaipuri
Copy link
Owner

No description provided.

* During the graceful exit, we stop all collectors which may need to release system resources before exiting. This is important for perf collector and future ebpf collector.

* A new interface `Stop` has been added to collector that each collector needs to implement. This is called during shutdown process.

* New unit tests have been added to all collectors to improve coverage.
@mahendrapaipuri mahendrapaipuri added enhancement New feature or request maintenance General maintenance labels Sep 3, 2024
@mahendrapaipuri mahendrapaipuri changed the title Graceful shutdown exporter and misc fixes Graceful exporter shutdown and misc fixes Sep 3, 2024
@mahendrapaipuri mahendrapaipuri merged commit 86948ef into main Sep 3, 2024
15 checks passed
@mahendrapaipuri mahendrapaipuri deleted the graceful_shutdown_exporter branch September 3, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maintenance General maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant