forked from the-distro/infra
feat(grafana): add Pyroscope datasource
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
42cfa695ea
commit
7cde6e92ae
|
@ -116,6 +116,13 @@ in
|
||||||
implementation = "mimir";
|
implementation = "mimir";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Pyroscope";
|
||||||
|
type = "pyroscope";
|
||||||
|
uid = "pyroscope";
|
||||||
|
access = "proxy";
|
||||||
|
url = "http://127.0.0.1:4040";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue