-
- Downloads
There was an error fetching the commit references. Please try again later.
Prometheus monitoring for GitLab Pages
This starts of the prometheus monitoring for GitLab Pages, and resolves #42 Point to check: - Are the metric names good, keeping Prometheus' conventions in mind? - Golang, general style etc - Shouldn't I do some voodoo magic to import this in the library?
parent
bc4aa822
No related branches found
No related tags found
Pipeline #
Showing
- Godeps/Godeps.json 54 additions, 5 deletionsGodeps/Godeps.json
- README.md 1 addition, 1 deletionREADME.md
- acceptance_test.go 24 additions, 3 deletionsacceptance_test.go
- app.go 15 additions, 0 deletionsapp.go
- app_config.go 4 additions, 3 deletionsapp_config.go
- domains.go 8 additions, 0 deletionsdomains.go
- helpers_test.go 6 additions, 2 deletionshelpers_test.go
- main.go 2 additions, 0 deletionsmain.go
- metrics.go 42 additions, 0 deletionsmetrics.go
- vendor/github.com/beorn7/perks/LICENSE 20 additions, 0 deletionsvendor/github.com/beorn7/perks/LICENSE
- vendor/github.com/beorn7/perks/quantile/exampledata.txt 2388 additions, 0 deletionsvendor/github.com/beorn7/perks/quantile/exampledata.txt
- vendor/github.com/beorn7/perks/quantile/stream.go 292 additions, 0 deletionsvendor/github.com/beorn7/perks/quantile/stream.go
- vendor/github.com/golang/protobuf/AUTHORS 3 additions, 0 deletionsvendor/github.com/golang/protobuf/AUTHORS
- vendor/github.com/golang/protobuf/CONTRIBUTORS 3 additions, 0 deletionsvendor/github.com/golang/protobuf/CONTRIBUTORS
- vendor/github.com/golang/protobuf/LICENSE 31 additions, 0 deletionsvendor/github.com/golang/protobuf/LICENSE
- vendor/github.com/golang/protobuf/proto/Makefile 43 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/Makefile
- vendor/github.com/golang/protobuf/proto/clone.go 229 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/clone.go
- vendor/github.com/golang/protobuf/proto/decode.go 874 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/decode.go
- vendor/github.com/golang/protobuf/proto/encode.go 1363 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/encode.go
- vendor/github.com/golang/protobuf/proto/equal.go 296 additions, 0 deletionsvendor/github.com/golang/protobuf/proto/equal.go
metrics.go
0 → 100644
vendor/github.com/beorn7/perks/LICENSE
0 → 100644
vendor/github.com/golang/protobuf/AUTHORS
0 → 100644
vendor/github.com/golang/protobuf/LICENSE
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment