# Functions

NewParser accepts an io.Reader, a MetricsConsumer, and logger, and returns a Parser for processing an IPC stream.
No description provided by the author

# Structs

Parser encapsulates all of the functionality to parse an IPC stream.
RequestWriter submits the initial request to the dotnet diagnostics backend, after which it starts sending us metrics at the specified interval.

# Type aliases

Metric is a map containing all of the keys and values for a Metric extracted from the event parser.
MetricsConsumer is a function that accepts a slice of Metrics.