No. They both have their own built-in web servers, so you could access them as (say) www.example.com:9090 and www.example.com:3000
But if you are running them on the same host, and you want them to be accessed on the same *port* on the same IP address, then you'll need some sort of reverse proxy in front of them. e.g. prometheus.example.com and grafana.example.com (both pointing to the same IP address) or: www.example.com/prometheus and www.example.com/grafana On Friday, 23 December 2022 at 14:52:01 UTC [email protected] wrote: > Hi, Does prometheus and grafana need Apache ? > > Thanks. > > > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/47503372-7b9f-4029-9508-44ce74898e57n%40googlegroups.com.

