Skip to content

Commit

Permalink
feat: fix slo (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov authored Aug 8, 2024
1 parent fe1ede4 commit 96dddba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion slo/src/Internal/Cli/CliCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal static async Task CleanUp(CleanUpConfig config)
internal static async Task Run(RunConfig config)
{
var promPgwEndpoint = $"{config.PromPgw}/metrics";
const string job = "workload-dotnet";
const string job = "table-service";

await using var client = await Client.CreateAsync(config.Endpoint, config.Db, config.TableName);

Expand Down
1 change: 1 addition & 0 deletions slo/src/TableService/TableService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>slo</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 96dddba

Please sign in to comment.