Skip to content

Commit

Permalink
Add metric p4_prom_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
rcowham committed May 22, 2024
1 parent 34fa8bb commit 8c14aa4
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 416 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ go 1.18
require (
github.com/bvinc/go-sqlite-lite v0.6.1
github.com/machinebox/progress v0.2.0
github.com/perforce/p4prometheus v0.7.4
github.com/perforce/p4prometheus v0.8.2
github.com/pkg/profile v1.6.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.9.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/matryer/is v1.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 8c14aa4

Please sign in to comment.