Dima

Results 3 comments of Dima

@ledermann , thanks for help! I will use it on my fork :)

Try this one: Add custom formatter: ``` public class OwnPrometheusFormatterConstants { public static readonly Func LabelNameFormatter =             labelName => MetricNameRegex.Replace(labelName, "_");     private static readonly Regex MetricNameRegex = new Regex("[^a-z0-9A-Z:_]"); }...

@MaxMusing , thank you for suggesting how to force a specific version! It is really helpful cause hardcoded Monaco version is pretty old in monaco loader.