Git Product home page Git Product logo

prometheus-mongodb-adapter's Introduction

prometheus-mongodb-adapter: Prometheus remote storage adapter implementation for MongoDB

Now under development

Features & TODO

  • Prometheus remote storage adapter implementation for MongoDB
  • Long-Term Storage
  • Prometheus 1.8 support
  • Prometheus 2.1 support
  • MongoDB 3.0 support
  • MongoDB 3.2 support
  • MongoDB 3.4 support
  • MongoDB 3.6 support
  • MongoDB 3.7 support
  • Secure MongoDB support (tls connection)
  • Azure CosmosDB MongoDB API support
  • Unit test
  • Add Index

Getting Started

Docker

docker run -it \
    --name prometheus-mongodb-adapter \
    -p 8080:8080 \
    sasuraiossan/prometheus-mongodb-adapter

go get

# TODO

Configuration

$ prometheus-mongodb-adapter --help                                                  
NAME:
   prometheus-mongodb-adapter

OPTIONS:
   --mongo-url value, -m value   (default: "mongodb://localhost:27017/prometheus") [$MONGO_URL]
   --database value, -d value    (default: "prometheus") [$DATABASE_NAME]
   --collection value, -c value  (default: "prometheus") [$COLLECTION_NAME]
   --address value, -a value     (default: "0.0.0.0:8080") [$LISTEN_ADDRESS]
   --help, -h                    show help
   --version, -v                 print the version

If database name is included in mongo-url, databse argument is ignored.

License

MIT License

prometheus-mongodb-adapter's People

Contributors

aazw avatar

Watchers

 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.