Commit 7544082
committed
fix: preserve "Ingress" source_kind metric label
The Ingress->SourceRoute rename accidentally changed RouteSource.Kind
from "Ingress" to "SourceRoute", altering the source_kind label on the
EnvoyUpstreamInfo gauge and breaking existing dashboards. The value is a
pure metric/log passthrough (only "HTTPRoute" is matched in logic), so
restoring the literal is behavior-neutral.1 parent adf45d7 commit 7544082
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments