A dictionary of log entry labels.
Keys and values added to labels should not be null.
If they are, an exception will be throw when attempting to log an entry.
The entry won't be logged and the exception will be propagated depending
on the value of Google.Cloud.Diagnostics.Common.RetryOptions.ExceptionHandling.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This documentation is for the `HttpLogEntryLabelProvider` class within the `Google.Cloud.Diagnostics.AspNetCore3` namespace, providing reference information and code samples."],["The `HttpLogEntryLabelProvider` class serves as a base for `ILogEntryLabelProvider` implementations that require an `HttpContext` instance and it also implements `ILogEntryLabelProvider`."],["This class features a constructor that initializes the base `HttpLogEntryLabelProvider` with an `IHttpContextAccessor` and the `HttpContext`."],["The class includes `Invoke` and the abstract `InvokeCore` methods, where `InvokeCore` is designed to be implemented in derived classes to augment log entry labels using the `HttpContext` instance."],["The most recent version of the `HttpLogEntryLabelProvider` documentation is for version 5.2.0, with other versions down to 4.3.1 also being documented."]]],[]]