We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm just curious, I though caching would be enabled by default but when I installed the datasource in Grafana Cloud, it is not enabled:
I added it via Terraform:
resource "grafana_data_source" "github_ds" { type = "grafana-github-datasource" name = "Grafana GitHub data source" } resource "grafana_data_source_config" "github_ds_config" { uid = grafana_data_source.github_ds.uid secure_json_data_encoded = jsonencode({ accessToken = var.GRAFANA_GITHUB_DS_TOKEN }) }
So I have to configure to enable it, because it does not seem to be enabled by default?
The text was updated successfully, but these errors were encountered:
It is not enabled by default. The datasource itself has caching built in, what you are seeing is caching in grafana cloud.
Sorry, something went wrong.
Can you clarify what the difference is between caching in the datasource itself and caching of the datasource in grafana cloud?
No branches or pull requests
I'm just curious, I though caching would be enabled by default but when I installed the datasource in Grafana Cloud, it is not enabled:
I added it via Terraform:
So I have to configure to enable it, because it does not seem to be enabled by default?
The text was updated successfully, but these errors were encountered: