mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 06:53:07 +00:00
19 lines
603 B
C#
19 lines
603 B
C#
|
|
//using KubernetesWorkflow;
|
|||
|
|
|
|||
|
|
//namespace DistTestCore.Metrics
|
|||
|
|
//{
|
|||
|
|
// public class PrometheusContainerRecipe : DefaultContainerRecipe
|
|||
|
|
// {
|
|||
|
|
// public override string AppName => "prometheus";
|
|||
|
|
// public override string Image => "codexstorage/dist-tests-prometheus:latest";
|
|||
|
|
|
|||
|
|
// protected override void InitializeRecipe(StartupConfig startupConfig)
|
|||
|
|
// {
|
|||
|
|
// var config = startupConfig.Get<PrometheusStartupConfig>();
|
|||
|
|
|
|||
|
|
// AddExposedPortAndVar("PROM_PORT");
|
|||
|
|
// AddEnvVar("PROM_CONFIG", config.PrometheusConfigBase64);
|
|||
|
|
// }
|
|||
|
|
// }
|
|||
|
|
//}
|