Hi Parth!
To run the Prometheus server you need to start the prometheus.exe that you find in the tar.gz.
Tar.gz is a compressed archive format (similar to zip), you will need some tool to open it, e.g. 7zip (
https://www.7-zip.org/). This is not mentioned in the docs because these formats are very common and also supported by default in MacOS, Linux and *BSD operating systems.
Run the prometheus.exe in a shell so that you see possible errors and warnings. So that if it does not start or crash, you get an idea why.
You mentioned compiled libraries which is a bit confusing to me, as the libraries are usually loaded when you program your own applications and you want to instrument them with Prometheus to make them export their own metrics.
This should not be different when developing under Windows at all as it usually depends on the programming language and not on the OS used.
Are you actually trying to do this or is this just a misunderstanding?
For Grafana, look here
https://grafana.com/grafana/download?platform=windowsPlease bear in mind that I do not have a Windows machine and all my windows specific advice has not been tried by myself. So if something does not make sense, please say so.
Don’t give up, Prometheus is a quite nice metric system.
It is just using a lot of concepts from a non Windows environment, so it might feel a bit foreign first if you come from a Windows only world.
I hope this helps you a bit further. Don’t hesitate to ask follow up questions.
Nicolai