mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
zero/telemetry: internal envoy stats scraper and metrics producer (#5136)
This commit is contained in:
parent
c3534df885
commit
c1dec06afa
19 changed files with 667 additions and 301 deletions
|
@ -61,6 +61,16 @@ func Test_buildOutboundRoutes(t *testing.T) {
|
|||
"idleTimeout": "0s",
|
||||
"timeout": "0s"
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": {
|
||||
"prefix": "/envoy/stats/prometheus"
|
||||
},
|
||||
"name": "envoy-metrics",
|
||||
"route": {
|
||||
"cluster": "pomerium-envoy-admin",
|
||||
"prefixRewrite": "/stats/prometheus"
|
||||
}
|
||||
}
|
||||
]`, routes)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue