All Projects → wyukawa → Hadoop_exporter

wyukawa / Hadoop_exporter

Licence: apache-2.0
Hadoop exporter

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Hadoop exporter

Microservice learning
从零开始微服务框架使用
Stars: ✭ 31 (-39.22%)
Mutual labels:  prometheus
Kafka exporter
Kafka exporter for Prometheus
Stars: ✭ 996 (+1852.94%)
Mutual labels:  prometheus
Homer7 Docker
HOMER 7 Docker Images
Stars: ✭ 47 (-7.84%)
Mutual labels:  prometheus
Nginx Lua Prometheus
Prometheus metric library for Nginx written in Lua
Stars: ✭ 964 (+1790.2%)
Mutual labels:  prometheus
Prometheus Formatter
Browser extension which makes plain Prometheus metrics easier to read
Stars: ✭ 34 (-33.33%)
Mutual labels:  prometheus
Ssh exporter
A Prometheus exporter for running SSH commands on a remote host and collecting statistics on those outputs
Stars: ✭ 40 (-21.57%)
Mutual labels:  prometheus
Catalyst
Typescript NodeJS Microservices Boilerplate with Generator CLI - Moleculer, GraphQL, REST, OAuth2, Jaeger, Grafana, Prometheus, Ory Hydra, Ory Keto w/ Access Control middleware, Moleculer-DB GraphQL mixin, Pug, Redis, sibling client repo (login, persistance layer, react-native-web, ios, android)
Stars: ✭ 30 (-41.18%)
Mutual labels:  prometheus
Devops Exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
Stars: ✭ 20,905 (+40890.2%)
Mutual labels:  prometheus
Eventstore exporter
EventStoreDB (https://eventstore.com/eventstoredb/) metrics Prometheus exporter.
Stars: ✭ 36 (-29.41%)
Mutual labels:  prometheus
Grafana Prometheus Node Js Example
Step-by-step tutorial on creating beautiful dashboards for your Node JS application
Stars: ✭ 47 (-7.84%)
Mutual labels:  prometheus
Zookeeper exporter
Prometheus exporter for monitoring a ZooKeeper ensemble.
Stars: ✭ 32 (-37.25%)
Mutual labels:  prometheus
Iota Prom Exporter
Iota Exporter for Prometheus Metrics
Stars: ✭ 33 (-35.29%)
Mutual labels:  prometheus
Karma
Alert dashboard for Prometheus Alertmanager
Stars: ✭ 1,007 (+1874.51%)
Mutual labels:  prometheus
Go Grpc Prometheus
Prometheus monitoring for your gRPC Go servers.
Stars: ✭ 965 (+1792.16%)
Mutual labels:  prometheus
Kube Netc
A Kubernetes eBPF network monitor
Stars: ✭ 48 (-5.88%)
Mutual labels:  prometheus
Iperf3 exporter
Simple server that probes iPerf3 endpoints and exports results via HTTP for Prometheus consumption
Stars: ✭ 30 (-41.18%)
Mutual labels:  prometheus
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-23.53%)
Mutual labels:  prometheus
Phpfpm exporter
Prometheus exporter for PHP-FPM.
Stars: ✭ 51 (+0%)
Mutual labels:  prometheus
Atlas exporter
Metric exporter for RIPE Atlas measurement results
Stars: ✭ 48 (-5.88%)
Mutual labels:  prometheus
Giropops Monitoring
Full stack tools for monitoring containers and other stuff. ;)
Stars: ✭ 1,019 (+1898.04%)
Mutual labels:  prometheus

Hadoop Exporter for Prometheus

Exports hadoop metrics via HTTP for Prometheus consumption.

How to build

go get github.com/prometheus/client_golang/prometheus
go get github.com/prometheus/log
go build namenode_exporter.go
go build resourcemanager_exporter.go

Help on flags of namenode_exporter:

-namenode.jmx.url string
    Hadoop JMX URL. (default "http://localhost:50070/jmx")
-web.listen-address string
    Address on which to expose metrics and web interface. (default ":9070")
-web.telemetry-path string
    Path under which to expose metrics. (default "/metrics")

Help on flags of resourcemanager_exporter:

-resourcemanager.url string
    Hadoop ResourceManager URL. (default "http://localhost:8088")
-web.listen-address string
    Address on which to expose metrics and web interface. (default ":9088")
-web.telemetry-path string
    Path under which to expose metrics. (default "/metrics")

Tested on HDP2.3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].