Show / Hide Table of Contents

Class UnifiedAgentOpenmetricsParser

Openmetrics parser.

Inheritance
object
UnifiedAgentParser
UnifiedAgentOpenmetricsParser
Inherited Members
UnifiedAgentParser.FieldTimeKey
UnifiedAgentParser.Types
UnifiedAgentParser.NullValuePattern
UnifiedAgentParser.IsNullEmptyString
UnifiedAgentParser.IsEstimateCurrentEvent
UnifiedAgentParser.IsKeepTimeKey
UnifiedAgentParser.TimeoutInMilliseconds
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentOpenmetricsParser : UnifiedAgentParser

Properties

RecordInput

Declaration
[JsonProperty(PropertyName = "recordInput")]
public UnifiedAgentOpenmetricsParserRecord RecordInput { get; set; }
Property Value
Type Description
UnifiedAgentOpenmetricsParserRecord
In this article
Back to top