feat: Adds APM to Silo & readded gitversion

This commit is contained in:
henrik
2024-12-23 01:06:30 +01:00
parent 9b022b296a
commit 7b5cb0267b
7 changed files with 25 additions and 3 deletions

View File

@@ -22,5 +22,7 @@ builder.UseOrleans(silo =>
});
});
builder.Services.AddAllElasticApm();
var host = builder.Build();
host.Run();