logos-storage-nim-cs-dist-t.../MetricsPlugin/PrometheusStartupConfig.cs
2023-09-13 09:12:18 +02:00

13 lines
319 B
C#

//namespace DistTestCore.Metrics
//{
// public class PrometheusStartupConfig
// {
// public PrometheusStartupConfig(string prometheusConfigBase64)
// {
// PrometheusConfigBase64 = prometheusConfigBase64;
// }
// public string PrometheusConfigBase64 { get; }
// }
//}