Skip to content

Commit 9b76e68

Browse files
AaronChen0jorgemmsilva
authored andcommitted
metrics: remove librato (ethereum#29624)
1 parent d7b073a commit 9b76e68

File tree

3 files changed

+0
-377
lines changed

3 files changed

+0
-377
lines changed

metrics/README.md

-19
Original file line numberDiff line numberDiff line change
@@ -100,24 +100,6 @@ go influxdb.InfluxDB(metrics.DefaultRegistry,
100100
)
101101
```
102102

103-
Periodically upload every metric to Librato using the [Librato client](https://github.com/mihasya/go-metrics-librato):
104-
105-
**Note**: the client included with this repository under the `librato` package
106-
has been deprecated and moved to the repository linked above.
107-
108-
```go
109-
import "github.com/mihasya/go-metrics-librato"
110-
111-
go librato.Librato(metrics.DefaultRegistry,
112-
10e9, // interval
113-
"example@example.com", // account owner email address
114-
"token", // Librato API token
115-
"hostname", // source
116-
[]float64{0.95}, // percentiles to send
117-
time.Millisecond, // time unit
118-
)
119-
```
120-
121103
Periodically emit every metric to StatHat:
122104

123105
```go
@@ -157,7 +139,6 @@ Publishing Metrics
157139

158140
Clients are available for the following destinations:
159141

160-
* Librato - https://github.com/mihasya/go-metrics-librato
161142
* Graphite - https://github.com/cyberdelia/go-metrics-graphite
162143
* InfluxDB - https://github.com/vrischmann/go-metrics-influxdb
163144
* Ganglia - https://github.com/appscode/metlia

metrics/librato/client.go

-104
This file was deleted.

metrics/librato/librato.go

-254
This file was deleted.

0 commit comments

Comments
 (0)