hh/production-prep Add support to map alert IDs to metric names

This both makes the metric names more obvious and puts a bound on how
many metrics are created.

Resolves #2.

Sarah Hodne avatar Sarah Hodne

Push event #2.1 passed

  • Ran for
AMD64
Go: 1.8
Git
The .travis.yml file used for this job is not available
Build Config
{
  "go": 1.8,
  "sudo": false,
  "script": [
    "make"
  ],
  "install": [
    "go get -u github.com/FiloSottile/gvt",
    "make deps"
  ],
  "language": "go"
}