Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do Not Merge] Add Meter Tags, Instrument Tags, and Scopes to System Diagnostics Metrics #5624

Closed
wants to merge 18 commits into from

Renames to match the diagnostics changes

063fc07
Select commit
Loading
Failed to load commit list.
Closed

[Do Not Merge] Add Meter Tags, Instrument Tags, and Scopes to System Diagnostics Metrics #5624

Renames to match the diagnostics changes
063fc07
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-monitor-ci (Build and Test Build Linux_Musl arm64 Release) failed Nov 28, 2023 in 3m 27s

Build and Test Build Linux_Musl arm64 Release failed

Annotations

Check failure on line 46 in src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-monitor-ci (Build and Test Build Linux_Musl arm64 Release)

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs#L46

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs(46,52): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ICounterPayload' does not contain a definition for 'CounterMetadata' and no accessible extension method 'CounterMetadata' accepting a first argument of type 'ICounterPayload' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 73 in src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-monitor-ci (Build and Test Build Linux_Musl arm64 Release)

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs#L73

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs(73,33): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ICounterPayload' does not contain a definition for 'CounterMetadata' and no accessible extension method 'CounterMetadata' accepting a first argument of type 'ICounterPayload' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 74 in src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-monitor-ci (Build and Test Build Linux_Musl arm64 Release)

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs#L74

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs(74,33): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ICounterPayload' does not contain a definition for 'CounterMetadata' and no accessible extension method 'CounterMetadata' accepting a first argument of type 'ICounterPayload' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 78 in src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-monitor-ci (Build and Test Build Linux_Musl arm64 Release)

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs#L78

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs(78,67): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ICounterPayload' does not contain a definition for 'ValueTags' and no accessible extension method 'ValueTags' accepting a first argument of type 'ICounterPayload' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 80 in src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-monitor-ci (Build and Test Build Linux_Musl arm64 Release)

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs#L80

src/Microsoft.Diagnostics.Monitoring.WebApi/Metrics/JsonCounterLogger.cs(80,33): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ICounterPayload' does not contain a definition for 'CounterMetadata' and no accessible extension method 'CounterMetadata' accepting a first argument of type 'ICounterPayload' could be found (are you missing a using directive or an assembly reference?)