Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder rsyslog-solaris10-i386 Build #2044

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revisiona6aaa52869ff0f6ccb0cdbc1c47215230256b49d
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-rsyslog-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git updating ( 1 mins, 3 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave
buildername rsyslog-solaris10-i386 Builder
buildnumber 2044 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision a6aaa52869ff0f6ccb0cdbc1c47215230256b49d Build
scheduler schedule-rsyslog-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Rainer Gerhards

Timing:

StartTue Jul 15 14:12:24 2025
EndTue Jul 15 14:13:27 2025
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #239812

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 15 Jul 2025 12:29:06
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 63c7e7d67d11499fc43db4cff7601c36b3fc4178

    Comments

    impstats: add support for Prometheus metrics output format
    This commit extends the impstats input module to support a new
    "prometheus" format for exporting statistics. The output is
    generated via statsobj.c, which already provides Prometheus-
    compatible formatting.
    
    To enable this, a new "format" config option value ("prometheus")
    was added and recognized by impstats.c. When selected, impstats
    invokes the appropriate statsobj function to generate output in
    Prometheus exposition format.
    
    The default behavior remains unchanged. Existing formats such as
    "json" and "legacy" are not modified.
    
    A new test has been added under tests/ to validate correct
    Prometheus output generation. The test verifies that the format
    header and at least one representative metric line conform to the
    Prometheus text format specification.
    
    This enhancement enables rsyslog to integrate more easily with
    Prometheus-based monitoring stacks and paves the way for native
    metrics scraping without external translation layers.

    Changed files

    • plugins/impstats/impstats.c
    • tests/Makefile.am
    • tests/stats-prometheus.sh
  2. Change #239813

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 15 Jul 2025 14:02:52
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision fbbd523a72736af884d584bc7693e53351d84e0e

    Comments

    Merge pull request #5782 from rgerhards/impstats-prometheus
    impstats: add support for Prometheus metrics output format

    Changed files

    • no files
  3. Change #239814

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 15 Jul 2025 14:05:45
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision a6aaa52869ff0f6ccb0cdbc1c47215230256b49d

    Comments

    maintain ChangeLog

    Changed files

    • ChangeLog