https://github.com/zmoog/looter
https://github.com/zmoog/looter
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zmoog/looter
- Owner: zmoog
- Created: 2026-06-03T21:57:52.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-06-04T06:00:39.000Z (29 days ago)
- Last Synced: 2026-06-13T19:35:08.943Z (19 days ago)
- Language: Go
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# looter
Custom OpenTelemetry Collector distro for experimentation.
## Prerequisites
- Go 1.23+ (or whatever is required by the selected collector version)
## Build
```bash
make build
```
This generates the custom collector binary at:
- `dist/lootercol`
## Run
```bash
make run
```
Collector config:
- `config/collector.yaml`
## Default ports
- OTLP gRPC: `4317`
- OTLP HTTP: `4318`
- Health check: `13133`
- pprof: `1777`
- zPages: `55679`