-
Notifications
You must be signed in to change notification settings - Fork 58
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
FAQ: Hide calls to 10.0.0.1 in Application Map #221
Comments
Hi @robinmanuelthiel thanks for the suggestion. I agree with you that it doesn't always make sense to show it on the app map. However, I also don't think we are in a position to make the call. If the user want, they could be easily reach it by creating a telemetry processor. Since it is not strictly K8s related, I am afraid I don't think it fits into scope of this repo. What do you think? |
In which scenarios do you think it makes sense to show these calls? As it's not my application, that is calling the Kubernetes API but just the Application Insights package which is gathering additional information from the API to function properly, I can't think of many use-cases where there is a benefit for a developer who is looking at the Application Map. |
Hi @robinmanuelthiel, for discussion, I wasn't arguing with you about the scenario. I actually agree with you it doesn't make sense. But, I do want to argue:
|
Good points, I agree, that the library shouldn't hide a call that is actually happening. What's your opinion on documenting somewhere prominently here in this repo (maybe in an FAQ section) how to filter this traffic out using a telemetry processor? |
@robinmanuelthiel I like the idea of documenting. So far, we have been making use of issues exactly like this one, fully context with discussions, plus tags, plus pins for FAQ. For example: I could quickly do it for this issue too. Suggestion? Thanks again for the discussion! |
Personally, I like the idea of using and pinning issues for that, as they are very searchable but AFAIK one can only pin a limited amount of issues in GitHub. As a user, I would be surprised to find documentation in form of issues and rather search for it in a Wiki or Markdown doc. Also, if this project ever gets documented in the official Microsoft docs, issues won't work anymore. So I am unsure if issues for FAQ is a good thing or not in general, but if that is how you deal with that kind of stuff in this project, it's a good place for this. I would also like a hint or mention in the main Readme, that FAQs can be found here in the issues, so people know, where to search for quick answers. |
I hear you about the documentation. Let me try wiki. And we can always reshape when needed. |
Put up a simple page: Link added from WikiHome and Readme.md. |
Shall we hide the calls to the Kubernetes API Server (10.0.0.1) from the Application Map? It makes it very confusing if every service calls this endpoint. Of course, technically they do, but I don't need that information on the Application Map and it's overloaded then. What do you think?
The text was updated successfully, but these errors were encountered: