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
Describe the bug
Invalid characters gets added to the metric names [vm.memory.non-heap.usage.x100.window.5m & vm.memory.non-heap.used.window.15m]. Also fluentbit automatically adds a _sum to some of these metrics
Configure fluentbit to scrape and export the jenkins metrics Expected behavior
The output of fluent bit prometheus exporter and jenkins prometheus exporter should be the same
Your Environment
Version used: 3.2.4
Configuration:
service: | [SERVICE] Daemon Off Flush {{ .Values.flush }} Log_Level {{ .Values.logLevel }} Parsers_File /fluent-bit/etc/parsers.conf Parsers_File /fluent-bit/etc/conf/custom_parsers.conf HTTP_Server On HTTP_Listen 0.0.0.0 HTTP_Port {{ .Values.metricsPort }} Health_Check On## https://docs.fluentbit.io/manual/pipeline/inputsinputs: | [INPUT] name prometheus_scrape host cicd-apps-jenkins.jio-cloudxp-cicd port 8080 tag apps.jenkins.* metrics_path /jenkins/prometheus/ scrape_interval 10s## https://docs.fluentbit.io/manual/pipeline/outputsoutputs: | [OUTPUT] name prometheus_exporter match apps.jenkins.* host 0.0.0.0 port 9195
Environment name and version (e.g. Kubernetes? What version?): k3s v1.30.3+k3s1
Server type and version: Linux 5.15.0-124-generic
Operating System and version: Ubuntu 22.04.5 LTS
Filters and plugins: None
Additional context
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the bug
Invalid characters gets added to the metric names [vm.memory.non-heap.usage.x100.window.5m & vm.memory.non-heap.used.window.15m]. Also fluentbit automatically adds a _sum to some of these metrics
metrics from fluentbit
Addition of _sum
metrics from jenkins Prometheus
Expected behavior
The output of fluent bit prometheus exporter and jenkins prometheus exporter should be the same
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: