ai
.
chronon
.
online
.
Metrics
Context
Related Docs:
object Context
|
package Metrics
case class
Context
(
environment:
Environment
,
join:
String
=
null
,
groupBy:
String
=
null
,
stagingQuery:
String
=
null
,
production:
Boolean
=
false
,
accuracy:
Accuracy
=
null
,
team:
String
=
null
,
joinPartPrefix:
String
=
null
,
suffix:
String
=
null
)
extends
Serializable
with
Product
Linear Supertypes
Product
,
Equals
,
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Context
Product
Equals
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Context
(
environment:
Environment
,
join:
String
=
null
,
groupBy:
String
=
null
,
stagingQuery:
String
=
null
,
production:
Boolean
=
false
,
accuracy:
Accuracy
=
null
,
team:
String
=
null
,
joinPartPrefix:
String
=
null
,
suffix:
String
=
null
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
accuracy
:
Accuracy
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
buildTag
(
key:
String
,
value:
String
)
:
String
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
count
(
metric:
String
,
value:
Long
)
:
Unit
val
environment
:
Environment
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
gauge
(
metric:
String
,
value:
Long
)
:
Unit
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
groupBy
:
String
def
histogram
(
metric:
String
,
value:
Long
)
:
Unit
def
histogram
(
metric:
String
,
value:
Double
)
:
Unit
def
increment
(
metric:
String
)
:
Unit
def
incrementException
(
exception:
Throwable
)
:
Unit
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
join
:
String
lazy val
joinNames
:
Array
[
String
]
val
joinPartPrefix
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
production
:
Boolean
val
stagingQuery
:
String
val
suffix
:
String
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
team
:
String
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withSuffix
(
suffixN:
String
)
:
Context
Inherited from
Product
Inherited from
Equals
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped