-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
.NET Aspire issue link
No response
Overview
Add an integration to add the OpenTelemetry Collector into the pipeline between the apps and the dashboard.
Usage example
var collector = builder.AddOpenTelemetryCollector("collector" new OpenTelemetryCollectorSettings {
Version = "latest"
Image = "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib"
})
.WithConfig("./config.yaml");
Additional context
It needs to support SSL for the receivers.
Help us help you
Yes, I'd like to be assigned to work on this item