Skip to content

Function analytics #45

@kennywong-qb

Description

@kennywong-qb

Implement the following endpoint.

GET /projects/{project_name}/versions/{version_id}/functions/{function_name}/analytics

Ideas:

class FunctionAnalytics(BaseModel):
    num_invocations: int
    num_running_invocations: int
    num_failed_invocations: int
    average_invocation_seconds: int
    max_invocation_seconds: int

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions