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: Feuerlabs/exometer_core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: uw-partial-doc-cleanup
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.
  • 9 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 17, 2024

  1. Merge pull request #145 from Feuerlabs/uw-partial-doc-cleanup

    Some doc cleanup to cater to ex_doc
    uwiger authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    0c21b16 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Metric names might be tuples, they have to be escaped in match specs.

    Signed-off-by: Karolis Petrauskas <[email protected]>
    kape1395 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    701eeb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ac740 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #146 from erisata/fix_name_tuples

    Metric names might be tuples, they have to be escaped in match specs.
    uwiger authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f65ec52 View commit details
    Browse the repository at this point in the history

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 #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 #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