Undo breaking metric context ID change
This commit is contained in:
		@@ -6,10 +6,10 @@ namespace PluralKit.Core
 | 
			
		||||
{
 | 
			
		||||
    public static class CoreMetrics
 | 
			
		||||
    {
 | 
			
		||||
        public static GaugeOptions SystemCount => new GaugeOptions { Name = "Systems", MeasurementUnit = Unit.Items, Context = "Core" };
 | 
			
		||||
        public static GaugeOptions MemberCount => new GaugeOptions { Name = "Members", MeasurementUnit = Unit.Items, Context = "Core" };
 | 
			
		||||
        public static GaugeOptions MessageCount => new GaugeOptions { Name = "Messages", MeasurementUnit = Unit.Items, Context = "Core" };
 | 
			
		||||
        public static GaugeOptions SwitchCount => new GaugeOptions { Name = "Switches", MeasurementUnit = Unit.Items, Context = "Core" };
 | 
			
		||||
        public static GaugeOptions SystemCount => new GaugeOptions { Name = "Systems", MeasurementUnit = Unit.Items };
 | 
			
		||||
        public static GaugeOptions MemberCount => new GaugeOptions { Name = "Members", MeasurementUnit = Unit.Items };
 | 
			
		||||
        public static GaugeOptions MessageCount => new GaugeOptions { Name = "Messages", MeasurementUnit = Unit.Items };
 | 
			
		||||
        public static GaugeOptions SwitchCount => new GaugeOptions { Name = "Switches", MeasurementUnit = Unit.Items };
 | 
			
		||||
        
 | 
			
		||||
        public static GaugeOptions ProcessPhysicalMemory => new GaugeOptions { Name = "Process Physical Memory", MeasurementUnit = Unit.Bytes, Context = "Process" };
 | 
			
		||||
        public static GaugeOptions ProcessVirtualMemory => new GaugeOptions { Name = "Process Virtual Memory", MeasurementUnit = Unit.Bytes, Context = "Process" };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user