datadog4s-api
datadog4s-api
API
com.avast.datadog4s
api
metric
Count
Distribution
ElapsedTime
ElapsedTime
Gauge
Histogram
Timer
UniqueSet
tag
TagValue
TagValue
Tagger
Tagger
DistributionFactory
GaugeFactory
HistogramFactory
MetricFactory
Tag
TimerFactory
noop
metric
NoopCount
NoopDistribution
NoopGauge
NoopHistogram
NoopTimer
NoopUniqueSet
NoopMetricFactory
datadog4s-api
/
com.avast.datadog4s
/
com.avast.datadog4s.api
/
MetricFactory
MetricFactory
com.avast.datadog4s.api.MetricFactory
trait
MetricFactory
[
F
[
_
]]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
NoopMetricFactory
[
F
]
Members list
Clear all
Value members
Abstract methods
def
count
(
aspect
:
String
,
sampleRate
:
Option
[
Double
]):
Count
[
F
]
def
distribution
:
DistributionFactory
[
F
]
def
gauge
:
GaugeFactory
[
F
]
def
histogram
:
HistogramFactory
[
F
]
def
timer
:
TimerFactory
[
F
]
def
uniqueSet
(
aspect
:
String
):
UniqueSet
[
F
]
def
withScope
(
name
:
String
):
MetricFactory
[
F
]
def
withTags
(
tags
:
Tag
*):
MetricFactory
[
F
]
Deprecated methods
def
timer
(
aspect
:
String
,
sampleRate
:
Option
[
Double
]):
Timer
[
F
]
Attributes
Deprecated
true
In this article
Attributes
Members list
Value members
Abstract methods
Deprecated methods