Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #376 from raintank/codeCleanup
Browse files Browse the repository at this point in the history
Code cleanup
  • Loading branch information
Dieterbe authored Nov 9, 2016
2 parents b67bb67 + 9d866aa commit 7a55436
Show file tree
Hide file tree
Showing 19 changed files with 860 additions and 522 deletions.
4 changes: 2 additions & 2 deletions dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,11 +1247,11 @@
"targets": [
{
"refId": "A",
"target": "aliasByNode(stats.$environment.timers.metrictank.$instance.cluster.message_size.{mean,upper}, 6, 7)"
"target": "aliasByNode(stats.$environment.timers.metrictank.$instance.notifier.*.message_size.{mean,upper}, 5, 6, 7)"
},
{
"refId": "B",
"target": "alias(stats.$environment.metrictank.$instance.cluster.messages-published, 'msg published')"
"target": "aliasByNode(stats.$environment.metrictank.$instance.notifier.*.messages-published, 5, 6)"
}
],
"timeFrom": null,
Expand Down
132 changes: 0 additions & 132 deletions in/in.go

This file was deleted.

57 changes: 0 additions & 57 deletions in/in_test.go

This file was deleted.

Loading

0 comments on commit 7a55436

Please sign in to comment.