Skip to content

Tracing Context Propagation #66

Description

@mowrishdev
cr, err := client.Permission.Check(context.Background(), checkPermissionPayload)

In the above code snippet, let's say that instead of new context context.Background(), I am passing an existing golang context which contains tracing details and I need to propagate the same tracing details to permify such that it comes under the same trace id and does not create a new trace id.

Currently, it is not happening when I just pass the existing context.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions