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

Api status codes #1441

Closed
wants to merge 38 commits into from
Closed

Api status codes #1441

wants to merge 38 commits into from

Conversation

Paramadon
Copy link
Contributor

Description of the Issue

This PR introduces status code handlers for all of the agent's clients, enabling the collection of status code metrics across all APIs. This enhancement ensures better observability and monitoring of API performance and error handling.

Description of Changes

How does this change address the problem?

Adds status code handlers to all client implementations within the agent.
Ensures consistent tracking and reporting of status code metrics for all API interactions.
Improves the ability to identify and debug API issues based on status code trends.

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tests

Describe what tests you have done.

Requirements

Before commit the code, please do the following steps.

  1. Run make fmt and make fmt-sh
  2. Run make lint

@Paramadon Paramadon requested a review from a team as a code owner November 25, 2024 19:17
@Paramadon Paramadon changed the base branch from main to CodeHandler November 25, 2024 19:17
@Paramadon Paramadon closed this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant