Skip to content

Commit

Permalink
metrics: remove librato (ethereum#29624)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzliudan committed Dec 10, 2024
1 parent 810ab61 commit 72d22ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 377 deletions.
19 changes: 0 additions & 19 deletions metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
"example@example.com", // 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
Expand Down Expand Up @@ -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
Expand Down
104 changes: 0 additions & 104 deletions metrics/librato/client.go

This file was deleted.

254 changes: 0 additions & 254 deletions metrics/librato/librato.go

This file was deleted.

0 comments on commit 72d22ff

Please sign in to comment.