microsoft / Application-Insights-Istio-Adapter

Application Insights adapter for Istio's Mixer which enables Application Insights telemetry collection for applications within Istio-enabled Kubernetes clusters.
MIT License
24 stars 11 forks source link

Is it possible to view the body of a request ? #9

Open bsezgin opened 5 years ago

bsezgin commented 5 years ago

Thank you for this excellent tool, it works amazing. However, it is logging everything but the body of a request. What should i do in order to view it?

tokaplan commented 5 years ago

You are very welcome.

Indeed, the adapter doesn't log the body of requests. Its purpose is more towards enabling Application Map-style functionality. We can certainly discuss a possibility of adding the body (if specifically configured). Certain limitations would apply (like maximum length of the request body), especially at high load. Can you describe your scenario and how that would be useful to you?