alifiroozi80 / nodejs-prometheus

This is a Test Application for the CKA/Prometheus Repo.

Repository from Github https://github.comalifiroozi80/nodejs-prometheusRepository from Github https://github.comalifiroozi80/nodejs-prometheus

What is This?!

This is a Test Application for the CKA/Prometheus.

It is a straightforward NodeJS application that exposes metrics on the /metrics endpoint.


To run the NodeJS application:

  • Install the dependencies
    npm install 
  • Run the App
    node app/server.js

To build the project:

docker build -t repo-name/image-name:image-tag .
docker push repo-name/image-name:image-tag

About

This is a Test Application for the CKA/Prometheus Repo.

License:The Unlicense


Languages

Language:JavaScript 89.7%Language:Dockerfile 10.3%