Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erisata/exometer_core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Feuerlabs/exometer_core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 29, 2024

  1. exometer_report: Fix static subscriber spec with Extra param

    As per documentation in [1], it is possible to pass an Extra param:
    "{select, {MatchPattern, DataPoint, Interval [, Retry [, Extra] ]}}"
    Example:
    """
    {select, {[{ {['_' | '_'],'_','_'}, [], ['$_']}],
              exometer_report_statsd,
              value,
              1000,
    	  true,
              [{report_type, counter}]
    	 }
    }
    """
    
    Without this patch, exometer_report.erl was failing with log warning
    "Incorrect static subscriber spec".
    
    [1] https://github.com/Feuerlabs/exometer_core/tree/master#configuring-static-subscriptions
    pespin committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f9c7abc View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge pull request Feuerlabs#148 from osmocom/osmocom/fix-select

    exometer_report: Fix static subscriber spec with Extra param
    uwiger authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d1d8b08 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Remove legacy macros, hut

    uwiger committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    0706295 View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    uwiger authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    c4bd9a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Merge pull request Feuerlabs#149 from Feuerlabs/uw-remove-legacy

    Remove legacy macros, hut
    uwiger authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    fc744c4 View commit details
    Browse the repository at this point in the history
Loading