-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create Plugin Health check #78
Comments
There is this open issue with go-plugin: hashicorp/go-plugin#92 |
gabibeyer
added a commit
that referenced
this issue
Apr 12, 2024
Closes #78 Store the calculated energy consumption for each metric in the Metric data type. This allows it to be stored in the instance and sent to the exporters as a possible datapoint along with carbon emission equivalents and embodied emissions.
gabibeyer
added a commit
that referenced
this issue
Apr 12, 2024
Closes #78 Store the calculated energy consumption for each metric in the Metric data type. This allows it to be stored in the instance and sent to the exporters as a possible datapoint along with carbon emission equivalents and embodied emissions.
Linked the wrong issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Situation
currently there is no way for aether to know if a plugin has terminated, we should build in a liveness check and restart a plugin if it dies.
we could use the rpc
Ping()
functionality for thisThe text was updated successfully, but these errors were encountered: