1
0
Fork 0
mirror of https://github.com/monitoring-mixins/website.git synced 2024-12-14 11:37:31 +00:00
Prometheus monitoring mixins
Find a file
Vitaly Zhuravlev 5e0134c2e7 update jsonnet tools
As some mixins require jsonnet 0.20.0 function like std.objectKeysValues(o)
2024-11-08 15:32:05 +00:00
.github/workflows *: bump tooling 2022-05-02 10:58:34 +02:00
assets assets,site/content: daily assets regeneration 2024-11-08 03:31:32 +00:00
hack update jsonnet tools 2024-11-08 15:32:05 +00:00
site Fix scroll by updating theme to the latest commit 2024-11-08 13:57:34 +00:00
.gitignore move site from https://github.com/cloudalchemy/mixins to final destination 2020-06-09 07:58:27 +02:00
.gitmodules move site from https://github.com/cloudalchemy/mixins to final destination 2020-06-09 07:58:27 +02:00
LICENSE move site from https://github.com/cloudalchemy/mixins to final destination 2020-06-09 07:58:27 +02:00
Makefile build: Add -e flag for go list 2023-11-06 18:51:53 +01:00
mixins.json feat: Add additional mixins 2024-10-31 20:33:07 +01:00
netlify.toml move site from https://github.com/cloudalchemy/mixins to final destination 2020-06-09 07:58:27 +02:00
README.md changed mixins.yaml to mixins.json; added command to copy mixins.json to hugo 2020-10-22 09:22:03 -04:00

Monitoring Mixins site

Adding new mixin

  1. Install required software
  2. Add new mixin to mixins.json file
  3. Run make

Requirements

  • jq
  • make
  • git
  • golang