simple

command module
v0.0.0-...-0fa4077 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

README

Simple

Prometheus监控测试应用

Docker Image地址:registry.cn-hangzhou.aliyuncs.com/xuwenbao/simple:latest

测试URL

  • “http://:8080/”:测试请求地址
  • “http://:8080/metrics”:Metrics获取地址

Prometheus Query

按版本监控每分钟请求数(过滤Prometheus的抓取Reqeust)。

sum(negroni_requests_total{app="simple", path != "/metrics"} - negroni_requests_total{app="simple", path != "/metrics"} offset 1m) by (version)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL