File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM kong/kong-gateway:3.7.1.1
1
+ FROM kong/kong-gateway:3.10.0.0
2
2
3
3
COPY kong.yml /kong/declarative/kong.yml
4
4
@@ -9,4 +9,4 @@ ENV KONG_ADMIN_ACCESS_LOG=/dev/stdout
9
9
ENV KONG_PROXY_ERROR_LOG=/dev/stderr
10
10
ENV KONG_ADMIN_ERROR_LOG=/dev/stderr
11
11
ENV KONG_ADMIN_LISTEN=0.0.0.0:8001
12
- ENV KONG_ADMIN_GUI_URL=http://localhost:8002
12
+ ENV KONG_ADMIN_GUI_URL=http://localhost:8002
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ func TestKongMetrics(t *testing.T) {
39
39
pmetrictest .IgnoreMetricDataPointsOrder (),
40
40
pmetrictest .IgnoreSubsequentDataPoints (),
41
41
pmetrictest .IgnoreSummaryDataPointValueAtQuantileSliceOrder (),
42
+ pmetrictest .IgnoreMetricAttributeValue ("version" , "kong_node_info" ),
42
43
),
43
44
)
44
45
}
You can’t perform that action at this time.
0 commit comments