iblancasa / redhat-opentelemetry-collector

This project contains a custom opentelemetry collector distribution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RHOSDT OpenTelemetry Collector Distribution

This repository configures a build of the OpenTelemetry Collector with the supported components for a Red Hat OpenShift distributed tracing product.

Update collector version

  1. Update Makefile and manifest.yaml to select the desired upstream version and component selection for the product release.
  2. Run make build
  3. Create a pull request with the changes, including changes in the _build directory.

Release

git tag v0.48.0 && git push origin v0.48.0

About

This project contains a custom opentelemetry collector distribution.

License:Apache License 2.0


Languages

Language:Makefile 67.3%Language:Dockerfile 32.7%