about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/prometheus/default.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-14nixos/prometheus: use ports typeSandro Jäckel1-12/+12
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-62/+62
2023-12-13Merge pull request #253184 from tilpner/prometheus-headersJanne Heß1-0/+8
2023-12-05nixos/prometheus: add enableAgentMode optionVictor Hugo Aguiar Pacce1-6/+13
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-10-14nixos/prometheus: fix cross-compilationAlexandre Iooss1-1/+1
2023-09-03nixos/prometheus: add remote{Read, Write}.headers optionstilpner1-0/+8
2023-05-19nixos: fix typosfigsoda1-1/+1
2023-03-14Merge pull request #220461 from SuperSandro2000/prometheusFranz Pletz1-1/+1
2023-03-10prometheus: split doc and cli into extra outputsSandro Jäckel1-1/+1
2023-03-10Merge pull request #205060 from jslight90/patch-8Sandro1-1/+1
2022-12-15prometheus: Adds an option for web.config.file which can specity settings inc...Shawn89011-1/+11
2022-12-15prometheus: Use yaml format generator instaed json for prometheus.ymlShawn89011-4/+2
2022-12-07nixos/prometheus: Add new relabel_configs actionsJeff Slight1-1/+1
2022-11-10treewide: use `mkEnableOption` in nixos modulesDaniel Nagy1-7/+1
2022-11-08nixos/prometheus: fix startup w/hardened serviceMaximilian Bosch1-1/+1
2022-11-07Merge pull request #162784 from amarshall/prom-svc-hardenMaximilian Bosch1-0/+27
2022-08-27nixos/prometheus: convert option descriptions to MDpennae1-50/+50
2022-08-27nixos/prometheus: turn markdown in docbookpennae1-20/+20
2022-08-19nixos/*: automatically convert option docspennae1-5/+5
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae1-3/+3
2022-08-19nixos/* eliminate inner whitespace in tags that was missed earlierpennae1-2/+1
2022-08-03nixos/*: normalize link formatpennae1-9/+6
2022-07-30treewide: automatically md-convert option descriptionspennae1-58/+58
2022-07-29nixos/prometheus: Harden systemd serviceAndrew Marshall1-0/+27
2022-05-17nixos/prometheus: enable checking syntax onlyCole Helbling1-8/+15
2022-04-18nixos/prometheus: use pkgs.formats.json.generate to write config fileShawn89011-7/+2
2022-04-11nixos/prometheus: Remove upstream-deprecated alertManagerTimeoutAndrew Marshall1-9/+2
2022-01-08nixos/prometheus: fix usage of bearer_tokenSandro Jäckel1-2/+2
2022-01-03prometheus: add authorization sectionJörg Thalheim1-0/+7
2021-11-07nixos/prometheus: throw a helpful error when services.prometheus.environmentF...Bas van Dijk1-0/+2
2021-11-07nixos/prometheus: remove services.prometheus.environmentFileBas van Dijk1-82/+9
2021-11-05nixos/prometheus: add remaining service discovery optionsYannik Rödel1-8/+484
2021-11-04nixos/prometheus: add service discovery optionsYannik Rödel1-266/+599
2021-11-04nixos/prometheus: add new configuration optionsYannik Rödel1-36/+85
2021-11-04module/prometheus: optionally support reloading on config changesBas van Dijk1-3/+94
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-2/+2
2021-08-15treewide: runCommandNoCCLocal -> runCommandLocalRobert Hensing1-2/+2
2021-07-10nixos/prometheus: add password_file option to scrapeConfig's basic_auth (#123...n0emis1-7/+5
2021-06-21nixos/prometheus: allow state access for service onlyKonrad Borowski1-0/+1
2021-05-13nixos/prometheus: Add support for metric relabelingJanne Heß1-0/+4
2021-05-05nixos/treewide: Remove usages of deprecated types.stringSilvan Mosberger1-2/+2
2021-02-26Merge pull request #86239 from tathougies/patch-2Matthew Bauer1-1/+1
2021-01-10nixos/prometheus: remove unnecessary whitespacePhillip Cloud1-1/+1
2021-01-10nixos/prometheus: improve the tag_separator descriptionPhillip Cloud1-1/+5
2021-01-10nixos/prometheus: use types.port for metrics port typePhillip Cloud1-1/+1
2021-01-10nixos/prometheus: add cloud to refresh_interval descriptionPhillip Cloud1-1/+1
2021-01-10nixos/prometheus: add gce_sd_configs scrapeConfig optionPhillip Cloud1-0/+50
2021-01-03nixos/prometheus: update relabel_action listPhillip Cloud1-2/+2
2021-01-01nixos/prometheus: fix remote_{read,write} options0x4A6F1-34/+65