Closed tomashman8 closed 4 years ago
I get the same error Version:2.0.0 Platform: GKE Grafana Version: Grafana v7.0.3
Hi all, It will be very helpful if one of you can share the deployment yaml file, so I can work with the enviroment
@LiorRacer I am replying on behalf of @tomashman8 (we work for the same organization). Here is the relevant helm values where we configure the plugin.
grafana:
grafana.ini:
plugins:
allow_loading_unsigned_plugins: "doitintl-bigquery-datasource"
adminPassword: XXXXXXXXXXXXXXXXXXXX
persistence:
enabled: true
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
certmanager.k8s.io/cluster-issuer: "letsencrypt-prod"
hosts:
- grafana.monitoring.flexys.co.uk
tls:
- secretName: grafana-tls
hosts:
- grafana.monitoring.flexys.co.uk
plugins:
- https://github.com/doitintl/bigquery-grafana/archive/2.0.0.zip;doit-bigquery-datasource
notifiers:
notifiers.yaml:
notifiers:
- name: Stage-Alerts
type: slack
uid: Grafana-Stage
# either
org_id: 1
is_default: false
send_reminder: true
frequency: 1h
disable_resolve_message: false
# See `Supported Settings` section for settings supporter for each
# alert notification type.
settings:
recipient: '#stage-alerts'
token: 'xoxb'
uploadImage: true
url: <Some_URL_TO_Slack>
sidecar:
datasources:
enabled: true
Shout if you need more info and I'll try to support you.
Hi @LiorRacer , any update? did you guys manage to reproduce it?
Hi @tomer-harpaz not yet, I hope next week we will be able to allocate time and check this out, Will send an update once we news. Thanks for the follow-up
I've got Version:2.0.0 Platform: GKE Grafana Version: Grafana v7.1.5 (Although I tried several others)
For me the Alert tab doesn't show up at all.
Nevermind. I just had to switch the visualization type to Graph and not Table.
I now also see Execution Error: tsdb.HandleRequest() error Could not find executor for data source type: doitintl-bigquery-datasource
.
@burbma Did you manage to get this working?
@johanbaath No I still have the same error.
Same issue. Looks like we have to wait until 2.0.1 gets released?
Or you can pin to a commit in you helm values.yaml
plugins:
- https://github.com/doitintl/bigquery-grafana/archive/860cabeb098e3acab01ec5cf6d74a7769eadfed8.zip;doit-bigquery-datasource
This bug still reproduced on 2.0.1
Bug Report
When creating an Alert instead of it working correctly and alerting we get this:
Execution Error: tsdb.HandleRequest() error Could not find executor for data source type: doitintl-bigquery-datasource
I have already made sure doitintl-bigquery-datasource is listed as an unsigned plugin.
Expected Behavior
Alerts being able to be sent.
Actual Behavior
I get this error message:
Execution Error: tsdb.HandleRequest() error Could not find executor for data source type: doitintl-bigquery-datasource
Steps to Reproduce the Problem
Specifications