Skip to content

Add OpenTelemetry Collector extension #602

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions