Skip to content

Commit

Permalink
Merge pull request #3 from ipfs/fix/use-prometheus
Browse files Browse the repository at this point in the history
use prometheus instead of gxed
  • Loading branch information
Stebalien authored Oct 30, 2018
2 parents ab7df2e + 63f2f08 commit 11caf83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.9: QmbqQP7GMwJCePfEvbMSZmyPifAz1kKZifo8vwVnVHt1wL
0.3.10: QmQXBfkuwgMaPx334WuL9NmyrKnbZ5udaWnHTHEsts2x3T
2 changes: 1 addition & 1 deletion binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package metricsprometheus
import (
"strings"

pro "github.com/gxed/client_golang/prometheus"
logging "github.com/ipfs/go-log"
metrics "github.com/ipfs/go-metrics-interface"
pro "github.com/prometheus/client_golang/prometheus"
)

var log logging.EventLogger = logging.Logger("metrics-prometheus")
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmYYv3QFnfQbiwmi1tpkgKF8o4xFnZoBrvpupTiGJwL9nH",
"hash": "QmTQuFQWHAWy4wMH6ZyPfGiawA5u9T8rs79FENoV8yXaoS",
"name": "client_golang",
"version": "0.1.3"
"version": "0.1.4"
},
{
"author": "ipfs",
Expand All @@ -31,6 +31,6 @@
"license": "MIT",
"name": "go-metrics-prometheus",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.3.9"
"version": "0.3.10"
}

0 comments on commit 11caf83

Please sign in to comment.