voidquark / grafana-dashboards

Grafana Dashboards Collection
https://grafana.com/orgs/voidquark
MIT License
63 stars 2 forks source link

Question for installation #7

Closed rider87 closed 3 months ago

rider87 commented 3 months ago

Hey, do you have also the whole docker-compose file for it with all the configs (promtail-config...) ?: https://voidquark.com/blog/promtail-grafana-dashboard/

I would like to need also your dashboard for my wildfly logs, but my dashboard as no entries:

image

I´m getting in general the logs:

image

My promtail-config is looking like this: `server: http_listen_port: 9080 grpc_listen_port: 0 enable_runtime_reload: true

positions: filename: /tmp/positions.yaml

clients:

scrape_configs:

rider87 commented 3 months ago

I´m getting also this warning: image

voidquark commented 3 months ago

Here is a corrected and improved version of your text:

Hey, the Promtail dashboard requires Loki, Promtail, and metrics from Promtail. This is a mixed dashboard that needs both loki and prometheus datasources.

I don’t have a setup using Docker Compose, but I recommend checking the Grafana documentation to explore possible deployment options for Promtail, Loki, and Grafana.

This dashboard is specifically tailored for Promtail, so I think there’s a misunderstanding regarding its intended usage. For your wildfly application, you would need to build a different dashboard.

Regarding the variable errors, it seems like you are missing the Loki and Prometheus datasources.

If you have questions, please feel free to ask me in the Telegram. The issues in this repository are reserved for bug reports and feature requests.