Skip to content

Commit

Permalink
feat: add prometheus modules
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Oct 31, 2023
1 parent c068fae commit 1dd885a
Show file tree
Hide file tree
Showing 14 changed files with 82,836 additions and 0 deletions.
19,961 changes: 19,961 additions & 0 deletions prometheus/README.md

Large diffs are not rendered by default.

19,954 changes: 19,954 additions & 0 deletions prometheus/docs/prometheus.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions prometheus/kcl.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "prometheus"
edition = "*"
version = "0.1.0"
description = "`prometheus` is the prometheus spec definition"

[dependencies]
k8s = "1.28"
9 changes: 9 additions & 0 deletions prometheus/kcl.mod.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[dependencies]
[dependencies.k8s]
name = "k8s"
full_name = "k8s_1.28"
version = "1.28"
sum = "aTxPUVZyr9MdiB3YdiY/8pCh9sC55yURnZdGlJsKG6Q="
reg = "ghcr.io"
repo = "kcl-lang/k8s"
oci_tag = "1.28"
7,187 changes: 7,187 additions & 0 deletions prometheus/monitoring_coreos_com_v1_alertmanager.k

Large diffs are not rendered by default.

775 changes: 775 additions & 0 deletions prometheus/monitoring_coreos_com_v1_pod_monitor.k

Large diffs are not rendered by default.

Loading

0 comments on commit 1dd885a

Please sign in to comment.