9090
TCP
Prometheus
Prometheus Monitoring
⚠️ Security: DependsStatus: Active📊 Category: Monitoring
📋 Basic Information
- Port Number
- 9090
- Protocol
- TCP
- Service
- Prometheus
- Popularity
- 🔥 High
🔒 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
3000🔥
Node.js/React
Node.js/React Development Server
TCP
Default development server port for Node.js/React applications including Create React App, Next.js, Express, and other JavaScript frameworks
⚠️ Security: Depends💻 Category: Development
16686
Jaeger
Jaeger Tracing UI
TCP
Jaeger distributed tracing UI for microservices request flow tracking, performance bottleneck identification, OpenTelemetry compatible
⚠️ Security: Depends📊 Category: Monitoring