save work

This commit is contained in:
StellaOps Bot
2025-12-19 07:28:23 +02:00
parent 6410a6d082
commit 2eafe98d44
97 changed files with 5040 additions and 1443 deletions

View File

@@ -0,0 +1,11 @@
using System.Diagnostics.Metrics;
namespace StellaOps.Scanner.Worker.Diagnostics;
public static class EpssWorkerInstrumentation
{
public const string MeterName = "StellaOps.Scanner.Epss";
public static Meter Meter { get; } = new(MeterName, version: "1.0.0");
}