Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Tracing Support #10

@leostera

Description

@leostera

Tracing works by inspecting and pattern matching on all of the messages being sent around the system, to inspect a subset of them.

The current stringly-typed messages are both wonderful and terrible to inspect, since they may contain serialized information that we don't know how to parse.

This is wonderful because tracers can be built very naively to match on very specific successful parsers, and a failure should just indicate that a message should be dropped, but it poses a problem when we want to discover what messages are really occupying the most of our bandwidth and causing trouble.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions