This message was deleted.
# ask-for-help
s
This message was deleted.
a
Can u send the code segment where u defined these metrics attr
a
This is the abstract
Copy code
PLATFORM_ERROR_COUNTER = Counter(
    "platform_error",
    "Total number of platform error occurred",
    [
        LABEL_1,
        LABEL_2,
    ],
)


DATA_ERROR_COUNTER = Counter(
    "data_error",
    "Total number of data error occurred",
    [
        LABEL_1,
        LABEL_2,
    ],
)
@Aaron Pham @Chaoyu Any updates on this behaviour?