9090

TCP

Prometheus

Prometheus Monitoring

⚠️ Security: DependsStatus: Active📊 Category: Monitoring

📋 Basic Information

Port Number
9090
Protocol
TCP
Service
Prometheus
Popularity
🔥 High
Description
Prometheus monitoring system for metrics collection
Tags
monitoringmetricsprometheus

🔒 Security Information

💡

Security Notes

Authentication recommended, configure firewall rules, be cautious of external exposure

🛠️ Installation

🐧Linux

# Linux (Binary)
wget https://github.com/prometheus/prometheus/releases/download/v2.45.0/prometheus-2.45.0.linux-amd64.tar.gz
tar xvfz prometheus-*.tar.gz
cd prometheus-*/
./prometheus --config.file=prometheus.yml

🐳Docker

docker run -d --name prometheus -p 9090:9090 prom/prometheus

Check

curl http://localhost:9090/metrics

🔗 Related Ports