jfrog / log-analytics-prometheus

JFrog Prometheus Log Analytics Integration
Apache License 2.0
27 stars 33 forks source link

jfrt_http_connections_* metrics no longer collected by sidecar #49

Open jcocozzi opened 1 year ago

jcocozzi commented 1 year ago

Hello,

On the open metrics artifactory page (https://www.jfrog.com/confluence/display/JFROG/Open+Metrics), the following metrics are defined:

jfrt_http_connections_available_total | Total number of available outbound HTTP connections jfrt_http_connections_leased_total | Total number of available leased HTTP connections jfrt_http_connections_pending_total | Total number of available pending HTTP connections jfrt_http_connections_max_total | Total number of maximum HTTP connections

It appears that the sidecar no longer gathers this data. Is there a reason for this?

Thanks