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

Is it possible to log with a timestamp without finishing a span? #156

@grantr

Description

@grantr

I'm using opentracing-go with the gRPC stats API, which emits lifecycle events as RPCs progress. Those events include their own timestamps, so I'd like to use them for logging.

I can use LogRecord to manipulate timestamps, but the only way to add them to a span seems to be FinishWithOptions. I'd like to add them at any time during the life of a span. I think a LogRecords(records... LogRecord) method on the Span interface would solve this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions