datadog

package
v3.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package datadog reports metrics to datadog, if included.

package main

import(
  "github.com/bsm/rucksack/met"
  _ "github.com/bsm/rucksack/met/datadog"
)

func main() {
  sleep := make(chan struct{})
  <-sleep
}

Run with:

MET_NAME=myapp MET_DATADOG=mytoken go run main.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL