-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document the grafana queries #33
Comments
This is excellent documentation! Would you mind writing it up on a page in the official docs via a PR? If not I should have some time later this week to do so. |
Where in the docs is it best to place it? |
@SSmale let's create a new section called "Guides" -- you can create a subfolder with it and add it to the menu via |
@SSmale @christianmat let me know if I could be of any help |
@christianmat happy either way, with the holidays it's a busy time. |
@SSmale I can give it a shot. I will prepare a draft of my idea soon. I will need your guidance on this one |
I’ve successfully set up Grafana with a simple dashboard for ClickHouse, and it seems to be working fine. As per the linked issue, should I prepare a guide as part of the README, or would a video demo be more appropriate? And where should this be added? I couldn’t find @SSmale on Slack, so should I ask these clarifications directly here on GitHub, or would it be better to discuss elsewhere? Would continuing the conversation here risk confusing other contributors, or could it provide helpful context about the project? I’m flexible with how we communicate—just let me know what works best. attaching ss of grafana dashboard |
There is already a video in the readme, that is where I got the steps from. The work for this issue is:
|
@SSmale this is of great help. thanks. |
hey, this tool looks really cool, so it would be good to get some more info on the setup from the video.
docker run -d -p 3000:3000 --name=grafana grafana/grafana-enterprise
docker network create ga
docker network connect ga trench-clickhouse-1
docker network connect ga grafana
host: trench-clickhouse-1
port: 8123
protocol: http
username: user
password: password
$pageview
eventor the dashboard can be imported as
testing trench.postman_collection.json
The text was updated successfully, but these errors were encountered: