001package io.prometheus.metrics.exporter.pushgateway;
002
003public enum Format {
004    PROMETHEUS_PROTOBUF,
005    PROMETHEUS_TEXT
006}