Skip to content

Add OpenTelemetry Collector extension #602

@martinjt

Description

@martinjt

.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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions