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

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

Open
VigneshC-Jfrog opened this issue Jun 13, 2022 · 0 comments

Comments

@VigneshC-Jfrog
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant