grafana / explore-logs

Repo for the Loki log exploration app
GNU Affero General Public License v3.0
285 stars 11 forks source link

chore: add npm script for generating local logs #496

Closed trevorwhitney closed 3 months ago

trevorwhitney commented 3 months ago

I sometimes like to have everything running locally (loki, grafana, explore plugin) without docker, and in those cases it's nice to still leverage the generator to ship directly to my local Loki instance. This PR adds a npm script for doing just that, and gitignores for the generator vendoring.