Skip to main content

include/langfuse_client@metrics_ScoreCountRow.hrl

-record(score_count_row, {
    name :: binary(),
    data_type :: binary(),
    source :: binary(),
    count :: integer()
}).