Giter VIP home page Giter VIP logo

nifi-exporter's Introduction

NiFi Exporter

Prometheus exporter for Nifi metrics written in python
Data is scraped by prometheus.

Installation

Docker

Run the following to build the image using docker

  docker build -t nifi_monitor .

Run the following to run the exporter

  docker run --rm --name nifi_monitor -p 9092:5000 -e BASE_URL=[HOST:PORT] nifi_monitor

As alternative, run the following to build the image using Docker-compose

  docker-compose up -d --build

Configuration

nifi_exporter uses environment variables for configuration. Settings:

Environment variable default description
BASE_URL None Use the following format https:// :
USERNAME None Please make sure you have the relevant policies
PASSWORD None

Metrics

All metrics are prefixed with "nifi_".

Nodes

metric description
nifi_nodes_status General status per node
nifi_node_activeThreadCount Active Thread Count
nifi_node_queuedItems Each node queued items

Cluster

metric description
nifi_cluster_activeThreadCount
nifi_cluster_terminatedThreadCount
nifi_cluster_flowFilesQueued
nifi_cluster_bytesQueued
nifi_cluster_runningCount
nifi_cluster_stoppedCount
nifi_cluster_invalidCount

Processor

metric description
nifi_amount_items_queued Count the number of queued files per PG

Grafana Dashboard

Grafana Dashboard ID: 11387, name: NiFi Monitoring.
For details of the dashboard please see NiFi Monitoring.

nifi-exporter's People

Contributors

mormor83 avatar adrz1 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.