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
Seems with 8.2108.0 they did some change on impstats module and this exporter isn't working properly anymore.
If i open the endpoint on Prometheus i only see this:
# HELP python_info Python platform information
# TYPE python_info gauge
python_info{implementation="CPython",major="2",minor="7",patchlevel="5",version="2.7.5"} 1.0
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.7169152e+08
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.7321984e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.6527942203e+09
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 2.37
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 7.0
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 16384.0
# HELP rsyslog_exporter_collecting_seconds Time spent on collecting metrics
# TYPE rsyslog_exporter_collecting_seconds summary
rsyslog_exporter_collecting_seconds_count 51.0
rsyslog_exporter_collecting_seconds_sum 0.00018858909606933594
# TYPE rsyslog_exporter_collecting_seconds_created gauge
rsyslog_exporter_collecting_seconds_created 1.652794221161721e+09
# HELP rsyslog_exporter_parsing_seconds Time spent on parsing input
# TYPE rsyslog_exporter_parsing_seconds summary
rsyslog_exporter_parsing_seconds_count 6348.0
rsyslog_exporter_parsing_seconds_sum 0.5183594226837158
# TYPE rsyslog_exporter_parsing_seconds_created gauge
rsyslog_exporter_parsing_seconds_created 1.652794221161695e+09
# HELP rsyslog_exporter_version Version of rsyslog_exporter running
# TYPE rsyslog_exporter_version gauge
rsyslog_exporter_version{version="1.0"} 1.0
# HELP rsyslog_exporter_up Is rsyslog_exporter up and connected?
# TYPE rsyslog_exporter_up gauge
rsyslog_exporter_up 1.0
# HELP rsyslog_exporter_last_stats_processed Amount of rsyslog stats processed last time
# TYPE rsyslog_exporter_last_stats_processed gauge
rsyslog_exporter_last_stats_processed 68.0
# HELP rsyslog_exporter_parser_failures_total Amount of rsyslog stats parsing failures
# TYPE rsyslog_exporter_parser_failures_total counter
rsyslog_exporter_parser_failures_total 0.0
# HELP rsyslog_exporter_last_export_timestamp Last metrics export timestamp
# TYPE rsyslog_exporter_last_export_timestamp gauge
rsyslog_exporter_last_export_timestamp 1.652795131903094e+09
Any idea on how to fix it?
The text was updated successfully, but these errors were encountered:
Hi,
Seems with 8.2108.0 they did some change on impstats module and this exporter isn't working properly anymore.
If i open the endpoint on Prometheus i only see this:
# HELP python_info Python platform information
# TYPE python_info gauge
python_info{implementation="CPython",major="2",minor="7",patchlevel="5",version="2.7.5"} 1.0
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.7169152e+08
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.7321984e+07
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.6527942203e+09
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 2.37
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 7.0
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 16384.0
# HELP rsyslog_exporter_collecting_seconds Time spent on collecting metrics
# TYPE rsyslog_exporter_collecting_seconds summary
rsyslog_exporter_collecting_seconds_count 51.0
rsyslog_exporter_collecting_seconds_sum 0.00018858909606933594
# TYPE rsyslog_exporter_collecting_seconds_created gauge
rsyslog_exporter_collecting_seconds_created 1.652794221161721e+09
# HELP rsyslog_exporter_parsing_seconds Time spent on parsing input
# TYPE rsyslog_exporter_parsing_seconds summary
rsyslog_exporter_parsing_seconds_count 6348.0
rsyslog_exporter_parsing_seconds_sum 0.5183594226837158
# TYPE rsyslog_exporter_parsing_seconds_created gauge
rsyslog_exporter_parsing_seconds_created 1.652794221161695e+09
# HELP rsyslog_exporter_version Version of rsyslog_exporter running
# TYPE rsyslog_exporter_version gauge
rsyslog_exporter_version{version="1.0"} 1.0
# HELP rsyslog_exporter_up Is rsyslog_exporter up and connected?
# TYPE rsyslog_exporter_up gauge
rsyslog_exporter_up 1.0
# HELP rsyslog_exporter_last_stats_processed Amount of rsyslog stats processed last time
# TYPE rsyslog_exporter_last_stats_processed gauge
rsyslog_exporter_last_stats_processed 68.0
# HELP rsyslog_exporter_parser_failures_total Amount of rsyslog stats parsing failures
# TYPE rsyslog_exporter_parser_failures_total counter
rsyslog_exporter_parser_failures_total 0.0
# HELP rsyslog_exporter_last_export_timestamp Last metrics export timestamp
# TYPE rsyslog_exporter_last_export_timestamp gauge
rsyslog_exporter_last_export_timestamp 1.652795131903094e+09
Any idea on how to fix it?
The text was updated successfully, but these errors were encountered: