-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Questions on Envoy Proxy #2109
Comments
Matt Klein wrote a blog post related to stats dashboards a while back, you might find it useful. There is no specific dashboard program for Envoy. Stats may be forwarded to a statsd-style collector and there are a number of ways that data can be stored and displayed. There were recent changes to support Prometheus stats scraping, which will eventually support histogram data. By default, Envoy's internal logging is sent to the console. It can be configured to write to a file via the command line. Access logs can be configured in the HTTP connection manager and TCP Proxy among other filters. Part of the configuration is where to write the files. In the future, these logs will be streamable via GRPC. Envoy's mongodb and dynamodb filters provide enhanced statistics gathering for those databases. Envoy can proxy other databases (at either the HTTP or TCP level), but database-specific stats require someone to write a protocol-aware filter. |
Thank you for your response! |
I'm not sure which scripts you're asking about. |
Like Configuration scripts. Sample script from https://www.envoyproxy.io/docs/envoy/latest/install/ref_configs Another one:- mkdir -p generated/configs |
There is no Envoy-provided UI for generating those configs. There is an example config generator written in Python: https://github.com/envoyproxy/envoy/blob/master/configs/configgen.py (which is used to generate the configs during |
Okay. Can we install and run Envoy Proxy in Windows OS? |
See #129 |
@sirishacse06 the Microsoft Envoy fork is at https://github.com/microsoft/envoy but doesn't look like it is being worked on. |
@zuercher @moderation Thank you for sharing the information. |
Closing for now. Please let us know if you have further questions. |
…voyproxy#2109) * Update Envoy SHA to latest with deterministic hash (release-1.1). Signed-off-by: Piotr Sikora <[email protected]> * review: use lld linker for clang-asan and clang-tsan. Signed-off-by: Piotr Sikora <[email protected]> * review: export PATH. Signed-off-by: Piotr Sikora <[email protected]>
Hi,
I am new to Envoy Proxy, please help in answering below questions.
1)Is there a documentation on Envoy observability that displays various graphs to show the performance of the application.If so please share the links
2)Is dashboard a different program other than envoy and is it to be installed separately to display the envoy histograms?
3)Where are the logs stored?
4)Does envoy can go alongside MongoDB and DynamoDB only? or can it support any other Databases also?
Thanks,
Sirisha
The text was updated successfully, but these errors were encountered: