OtlpTelemetryEndpoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An OTLP (OpenTelemetry Protocol) telemetry export endpoint.
public class OtlpTelemetryEndpoint : Azure.AI.Projects.Agents.TelemetryEndpoint, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.OtlpTelemetryEndpoint>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.OtlpTelemetryEndpoint>
type OtlpTelemetryEndpoint = class
inherit TelemetryEndpoint
interface IJsonModel<OtlpTelemetryEndpoint>
interface IPersistableModel<OtlpTelemetryEndpoint>
Public Class OtlpTelemetryEndpoint
Inherits TelemetryEndpoint
Implements IJsonModel(Of OtlpTelemetryEndpoint), IPersistableModel(Of OtlpTelemetryEndpoint)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| OtlpTelemetryEndpoint(IEnumerable<TelemetryDataKind>, String, TelemetryTransportProtocol) |
Initializes a new instance of OtlpTelemetryEndpoint. |
Properties
| Name | Description |
|---|---|
| Auth |
Optional authentication configuration. (Inherited from TelemetryEndpoint) |
| Data |
Data types to export to this endpoint. Use an empty array to export no data. (Inherited from TelemetryEndpoint) |
| Endpoint |
The OTLP collector endpoint URL. |
| Protocol |
The transport protocol for the OTLP endpoint. |