mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 06:53:07 +00:00
13 lines
319 B
C#
13 lines
319 B
C#
|
|
//namespace DistTestCore.Metrics
|
|||
|
|
//{
|
|||
|
|
// public class PrometheusStartupConfig
|
|||
|
|
// {
|
|||
|
|
// public PrometheusStartupConfig(string prometheusConfigBase64)
|
|||
|
|
// {
|
|||
|
|
// PrometheusConfigBase64 = prometheusConfigBase64;
|
|||
|
|
// }
|
|||
|
|
|
|||
|
|
// public string PrometheusConfigBase64 { get; }
|
|||
|
|
// }
|
|||
|
|
//}
|