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

Integrate k8s client request tracking into our APM integration #5467

Closed
pebrc opened this issue Mar 14, 2022 · 1 comment
Closed

Integrate k8s client request tracking into our APM integration #5467

pebrc opened this issue Mar 14, 2022 · 1 comment
Assignees
Labels
>enhancement Enhancement of existing functionality

Comments

@pebrc
Copy link
Collaborator

pebrc commented Mar 14, 2022

The current APM integration in the operator does track requests to Elasticsearch but it does not track requests made to the Kubernetes API server.

#5450 uncovered that we do too many unnecessary requests to the API server. Part of the problem why this went unnoticed is that gap in our observation of the operator. Adding this capability to the operator creates the necessary visibility that will allow us to set up automated alerts if the number of requests goes above a baseline for individual test cases we run (e.g. a ES cluster creation).

@pebrc pebrc added the >enhancement Enhancement of existing functionality label Mar 14, 2022
@pebrc pebrc self-assigned this May 6, 2022
@pebrc
Copy link
Collaborator Author

pebrc commented May 30, 2022

Closed with #5651

@pebrc pebrc closed this as completed May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant