An open API service indexing awesome lists of open source software.

https://github.com/dmathieu/homebrew-ocb

A Homebrew tap to install the OpenTelemetry Collector Builder
https://github.com/dmathieu/homebrew-ocb

Last synced: 3 months ago
JSON representation

A Homebrew tap to install the OpenTelemetry Collector Builder

Awesome Lists containing this project

README

          

# Homebrew Tap for OCB

A Homebrew tap for
[OCB](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder)

## Install

```sh
brew tap dmathieu/ocb
brew install ocb
```

Or in one step:

```sh
brew install dmathieu/ocb
```

## Usage

```sh
ocb --help
ocb --config builder-config.yaml
```

See the [official OCB
documentation](https://opentelemetry.io/docs/collector/extend/ocb/) for a full
walkthrough.