•  
      request #39705 Complement Prometheus Metrics
    Infos
    #39705
    Martin GOYOT (goyotm)
    2024-09-25 09:42
    2024-09-24 16:32
    41332
    Details
    Complement Prometheus Metrics

    The frontpage of Tuleap is showing a lot of different metrics. Could it be possible to add those to Prometheus & Grafana ?

    For instance:

    • nb projects / delta with previous month
    • nb users/ delta with previous month
    • nb artifacts
    • git push
    • kanban cards
    • tests executions
    • User specific metrics (its pushs / submissions /....)
    Empty
    Empty
    Empty
    • [x] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    New
    Empty
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar

    nb projects

    The metric is already exposed: tuleap_projects_total

    delta with previous month

    This should not be a metric but something that can be computed by grafana depending on the timeframe that is selected.

    nb users/ delta with previous month

    The metric is already exposed tuleap_users_total

    nb artifacts

    The metric is already exposed tuleap_tracker_artifacts_count

    git push kanban cards tests executions

    Agree. Metrics doesn't exist yet and could be added

    User specific metrics (its pushs / submissions /....)

    It cannot be exposed to prometheus level. This would generate way to much data to the timeserie database.