feat(grafana): add Pyroscope datasource

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-08-23 21:04:11 +02:00
parent 42cfa695ea
commit 7cde6e92ae

View file

@ -116,6 +116,13 @@ in
implementation = "mimir";
};
}
{
name = "Pyroscope";
type = "pyroscope";
uid = "pyroscope";
access = "proxy";
url = "http://127.0.0.1:4040";
}
];
};
};