Skip to content

Implement generic function instrumentation #169

@y1yang0

Description

@y1yang0

The current instrumentation logic does not support generic functions

func F[T any](value T) {}

However, this is a real-world and frequently requested feature, especially for instrumenting libraries like those used in Kubernetes. We need to implement this functionality, but we anticipate it will be a very challenging task.

Metadata

Metadata

Assignees

No one assigned

    Labels

    availableWelcome to claim it and implement iteffort:highHigh effort to accomplish it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions