@axah/prometheus

Prometheus client utils for microservices at AXA Healthcare switzerland.

Usage no npm install needed!

<script type="module">
  import axahPrometheus from 'https://cdn.skypack.dev/@axah/prometheus';
</script>

README

@axah/prometheus

Prometheus client utils for microservices at AXA Healthcare switzerland.

Installing a release

Install @axah/prometheus using the following command:

yarn add @axah/prometheus

Creating a release

Create a release on github and name the tag in the format vMAJOR.MINOR.PATCH and the github action in .github/workflows/publish.yml will take care of publishing the package to npm.

Note: As this technique currently updates the npm dist-tag latest to whatever release you create you should either not use this technique to cut a prerelease (i.e. using pattern vMAJOR.MINOR.PATCH-PRERELEASE.NUMBER) or a patch/minor version of an old major/minor OR fix the npm dist-tag afterwards using npm dist-tag @axah/mongo@<latest version> latest