Skip to content

Commit dc3d786

Browse files
fabio.properties update to include new metrics options
1 parent 7ec2c57 commit dc3d786

File tree

3 files changed

+1372
-20
lines changed

3 files changed

+1372
-20
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ It supports ([Full feature list](https://fabiolb.net/feature/))
6969
* [TCP dynamic proxy](https://fabiolb.net/feature/tcp-dynamic-proxy/)
7070
* [HTTPS upstream support](https://fabiolb.net/feature/https-upstream/)
7171
* [Websockets](https://fabiolb.net/feature/websockets/) and
72-
[SSE](https://fabiolb.net/feature/sse/)
72+
* [SSE](https://fabiolb.net/feature/sse/)
7373
* [Dynamic reloading without restart](https://fabiolb.net/feature/dynamic-reloading/)
7474
* [Traffic shaping](https://fabiolb.net/feature/traffic-shaping/) for "blue/green" deployments,
75+
* [Prometheus](https://fabiolb.net/features/metrics/),
7576
* [Circonus](https://fabiolb.net/feature/metrics/),
76-
[Graphite](https://fabiolb.net/feature/metrics/) and
77-
[StatsD/DataDog](https://fabiolb.net/feature/metrics/) metrics
77+
* [Graphite](https://fabiolb.net/feature/metrics/) and
78+
* [StatsD/DataDog](https://fabiolb.net/feature/metrics/) metrics
7879
* [WebUI](https://fabiolb.net/feature/web-ui/)
7980

8081
[Watch](https://www.youtube.com/watch?v=gf43TcWjBrE&list=PL81sUbsFNc5b-Gd59Lpz7BW0eHJBt0GvE&index=1)

docs/content/feature/metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: "Metrics"
3-
since: "1.0.0 (Graphite), 1.2.1 (StatsD, DataDog, Circonus)"
3+
since: "1.0.0 (Graphite), 1.2.1 (StatsD, DataDog, Circonus), 1.6.0 (Prometheus)"
44
---
55

66
fabio collects metrics per route and service instance as well as running totals
77
to avoid computing large amounts of metrics. The metrics can be send to
88
[Circonus](http://www.circonus.com), [Graphite](https://graphiteapp.org),
99
[StatsD](https://github.com/etsy/statsd), [DataDog](https://www.datadoghq.com)
10-
(via statsd) or stdout. See the `metrics.*` options in the
11-
[fabio.properties](https://github.com/eBay/fabio/blob/master/fabio.properties)
10+
(via statsd - or since v1.6.0 to native protocol with tag support) or stdout. See the `metrics.*`
11+
options in the [fabio.properties](https://github.com/eBay/fabio/blob/master/fabio.properties)
1212
file.
1313

1414
Fabio reports the following metrics:

0 commit comments

Comments
 (0)