Giter Site home page Giter Site logo

metrics-exporter's Introduction

Metrics Exporter

Collect and push various metrics for sqlalarm

Metrics Exporter is for various metrics such as node metrics, JVM metrics, etc, written in scala with pluggable metric collectors.

Extended Support

You can customize the implementation of various metrics-exporter, only need to implement the trait Exporter:

trait Exporter extends TimingJob {

  def collect() : Metrics

}

Scheduling Support

The system will automatically schedule your exporter based on your configuration, for example:

quartz-job:
  - name:  NodeExporter
    class: tech.sqlclub.metrics.exporter.node.NodeExporter
    cron: 0/10 * * * * ?
  ...

The above example will create a scheduled job which collecting machine metrics every 10s.

About

This is an active open-source project. We are always open to people who want to use the system or contribute to it. Welcome everyone to pay attention and commit contributions.

metrics-exporter's People

Contributors

bebee4java avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.