Versions in this module Expand all Collapse all v0 v0.12.2 Apr 12, 2017 Changes in this version + type Metric struct + func (m Metric) Add(ctx context.Context, v goja.Value, addTags ...map[string]string) + type Metrics struct + func (*Metrics) XCounter(ctx *context.Context, name string, isTime ...bool) (interface{}, error) + func (*Metrics) XGauge(ctx *context.Context, name string, isTime ...bool) (interface{}, error) + func (*Metrics) XRate(ctx *context.Context, name string, isTime ...bool) (interface{}, error) + func (*Metrics) XTrend(ctx *context.Context, name string, isTime ...bool) (interface{}, error)