Skip to content

Commit 34db579

Browse files
committed
fix: update PromPgw option description and refactor MetricPusher initialization
1 parent bc1dae4 commit 34db579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slo/src/Internal/Cli.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class Cli
1414

1515
private static readonly Option<string> PromPgwOption = new(
1616
"--prom-pgw",
17-
"minimum amount of partitions in table") { IsRequired = true };
17+
"prometheus push gateway") { IsRequired = true };
1818

1919
private static readonly Option<string> ResourceYdbPath = new(
2020
new[] { "-t", "--resource-ydb-path" },
@@ -113,4 +113,4 @@ public static async Task<int> Run<T>(SloContext<T> sloContext, string[] args) wh
113113

114114
return await RootCommand.InvokeAsync(args);
115115
}
116-
}
116+
}

0 commit comments

Comments
 (0)