metrix exporter를 프로세스 단위로 내림

This commit is contained in:
2023-11-30 14:47:11 +09:00
parent 1d3266bbaf
commit 2744a0a990
4 changed files with 14 additions and 18 deletions

2
go.mod
View File

@ -7,6 +7,7 @@ require (
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/common v0.44.0
github.com/prometheus/node_exporter v1.6.1
golang.org/x/sys v0.15.0
golang.org/x/text v0.10.0
google.golang.org/grpc v1.56.0
google.golang.org/protobuf v1.31.0
@ -52,7 +53,6 @@ require (
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
howett.net/plist v1.0.0 // indirect
)