Skip to content

Commit 2338351

Browse files
grafana: update grafana.ini to permit all grafana-pcp plugin components
also support upstream (performancecopilot-X-Y) and downstream (pcp-X-Y) grafana-pcp plugin identifiers.
1 parent 4017e49 commit 2338351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/grafana/templates/grafana.ini.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ disable_sanitize_html = false
770770
enable_alpha = false
771771
app_tls_skip_verify_insecure = false
772772
# Enter a comma-separated list of plugin identifiers to identify plugins that are allowed to be loaded even if they lack a valid signature.
773-
allow_loading_unsigned_plugins = pcp-redis-datasource
773+
allow_loading_unsigned_plugins = performancecopilot-pcp-app,pcp-redis-datasource,pcp-vector-datasource,pcp-bpftrace-datasource,pcp-flamegraph-panel,pcp-breadcrumbs-panel,pcp-troubleshooting-panel,performancecopilot-redis-datasource,performancecopilot-vector-datasource,performancecopilot-bpftrace-datasource,performancecopilot-flamegraph-panel,performancecopilot-breadcrumbs-panel,performancecopilot-troubleshooting-panel
774774
marketplace_url = https://grafana.com/grafana/plugins/
775775

776776
#################################### Grafana Image Renderer Plugin ##########################

0 commit comments

Comments
 (0)