You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks like a way to do k8s service discovery of prometheus endpoints?
We have most of this type of discovery in the prometheus input, and currently we support looking up annotated pods or via Kubernetes DNS A record discovery using the monitor_kubernetes_pods and kubernetes_services options respectively.
This looks like a way to do k8s service discovery of prometheus endpoints?
No, the architecture is several services, endpoints, ingresses for some apps, also Prometheus and its collectd exporter, and Telegraf running in K8s. We want to use Telegraf collect those K8s service, endpoint, ingress data into Prometheus collectd exporter.
This means: Telegraf output plugin is Prometheus collectd exporter that we already self implemented.
We are looking for Telegraf input plugin that can collect K8s services, endpoints, ingresses without using Prometheus service discovery feature.
Feature Request
I want to ask whether scraping K8s service, endpoints, and ingress feature exists?
Or someone is doing this?
Proposal:
Scrape K8s service, endpoints, ingress.
Current behavior:
For scraping node and pod stuff, kubernetes input plugin has already existed.
For scraping daemonset, deployment, and pvc stuff, kube_inventory input plugin has already existed.
Desired behavior:
But for service, endpoints, and ingress, does it exist? or does anyone mean to do?
Use case:
Get endpoint data like:
Get service data like:
Get ingress data like:
The text was updated successfully, but these errors were encountered: