Hello guys! Question! Is grafana a web server? I know that I can see data from another databases using grafana and I can see them with an specific IP. So thats my question. Thanks!
1 Like
Hello guys! Question! Is grafana a web server?
It’s not a web server in the sense of being able to create standard web pages
and have them served by Grafana.
It is a web server in that you access it with a web browser using HTTP.
I know that I can see data from another databases using grafana and I can
see them with an specific IP. So thats my question.
Well, if that’s your definition of a web server - something that listens on an
IP address and lets you see data from databases, then it is.
Personally I would not call it a web server, but I would say it’s an
application which you access over HTTP (or HTTPS) using a web browser.
Regards,
Antony.
1 Like
So, I can say that is and web application O.o