🌐
Last9
last9.io › blog › prometheus-port-configuration
Prometheus Port Configuration: Defaults and Setup (2026) | Last9
March 12, 2025 - The iptables command shows if there are explicit rules affecting port 9090, telnet tests basic TCP connectivity, and traceroute with the -T and -p flags show where along the network path TCP connections to port 9090 might be failing.
🌐
Prometheus
prometheus.io › docs › instrumenting › exporters
Exporters and integrations | Prometheus
Commonly, those exporters are hosted outside of the Prometheus GitHub organization. The exporter default port wiki page has become another catalog of exporters, and may include exporters not listed here due to overlapping functionality or still being in development.
Discussions

Default prometheus exporter port for rtrtr
Prometheus maintains a list of allocations of default ports for exporters, and rtrtr has been added to the list as port 9810. This could be reflected as a recommendation or a default in rtrtr.conf.... More on github.com
🌐 github.com
2
March 15, 2021
system - How to config default port of Node Exporter - Stack Overflow
ExecStart=/usr/local/bin/node_exporter --web.listen-address=:[custum port] ... Sign up to request clarification or add additional context in comments. ... The file should be like /usr/lib/systemd/system/prometheus-node-exporter.service 2026-04-24T13:07:45.44Z+00:00 More on stackoverflow.com
🌐 stackoverflow.com
Wiki page with default port allocation of prometheus exporters was overwritten
What did you do? I allocated the port 9641 for my prometheus exporter mqtt2prometheus. This was done in the commit/revision 60c661b7a1d662b18a6da2c11f2de1392306edd0 (Tue Jun 9 16:12:24 2020) of the wiki page. What did you expect to see? ... More on github.com
🌐 github.com
4
February 6, 2021
docker - How to Change Port Number in cadvisor and node-exporter of Prometheus Monitoring - Stack Overflow
Below is the showing in prometheus URL when i click on target. cadvisor (0/1 up) and node-exporter (0/1 up) are showing in Prometheus URL Here is the my filename.yml file version: '3.2' services: More on stackoverflow.com
🌐 stackoverflow.com
🌐
Prometheus
prometheus.io › docs › instrumenting › writing_exporters
Writing exporters | Prometheus
This is a registry to make our users’ lives a little easier, not a commitment to develop particular exporters. For exporters for internal applications we recommend using ports outside of the range of default port allocations.
🌐
GitHub
github.com › NLnetLabs › rtrtr › issues › 13
Default prometheus exporter port for rtrtr · Issue #13 · NLnetLabs/rtrtr
March 15, 2021 - Prometheus maintains a list of allocations of default ports for exporters, and rtrtr has been added to the list as port 9810. This could be reflected as a recommendation or a default in rtrtr.conf.system-service, rtrtr.conf, Dockerfile, ...
Author: NLnetLabs
🌐
GitHub
github.com › prometheus › node_exporter
GitHub - prometheus/node_exporter: Exporter for machine metrics · GitHub
If you are new to Prometheus and node_exporter there is a simple step-by-step guide. The node_exporter listens on HTTP port 9100 by default.
Author: prometheus
🌐
GitHub
github.com › discourse › prometheus_exporter
GitHub - discourse/prometheus_exporter: A framework for collecting and aggregating prometheus metrics · GitHub
require 'prometheus_exporter/server' ... /metrics route server = PrometheusExporter::Server::WebServer.new bind: 'localhost', port: 12345 server.start # wire up a default local client PrometheusExporter::Client.default = ...
Author: discourse
🌐
SigNoz
signoz.io › guides › how to change prometheus port - a step-by-step guide
How to Change Prometheus Port - A Step-by-Step Guide | SigNoz
December 5, 2024 - When Prometheus or its monitored services operate on non-default ports, you need to adjust the scrape_configs section of the prometheus.yml file to ensure accurate · Open prometheus.yml and locate the scrape_configs section. ... scrape_configs: - job_name: 'node_exporter' static_configs: - targets: ['localhost:9100'] - job_name: 'custom_service' static_configs: - targets: ['service-host:8000']
🌐
GitHub
github.com › prometheus › prometheus › wiki › Default-port-allocations
Default port allocations · prometheus/prometheus Wiki · GitHub
February 8, 2019 - Butler CW (Qlik Sense cache warming tool) Exporter. WIP ... Please look for open ports on this list (Ctrl+F "FREE") before adding a new port.
Author: prometheus
Find elsewhere
🌐
Aerospike
aerospike.com › home › docs › graph › prometheus exporter
Prometheus Exporter | Aerospike Documentation
June 26, 2026 - The Prometheus Exporter runs on port 9090 by default with a default path of /metrics.
🌐
Netapp
netapp.github.io › harvest › 23.08 › prometheus-exporter
Prometheus Exporter - Harvest
Admin: httpsd: listen: :8887 Exporters: prometheus-r: exporter: Prometheus port_range: 13000-13999 Defaults: collectors: - Zapi - ZapiPerf use_insecure_tls: false auth_style: password username: admin password: pass exporters: - prometheus-r Pollers: umeng_aff300: datacenter: meg addr: 10.193.48.11 ...
🌐
Opensource.com
opensource.com › article › 18 › 12 › introduction-prometheus
Getting started with Prometheus | Opensource.com
December 20, 2018 - global: scrape_interval: 15s ...c/prometheus/prometheus.yml prom/prometheus · By default, the Prometheus server will use port 9090....
🌐
GitHub
github.com › prometheus › prometheus › issues › 8450
Wiki page with default port allocation of prometheus exporters was overwritten · Issue #8450 · prometheus/prometheus
February 6, 2021 - What did you do? I allocated the port 9641 for my prometheus exporter mqtt2prometheus. This was done in the commit/revision 60c661b7a1d662b18a6da2c11f2de1392306edd0 (Tue Jun 9 16:12:24 2020) of the wiki page. What did you expect to see? ...
Author: prometheus
🌐
Better Stack
betterstack.com › community › guides › monitoring › prometheus-exporter
A Comprehensive Guide to Prometheus Exporters | Better Stack Community
February 26, 2025 - - nginx-server prometheus: image: ... is configured to listen at port 80, the nginx-exporter is configured to listen at port 9113, while the prometheus service is set up to listen at port 9090....
🌐
Better Stack
betterstack.com › community › guides › monitoring › monitor-linux-prometheus-node-exporter
Monitoring Linux with Prometheus and Node Exporter | Better Stack Community
January 22, 2026 - To set up Node Exporter, you can use its official Docker image or download a binary archive here. ... This sets up a node-exporter service that listens on port 9100 (its default port) and gathers its data from the host system.
🌐
OpenTelemetry
opentelemetry.io › docs › specs › otel › metrics › sdk_exporters › prometheus
Metrics Exporter - Prometheus | OpenTelemetry
The option MAY be named port, and MUST be 9464 by default. ... A Prometheus Exporter SHOULD support a configuration option to set the MetricReader default aggregation as a function of instrument kind.
🌐
client_java
prometheus.github.io › client_java › config › config
Config | client_java
The property above changes the port for the HTTPServer exporter to 9401. Properties file: Add the line above to the properties file. System properties: Use the command line parameter -Dio.prometheus.exporter.http_server.port=9401 when starting your application.
🌐
OneUptime
oneuptime.com › home › blog › how to configure node exporter for prometheus
How to Configure Node Exporter for Prometheus
January 25, 2026 - Node Exporter is the standard way to monitor Linux servers with Prometheus. It runs as a daemon on each server you want to monitor and exposes metrics on port 9100.
🌐
GitHub
github.com › prometheus-community › windows_exporter
GitHub - prometheus-community/windows_exporter: Prometheus exporter for Windows machines · GitHub
This can be useful for having different Prometheus servers collect specific metrics from nodes. windows_exporter accepts flags to configure certain behaviours. The ones configuring the global behaviour of the exporter are listed below, while collector-specific ones are documented in the respective collector documentation above. Flag · Description · Default value · --web.listen-address · host:port for exporter.
Author: prometheus-community