Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Problem with unknown Datasource #208

@Net-Felix

Description

@Net-Felix

to fix file library/Grafana/ProvidedHook/Grapher.php

line 538 should be fixed:

if ($dataSource == "graphite") {
to this:
if ($this->dataSource == "graphite") {

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions