File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed
internal/mode/static/provisioner Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ WORKDIR /tmp
12
12
RUN apk add --no-cache git make \
13
13
&& git clone https://github.com/nginx/agent.git \
14
14
&& cd agent \
15
- && git checkout 9b574fa90848c9a7c123e6e7e6153ccd602ae724 \
15
+ && git checkout 3dad26582af6c17e013302d08a4f1ed5d5504296 \
16
16
&& make build
17
17
18
18
FROM nginx:1.28.0-alpine-otel
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR /tmp
11
11
RUN apk add --no-cache git make \
12
12
&& git clone https://github.com/nginx/agent.git \
13
13
&& cd agent \
14
- && git checkout 9b574fa90848c9a7c123e6e7e6153ccd602ae724 \
14
+ && git checkout 3dad26582af6c17e013302d08a4f1ed5d5504296 \
15
15
&& make build
16
16
17
17
FROM alpine:3.21
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/go-logr/logr v1.4.2
8
8
github.com/google/go-cmp v0.7.0
9
9
github.com/google/uuid v1.6.0
10
- github.com/nginx/agent/v3 v3.0.0-20250520100419-9b574fa90848
10
+ github.com/nginx/agent/v3 v3.0.0-20250522105044-3dad26582af6
11
11
github.com/nginx/telemetry-exporter v0.1.4
12
12
github.com/onsi/ginkgo/v2 v2.23.4
13
13
github.com/onsi/gomega v1.37.0
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
135
135
github.com/morikuni/aec v1.0.0 /go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc =
136
136
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
137
137
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
138
- github.com/nginx/agent/v3 v3.0.0-20250520100419-9b574fa90848 h1:BZ5WY30Ojw/+/SmmvsdbM7SXuEpUy9zgBkuMSVet540 =
139
- github.com/nginx/agent/v3 v3.0.0-20250520100419-9b574fa90848 /go.mod h1:O/31aKtii/mpiZmFGMcTNDoLtKzwTyTXOBMSRkMaPvs =
138
+ github.com/nginx/agent/v3 v3.0.0-20250522105044-3dad26582af6 h1:/JE/9CpNIIpLRmmF6aYbTVvZyGU21Iano5gzdmhmICc =
139
+ github.com/nginx/agent/v3 v3.0.0-20250522105044-3dad26582af6 /go.mod h1:O/31aKtii/mpiZmFGMcTNDoLtKzwTyTXOBMSRkMaPvs =
140
140
github.com/nginx/telemetry-exporter v0.1.4 h1:3ikgKlyz/O57oaBLkxCInMjr74AhGTKr9rHdRAkkl/w =
141
141
github.com/nginx/telemetry-exporter v0.1.4 /go.mod h1:bl6qmsxgk4a9D0X8R5E3sUNXN2iECPEK1JNbRLhN5C4 =
142
142
github.com/nginxinc/nginx-plus-go-client/v2 v2.0.1 h1:5VVK38bnELMDWnwfF6dSv57ResXh9AUzeDa72ENj94o =
Original file line number Diff line number Diff line change 60
60
{{- if .EnableMetrics }}
61
61
collector:
62
62
receivers:
63
+ container_metrics:
64
+ collection_interval: 1m0s
63
65
host_metrics:
64
66
collection_interval: 1m0s
65
67
initial_delay: 1s
66
68
scrapers:
67
- cpu: {}
68
- memory: {}
69
- disk: {}
70
69
network: {}
71
- filesystem: {}
72
70
processors:
73
71
batch: {}
74
72
exporters:
75
- prometheus_exporter :
73
+ prometheus :
76
74
server:
77
75
host: "0.0.0.0"
78
76
port: {{ .MetricsPort }}
You can’t perform that action at this time.
0 commit comments