divinity666

Results 28 comments of divinity666
trafficstars

Thanks for your feedback! I will extend the README to include further instructions to make it easier for new users in future. Regarding the API Key: I read that since...

I now read through Grafana documentation and it looks like service account tokens are 1:1 replacements for API keys in previous Grafana versions. I guess the issue here is, that...

I did not receive any feedback here and I just recently provided an animation in the readme, which shows how to configure this. That is, why I will close this...

Thanks for using the reporter. So, it looks like, you try to have a variable in your dashboard, which points to the reporter template name. In your configuration, you point...

Try creating a report template as described here: [https://github.com/divinity666/ruby-grafana-reporter?tab=readme-ov-file#quick-start](url) Then you should be able to render that template with the reporter. After that succeeds, you should be able to go...

Closing because of missing feedback.

Thanks for your feedback and for using the reporter. It is correct, that "Repeat for" is not properly supported today. Anyway, there is a workaround, that might be ok for...

You can find the code for the datetime parsing here: https://github.com/divinity666/ruby-grafana-reporter/blob/f7abedc3878c092604be988dcc8728f2aac9f897/lib/grafana_reporter/abstract_query.rb#L342 You may provide UTC times or the grafana relative time expressions. For current month you can provide something like...

Closing as no follow-up from issuer.

I guess the parameter is named `report_id` instead of `id` (refer [here](https://github.com/divinity666/ruby-grafana-reporter/blob/f7abedc3878c092604be988dcc8728f2aac9f897/lib/grafana_reporter/application/webservice.rb#L183C67-L183C76)). Hope this helps