Class UnifiedAgentOpenmetricsParserRecord
record section of openmetrics parser.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentOpenmetricsParserRecordProperties
Dimensions
Declaration
[JsonProperty(PropertyName = "dimensions")]
public Dictionary<string, string> Dimensions { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, string> | Dimensions to be added for metrics. | 
Namespace
Declaration
[JsonProperty(PropertyName = "namespace")]
public string Namespace { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Namespace to emit metrics. | 
ResourceGroup
Declaration
[JsonProperty(PropertyName = "resourceGroup")]
public string ResourceGroup { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Resource group to emit metrics. |