The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.core.mock_stats
Directory
Classes
| Class | Description |
|---|---|
MockStats |
flytekit.core.mock_stats.MockStats
Parameters
class MockStats(
scope,
tags,
)Initializes a new mock stats object
| Parameter | Type | Description |
|---|---|---|
scope |
||
tags |
Methods
| Method | Description |
|---|---|
current_tags() |
|
current_value() |
|
decr() |
|
gauge() |
|
incr() |
|
timer() |
|
timing() |
current_tags()
def current_tags(
metric,
)| Parameter | Type | Description |
|---|---|---|
metric |
current_value()
def current_value(
metric,
)| Parameter | Type | Description |
|---|---|---|
metric |
decr()
def decr(
metric,
count,
tags,
kwargs,
)| Parameter | Type | Description |
|---|---|---|
metric |
||
count |
||
tags |
||
kwargs |
**kwargs |
gauge()
def gauge(
metric,
value,
tags,
kwargs,
)| Parameter | Type | Description |
|---|---|---|
metric |
||
value |
||
tags |
||
kwargs |
**kwargs |
incr()
def incr(
metric,
count,
tags,
kwargs,
)| Parameter | Type | Description |
|---|---|---|
metric |
||
count |
||
tags |
||
kwargs |
**kwargs |
timer()
def timer(
metric,
tags,
kwargs,
)| Parameter | Type | Description |
|---|---|---|
metric |
||
tags |
||
kwargs |
**kwargs |
timing()
def timing(
metric,
)| Parameter | Type | Description |
|---|---|---|
metric |