Skip to content

Commit

Permalink
add funnel plugin to grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Aug 9, 2024
1 parent 9bfcb2f commit a70b634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ services:
# Configuration options are listed and explained here:
# https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/
#
# Install ClickHouse and Funnel plugins.
GF_INSTALL_PLUGINS: "grafana-clickhouse-datasource, mckn-funnel-panel"
# [database]
GF_DATABASE_TYPE: "sqlite3"
GF_DATABASE_PATH: "/data/grafana.db" # grafana_data volumes
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- "grafana_data:/data"
environment:
# https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/
GF_INSTALL_PLUGINS: "grafana-clickhouse-datasource"
GF_INSTALL_PLUGINS: "grafana-clickhouse-datasource, mckn-funnel-panel"
GF_LOG_LEVEL: "debug"
# [database]
GF_DATABASE_TYPE: "sqlite3"
Expand Down

0 comments on commit a70b634

Please sign in to comment.