grafana / alloy

OpenTelemetry Collector distribution with programmable pipelines
https://grafana.com/oss/alloy
Apache License 2.0
968 stars 103 forks source link

Removing go mod replace for `collector/service` and `collector/otelcol` #1023

Open ptodev opened 2 weeks ago

ptodev commented 2 weeks ago

In the spirit of "a little copying is better than a little dependency."....

I will also make a similar change to Agent. However, in the Agent I think we will still need the "service" package to be replaced so that we can embed the OTel Collector's metrics in the Agent's /metrics endpoint.

ptodev commented 2 weeks ago

This copying is not "a little", but I think it's still better than the go mod replace 😄