Skip to content

Implement the restreaming mode for eventlog-to-zipkin #11

Open
@ethercrow

Description

@ethercrow

Current mode of operation:

  1. Run an instrumented application to completion
  2. Upload the resulting eventlog file to a trace collector or convert it into a chrome tracing file

Another mode that we need:

  1. An instrumented application is running for a very long time and is writing the eventlog into a pipe or a socket
  2. eventlog-to-zipkin is reading the eventlog from said pipe or socket and sending the trace data to a collector

Beware the https://gitlab.haskell.org/ghc/ghc/issues/18043

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions