-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
What is the underlying problem you're trying to solve?
I could not find any proper documentation that lists all metrics emitted by OPA or the envoy plugin today. Although the names are self explanatory, some might need a more thorough explanation.
Few examples of such scenarios from top of my head:
- What does http send metric capture if there are multiple send calls in a single query execution?
- Is http send metric emitted if there is an inter query cache hit?
Please do let me know if there is any source I might have missed!
Describe the ideal solution
Although deep diving of the code gives a good insight on these questions, a documentation page/table dedicated to metrics and how they are captured will help the user interpret those metrics better.
Describe a "Good Enough" solution
If not a documentation page, a simple README would do.
Additional Context
N/A