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

Add metrics to tools so that metrics are tracked for tools used that don't use the event mesh. #185

Open
svange opened this issue Aug 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@svange
Copy link
Owner

svange commented Aug 7, 2024

Description

When a tool is used that sends an event to the event mesh, the ob-api events are littered with calls to cloudwatch metrics. This allows our dashboards to show when a tool is failing and generally track successes and failures. Tools used by the agent that don't produce an event simply run and are never tracked my metrics.

Possible Solution

Make all tools send an event and make the event parse the event details, determine the success and failure status of the event and react accordingly by sending success/failure metrics. This way openbrain can operate locally without having to spread the resources needed for metrics from ob-api to openbrain.

Additional context

No response

Additional context

No response

@svange svange added the enhancement New feature or request label Aug 7, 2024
@svange svange self-assigned this Aug 7, 2024
@svange svange added this to the MVP milestone Aug 7, 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