Skip to content

Wrong error message in AutocollectedMetricsExtractor  #611

@macrogreg

Description

@macrogreg

On line 268 in AutocollectedMetricsExtractor.cs it says:
CoreEventSource.Log.LogError("Error in " + typeof(RequestMetricsExtractor).Name + ": " + ex.ToString());
, but it should be
CoreEventSource.Log.LogError("Error in " + participant.Extractor.GetType().Name + ": " + ex.ToString());

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions