stardog-union / helm-charts

Stardog Helm Charts
Apache License 2.0
9 stars 12 forks source link

Metrics Monitoring for Prometheus Operator and Rancher catalog #78

Closed gregoryg closed 1 year ago

gregoryg commented 2 years ago

This PR adds Helm chart parameters to easily allow inclusion of metrics collection for Prometheus.

If set, the new values metrics.enabled and metrics.serviceMonitor.enabled will result in a sidecar container added to the Stardog DB statefulset pods. This sidecar will scrape Stardog metrics and present them via a ServiceMonitor to be used by Prometheus.

The questions.yaml file is used by Rancher Catalog, one common method used to deploy the Prometheus Operator in enterprise environments.

The Stardog logo was pulled into this project as part of the Helm chart in order to work with Rancher catalog as well as OpenShift and any airgapped environments.

gregoryg commented 2 years ago

@igable @scardena Would you please review this PR? I can't tag you in properly as reviewers for some reason - please let me know if I can provide any background!

paulplace commented 1 year ago

@gregoryg Clark has fixed the CircleCI tests for this repo, so rebasing your branch for this PR probably makes sense now.

gregoryg commented 1 year ago

retracting this PR due to references to Rancher