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
- Host: GitHub
- URL: https://github.com/dmathieu/homebrew-ocb
- Owner: dmathieu
- License: apache-2.0
- Created: 2026-03-11T13:07:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T08:28:40.000Z (3 months ago)
- Last Synced: 2026-04-01T10:25:57.163Z (3 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.