# Packages

metricsdiff is a tool for generating a diff between two different files containing prometheus metrics.

# Functions

GenerateMetricsFile executes the metrics file template, writing the result into the io.Writer.
ParseMetricsDir parses the dir and scans for a struct matching structName, ignoring all test files.

# Structs

No description provided by the author
ParsedMetricField is the data parsed for a single field of a metric struct.
TemplateData is all of the data required for rendering a metric file template.