-
Notifications
You must be signed in to change notification settings - Fork 372
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
Observability: Envoy Proxy #699
Comments
related PR for metrics #581 |
related PR for traces #697 |
best practices form prometheus: https://prometheus.io/docs/practices/naming/#metric-and-label-naming |
accesslog: I think should focus on File(send /dev/stdout) and OpenTelemetry(I believe it's the future) |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
@Xunzhuo unless you're actively working on this issue, can you unassign yourself and add the help-wanted label? |
should we configure envoy so it sends OLTP format to otel-collector and the user configures EG API to specify the Otel-collector endpoint (user (or docs) brings their otel-collector) |
are there any existing grafana dashboards we can reuse to showcase metrics ? |
I made two proposals before:
so I think this time just add configuration in EnvoyGateway? |
@zirain I vote for defining Data Plane Observability/Telemetry within the |
ok, I will move forward #697 |
lets keep this issue open to track completion of docs |
@arkodg @zirain - I was testing some of this out. I just wanted to record a couple of findings that might help with documentation. First, the OTEL Stats Sink didn't land until Envoy 1.27 so if trying to test EG against an older version of Envoy then it will fail. This kind of obvious and with the EG policy but just mention it in case anyone else had pinned an older version of Envoy and expected it to work. Might be a good call out in the docs, thoughts? happy to throw up a docs PR. Second, I'm testing I ended up adding my own So, I guess my questions are:
cc. @AliceProxy |
FTR, I concur that the port issue should be a 0.5.0 blocker. I think the Envoy-prior-to-1.27 thing is worth documenting, but not a blocker. |
Description:
This epic tracks the design and implementation for surfacing
logs
,metrics
andtraces
generated by Envoy Proxy that are relevant to the user personasThe text was updated successfully, but these errors were encountered: