Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1340 better metric support #1343

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2023

  1. use enums instead of raw values

    Jens Elkner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c52efc1 View commit details
    Browse the repository at this point in the history
  2. libprom support

    use https://github.com/jelmd/libprom instead of the bugyy
    digitalocean/prometheus-client-c including its compact feature.
    Jens Elkner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fe5477f View commit details
    Browse the repository at this point in the history
  3. life metrics with libprom

    Jens Elkner committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4cd10e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    121b319 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Adjust GHA to use libprom

    Jens Elkner committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3584653 View commit details
    Browse the repository at this point in the history
  2. add missing TURN_NO_PROMETHEUS guards

    Jens Elkner committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9969511 View commit details
    Browse the repository at this point in the history
  3. fix typo for !TURN_NO_HIREDIS

    Jens Elkner committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5ad19b5 View commit details
    Browse the repository at this point in the history
  4. docker stuff should use libprom, too.

    Jens Elkner committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    0d9a79c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    0711a35 View commit details
    Browse the repository at this point in the history
  2. fix clang-format usage =8-( and make it happy

    Jens Elkner committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    40ac7c0 View commit details
    Browse the repository at this point in the history
  3. GHA: ditch the s390x bloat - never succeeds

    Actually the s390x bloat never succeed and prevents a priori
    all PRs from being accepted. Never heard, that anybody is
    running coturn on a non-{Linux,Solaris,BSD} platform.
    Having tests for all possible OS/arches is one thing, actually
    testing against all is a completely different thing - not a
    green at all and wastes a lot of resources. So IMHO the test
    matrix should be revised to reflect, what is really needed.
    Jens Elkner committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6980c5b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. fix missing unit in comment

    Jens Elkner committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ed41ff2 View commit details
    Browse the repository at this point in the history