GitXplorerGitXplorer
m

customresourcestate-configs

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a58e141d4bcdea957ff4685dd77d7966ed4d2803

opa-gatekeeper: Add enforcementAction label to total violations

mmrueg committed a year ago
Unverified
c9004cace486a0a88aebe988f7ea32d785f0bf42

Add links to services supported

mmrueg committed 2 years ago
Unverified
294f627d7794638702438af9edc325bc7e5778de

Initial set of configs

mmrueg committed 2 years ago
Verified
3a78960fc4fec5bf8939dd339328b8ee9ba30b7a

Initial commit

mmrueg committed 2 years ago

README

The README file for this repository.

customresourcestate-configs

Custom resource state configurations for kube-state-metrics

OpenPolicyAgent Gatekeeper

Gatekeeper

Generates metric series based on the status of constraint objects exposing the following information:

  • kube_customresource_gatekeeper_violations_total

Number of total violations against a constraint

  • kube_customresource_gatekeeper_violation_info

Info about individual violation per constraint

Cert-Manager

Cert-Manager

Generates metric series per Certificate:

  • kube_customresource_certificate_valid_not_before

Before this timestamp the certificate is not valid.

  • kube_customresource_certificate_valid_not_after

After this timestamp the certificate is not valid anymore.

  • kube_customresource_certificate_transition_info

Generates one metric series per Issuer:

  • kube_customresource_issuer_transition_info

Shows transition state of the Issuer object