We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315c34c commit 92f4403Copy full SHA for 92f4403
prometheus-metrics-exposition-formats/generate-protobuf.sh
@@ -17,7 +17,7 @@ mkdir -p $TARGET_DIR
17
rm -rf $PROTO_DIR || true
18
mkdir -p $PROTO_DIR
19
20
-OLD_PACKAGE=$(sed -nE 's/import (io.prometheus.metrics.expositionformats.generated.*).Metrics;/\1/p' src/main/java/io/prometheus/metrics/expositionformats/PrometheusProtobufWriter.java)
+OLD_PACKAGE=$(sed -nE 's/import (io.prometheus.metrics.expositionformats.generated.*).Metrics;/\1/p' src/main/java/io/prometheus/metrics/expositionformats/internal/PrometheusProtobufWriterImpl.java)
21
PACKAGE="io.prometheus.metrics.expositionformats.generated.com_google_protobuf_${PROTOBUF_VERSION_STRING}"
22
23
if [[ $OLD_PACKAGE != "$PACKAGE" ]]; then
0 commit comments