File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
javaagent-tooling/src/main/java/io/prometheus/metrics/expositionformats Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313 * Replacement for prometheus protobuf writer that does not depend on any of the protobuf classes.
1414 * This allows us to exclude io.prometheus:prometheus-metrics-shaded-protobuf dependency.
1515 *
16- * @see <a href="https://github.com/prometheus/client_java/blob/main/prometheus-metrics-exposition-formats/src/main/java/io/prometheus/metrics/expositionformats/PrometheusProtobufWriter.java">PrometheusProtobufWriter</a>
16+ * @see <a
17+ * href="https://github.com/prometheus/client_java/blob/main/prometheus-metrics-exposition-formats/src/main/java/io/prometheus/metrics/expositionformats/PrometheusProtobufWriter.java">PrometheusProtobufWriter</a>
1718 */
1819public class PrometheusProtobufWriter implements ExpositionFormatWriter {
1920
You can’t perform that action at this time.
0 commit comments