Skip to content

Instantly share code, notes, and snippets.

@lclarkmichalek
Created April 4, 2017 17:09
Show Gist options
  • Save lclarkmichalek/dede57854470fcb57f07e6c8d8700886 to your computer and use it in GitHub Desktop.
Save lclarkmichalek/dede57854470fcb57f07e6c8d8700886 to your computer and use it in GitHub Desktop.
var (
kinesisDecodeCount = prometheus.NewCounterVec(
prometheus.CounterOpts{
Name: "stashdef_kinesis_message_decode_total",
Help: "count of kinesis messages written, tagged by stream name",
},
[]string{"stream"},
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment