# Packages
Package diag exposes error types used throughout converter and a method to pretty-print them to the screen.
# Functions
Convert generates a Grafana Agent Flow config given an input configuration file.
# Constants
InputOtelCol indicates that the input file is an OpenTelemetry Collector YAML file.
InputPrometheus indicates that the input file is a prometheus YAML file.
InputPromtail indicates that the input file is a promtail YAML file.
InputStatic indicates that the input file is a grafana agent static YAML file.
# Variables
No description provided by the author
# Type aliases
Input represents the type of config file being fed into the converter.