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

Possibility to select, whether API monitoring is done directly or via Proxy #3732

Open
matleppa opened this issue Mar 26, 2019 · 1 comment

Comments

@matleppa
Copy link
Member

Background

Currently, when an API is connected to a Proxy, it is possible to set Monitoring on. It means, that a HTTP GET request is sent once in an hour to given endpoint via API's Host URL.

Problem

When GET request is sent directly to API's host, it is possible, that there are problems with the Proxy, but it is not seen in Monitoring.
Also, in case Monitoring were always done via Proxy, in error case it would not separate the source of problem, either in API or Proxy.

Solution

Add possibility to select whether the GET request is sent via Proxy or direct to API.
That way in problem case the API admin can easily pinpoint the error source by changing the route.

@matleppa
Copy link
Member Author

Current monitoring

monitoring_now.PNG

Proposal

User has possibility to choose, which route is to be used in monitoring.
monitoring_api_or_proxy.png

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

No branches or pull requests

1 participant