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

Have a way to inspect and delete individual replay request from the request table #201

Open
hferentschik opened this issue Mar 16, 2018 · 3 comments

Comments

@hferentschik
Copy link
Contributor

hferentschik commented Mar 16, 2018

This relates to this issue in the Idler: fabric8-services/fabric8-jenkins-idler#163

And it also relates to this issue in the Proxy: #107

We need more control of what's in the request table and probably we want to add some REST API endpoints to control this.

@hferentschik
Copy link
Contributor Author

While on it, we should check whether the max retry of requests works.

@hferentschik
Copy link
Contributor Author

Kibana query (prod):

kubernetes.pod_name:jenkins-idler* AND msg:"Get /oapi/v1/namespaces/ldimaggi-osiotest2-jenkins/deploymentconfigs/jenkins*"

and

kubernetes.pod_name:jenkins-proxy* AND msg:"Retrying request"

@hferentschik
Copy link
Contributor Author

hferentschik commented Mar 16, 2018

We already have a way to get a count on the cached requests, but running the Kibana query "kubernetes.pod_name:jenkins-proxy* AND msg:"statistic"", but we need more detailed (on request level) ways of doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants