Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Feature: Improve usability of aggregate by allowing more then one aggregation function #35

@timo-at-lanalabs

Description

@timo-at-lanalabs

This is the way it currently is:

df1 = api.aggregate(log_id, metric="duration", aggregation_function="min")
df2 = api.aggregate(log_id, metric="duration", aggregation_function="max")
df3 = api.aggregate(log_id, metric="duration", aggregation_function="mean")

Could we allow for more than one metric?
df1 = api.aggregate(log_id, metric="duration", aggregation_function=["mean", "min", "max"])

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions