@@ -45,18 +45,19 @@ Run the tool with the required options:
4545CLI tool to export Prometheus data in OpenMetrics format
4646
4747Usage:
48- promcli [flags]
48+ openmetricmigrator [flags]
4949
5050Flags:
51- -d, --directory string Data directory to export (default " data" )
52- -e, --end string End timestamp (epoch) (default " 0" )
53- -h, --help help for promcli
54- -H, --host string Prometheus host (default " localhost" )
55- -P, --port string Prometheus port (default " 9090" )
56- -q, --query string PromQL query
57- -s, --start string Start timestamp (epoch) (default " 0" )
58- -t, --step string Query step (default " 15s" )
59- -T, --targetdir string Target prometheus data directory
51+ -d, --directory string Data directory to export (default " data" )
52+ -e, --end string End timestamp (epoch) (default " 0" )
53+ -h, --help help for openmetricmigrator
54+ -H, --host string Prometheus host (default " localhost" )
55+ -m, --metrictype string Type of metrics like counter| gauge (default " counter" )
56+ -P, --port string Prometheus port (default " 9090" )
57+ -q, --query string PromQL query
58+ -s, --start string Start timestamp (epoch) (default " 0" )
59+ -t, --step string Query step (default " 15s" )
60+ -T, --targetdir string Target prometheus data directory
6061
6162```
6263
0 commit comments