Skip to content

Feature request - Replacement or alternative to jfrog_rt_service_message_total Prometheus metric #39

@VigneshC-Jfrog

Description

@VigneshC-Jfrog

Description:

jfrog_rt_service_message_total parameter generates a lot of unnecessary data that has to be stored in our metrics endpoints for no real gain when these lines are difficult to query and somewhat of an antipattern for time series metrics.

Expected solution:

We would propose a replacement or alternative that can be toggled to instead emit categories of log line (SECURITY, ACCESS, GARBAGE COLLECTION) and their severity level (INFO,DEBUG,WARNING etc.) where other methods are being used to obtain high cardinality log lines.

Possible workaround:

Disable the jfrog_rt_service_message_total parameter.

<metric>
     name jfrog_rt_service_message_total
     type counter
     desc artifactory service message
     <labels>
       host ${hostname}
       message ${message}
     </labels>
   </metric>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions