save work
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user