forked from XinFinOrg/XDPoSChain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metrics: remove librato (ethereum#29624)
- Loading branch information
1 parent
6ddf15e
commit 7721693
Showing
3 changed files
with
0 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,24 +100,6 @@ go influxdb.InfluxDB(metrics.DefaultRegistry, | |
) | ||
``` | ||
|
||
Periodically upload every metric to Librato using the [Librato client](https://github.com/mihasya/go-metrics-librato): | ||
|
||
**Note**: the client included with this repository under the `librato` package | ||
has been deprecated and moved to the repository linked above. | ||
|
||
```go | ||
import "github.com/mihasya/go-metrics-librato" | ||
|
||
go librato.Librato(metrics.DefaultRegistry, | ||
10e9, // interval | ||
"[email protected]", // account owner email address | ||
"token", // Librato API token | ||
"hostname", // source | ||
[]float64{0.95}, // percentiles to send | ||
time.Millisecond, // time unit | ||
) | ||
``` | ||
|
||
Periodically emit every metric to StatHat: | ||
|
||
```go | ||
|
@@ -157,7 +139,6 @@ Publishing Metrics | |
|
||
Clients are available for the following destinations: | ||
|
||
* Librato - https://github.com/mihasya/go-metrics-librato | ||
* Graphite - https://github.com/cyberdelia/go-metrics-graphite | ||
* InfluxDB - https://github.com/vrischmann/go-metrics-influxdb | ||
* Ganglia - https://github.com/appscode/metlia | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.