The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.core.mock_stats
class MockStats(
scope,
tags,
)
Initializes a new mock stats object
| Parameter |
Type |
Description |
scope |
|
|
tags |
|
|
def current_tags(
metric,
)
| Parameter |
Type |
Description |
metric |
|
|
def current_value(
metric,
)
| Parameter |
Type |
Description |
metric |
|
|
def decr(
metric,
count,
tags,
kwargs,
)
| Parameter |
Type |
Description |
metric |
|
|
count |
|
|
tags |
|
|
kwargs |
**kwargs |
|
def gauge(
metric,
value,
tags,
kwargs,
)
| Parameter |
Type |
Description |
metric |
|
|
value |
|
|
tags |
|
|
kwargs |
**kwargs |
|
def incr(
metric,
count,
tags,
kwargs,
)
| Parameter |
Type |
Description |
metric |
|
|
count |
|
|
tags |
|
|
kwargs |
**kwargs |
|
def timer(
metric,
tags,
kwargs,
)
| Parameter |
Type |
Description |
metric |
|
|
tags |
|
|
kwargs |
**kwargs |
|
| Parameter |
Type |
Description |
metric |
|
|