aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorStanislav <me@gaydin.io>2018-11-05 06:20:00 +0300
committertechknowlogick <hello@techknowlogick.com>2018-11-04 22:20:00 -0500
commit078c404c3b0f283a242ad93b6a2f4cabb2575410 (patch)
treef6ee03707e7c5938c63c692a1ba1a945d4d1d470 /Gopkg.toml
parent92fb89f6e1a10d8431de536823a0680af417a04f (diff)
downloadgitea-078c404c3b0f283a242ad93b6a2f4cabb2575410.tar.gz
gitea-078c404c3b0f283a242ad93b6a2f4cabb2575410.zip
Prometheus endpoint (#5256)
* Add prometheus collector and route * dep ensure -add github.com/prometheus/client_golang/prometheus * dep ensure -update github.com/golang/protobuf * add metrics to reserved usernames * add comment head in metrics package * fix style imports * add metrics settings * add bearer token check * mapping metrics configs * fix lint * update config cheat sheet * update conf sample, typo fix
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 069d7ecf52..6338263bcc 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -107,3 +107,7 @@ ignored = ["google.golang.org/appengine*"]
[[override]]
revision = "c10ba270aa0bf8b8c1c986e103859c67a9103061"
name = "golang.org/x/oauth2"
+
+[[constraint]]
+ name = "github.com/prometheus/client_golang"
+ version = "0.9.0"