/crate-prometheus-test

Testing set for CrateDB prometheus integration

Primary LanguageDockerfile

Test CrateDB prometheus adapter

Testing set for CrateDB prometheus integration. This docker-compose file will spin off all the components needed to test the correct functionality of the prometheus adapter.

Components

There are 4 componets in the docker-compose:

  • crate: is the cratedb instance
  • crate-add-table: creates the table needed to store the information sent from prometheus
  • crate-prometheus-adapter: the crate-adapter for Prometheus configured to push the data to the crate instance defined in the compose file
  • my-prometheus: a prometheus instance, simply configured following Getting Started tutorial. It also include the configuration needed for the crate-adapter for Prometheus

How to run

docker-compose up