https://github.com/croz-ltd/external-service-monitor
A Helm Chart that configures ServiceMonitor to bring metrics from a service outside of a K8s/OpenShift cluster
https://github.com/croz-ltd/external-service-monitor
Last synced: 7 months ago
JSON representation
A Helm Chart that configures ServiceMonitor to bring metrics from a service outside of a K8s/OpenShift cluster
- Host: GitHub
- URL: https://github.com/croz-ltd/external-service-monitor
- Owner: croz-ltd
- License: apache-2.0
- Created: 2024-05-24T13:51:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T08:27:07.000Z (over 1 year ago)
- Last Synced: 2025-01-22T16:46:23.129Z (9 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# external-service-monitor
A Helm Chart that configures ServiceMonitor to bring metrics from a service outside of a K8s/OpenShift clusterTable of available parameters:
| Parameter | Description | Default Value |
|------------------------------------|-----------------------------------------------------------------------------------------------------------|-----------------------|
| `targetService.ip` | The IP address of the target service | `11.11.11.2` |
| `targetService.hostname` | The hostname of the target service | `target.service.com` |
| `targetService.port` | The port number to connect to the target service | `443` |
| `targetService.scheme` | The scheme to use for connecting to the target service (e.g., http, https) | `https` |
| `targetService.insecureSkipVerify` | A boolean flag indicating whether to skip verification of the server's certificate (insecure connections) | `false` |
| `scrape[0].interval` | The interval at which Prometheus will scrape metrics from the target service | `13s` |
| `scrape[0].path` | The path on the target service where Prometheus can scrape metrics | `/metrics` |