# Functions

New creates a new Linter that reads an input stream of Prometheus metrics in the Prometheus text exposition format.
NewWithMetricFamilies creates a new Linter that reads from a slice of MetricFamily protobuf messages.

# Structs

A Linter is a Prometheus metrics linter.
A Problem is an issue detected by a Linter.