6 ms·
Looks cool, is the source code for promtail available? I can see there's an image available https://hub.docker.com/r/grafana/promtail https://hub.docker.com/r/
by davejohnclark 8y ago
Looks cool, is the source code for promtail available? I can see there's an image available https://hub.docker.com/r/grafana/promtail https://hub.docker.com/r/grafana/promtail (which is used in the readme) but I can't find the source anywhere. Anyone know where it is?
- netingle 8y agoOf course! Everything is opensource, all apache licensed: https://github.com/grafana/loki/tree/master/pkg/promtail https://github.com/grafana/loki/tree/master/pkg/promtail
- davejohnclark 8y agoCool, thanks. No idea how I failed to find it...
- gouthamve 8y agoHi, the promtail code is also available in the repo. See: https://github.com/grafana/loki/tree/master/cmd/promtail https://github.com/grafana/loki/tree/master/cmd/promtail and https://github.com/grafana/loki/tree/master/pkg/promtail https://github.com/grafana/loki/tree/master/pkg/promtail
- davejohnclark 8y agoThanks! I swear I searched the repo and didn't get any useful results, but yeah it's there plain as day...