-
Notifications
You must be signed in to change notification settings - Fork 37
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
open_metrics not in telemetry path although seen scraped in logs #116
Comments
Tagging @davidshadix as it looks like you created the PR and may have a suggestion. |
Hmm not sure. I will try to take a look soon. In the meantime, can you share your config yaml file? |
Looks like the script is failing to parse the jfrog open metrics now. I'm not 100% but I think the open metrics format changed but not sure what downstream issues that has caused. I may need to revaluate how I'm parsing the metrics. |
Thanks for taking a look. Sounds like you don't need my config yaml any longer, but if you do, let me know. |
I am facing issue related to this. I installed it using helm charts. My values.yaml has 'open_metrics' like this- |
@JyotsnaSharma21 - This sounds like you are not running with the canary version of the exporter. If you are deploying using the helm chart you will want to set the tag to canary rather than v1.13.2. image: The open_metrics functionality is not yet in a release. |
Thanks @jcocozzi |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
@JyotsnaSharma21 - This is the reason I opened the ticket. The new metrics are not functioning. @davidshadix - Any chance you are going to find the time to fix this? If not, I will try and find some time. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
I just gave also can you check all the logs for errors? judging from
|
Adding to this thread as I'm having the exact same issue as this one - @jcocozzi did you find any solution to this? The service logs logs shows the metrics being scraped but the are unavailable to our prometheus instance. I'm using exporter v1.14.0.
However, when I curl the ≤scrape_port>/metrics endpoint These don't appear:
These do come up in the docker logs container logs too:
Our setup is slightly different though - We don't use k8s - we run Artifactory EnterpriseX v7.71.11 self-hosted in a highly available configuration on 3 AWS EC2 nodes. We pull the upstream docker image directly from a proxied remote artifactory repo and specify the environment variables in a Our service file looks like this:
|
Hey @peimanja is there chance you have any suspicion what could be causing this issue? I've noticed that we have this log line when
|
@ltang-wise that just shows there was an issue with the scrape. you nee to check the logs on the exporter. I suggest you enable the debug log on the exporter and run the curl again and see the logs of the exporter. |
Hi @peimanja ! After some debugging with @ltang-wise I thought I'd summarise our findings. The reason we didn't see anything in the logs was that the scraper silently fails in case of an error - in our case here: https://github.com/peimanja/artifactory_exporter/blob/master/collector/collector.go#L173-L178. I wrote "silently" because the collector does not log when it hits an error here: https://github.com/peimanja/artifactory_exporter/blob/master/collector/openMetrics.go#L28-L30. So our symptom was that we saw that the openMetrics string was logged (https://github.com/peimanja/artifactory_exporter/blob/master/collector/openMetrics.go#L19-L22) but nothing happened after that. Adding some more debug logs in the error clause revealed an error which made us realise that the collectors after optionalMetrics (e.g. the system metrics https://github.com/peimanja/artifactory_exporter/blob/master/collector/collector.go#L181) did not even get scraped. The error we got was:
which made us also realise that we hit the same issue that we've hit before with our own in-house custom Artifactory exporter we were about to replace with this one. The issue we hit is basically that the Artifactory openMetrics endpoint returns metrics with the same name, but with different labels, and Prometheus does not like this for some reason. (Maybe the
At this point we're struggling to figure out whether it's our Artifactory configuaration that is bad, or is it Artifactory's openMetrics endpoint/response that is not okay, or if we're not handling Prometheus gauges properly. If you have any insights about this problem, any input would be appreciated. At this point the only "fix" within this exporter I could contribute with is just a few more lines of debug logs. I'm not sure what to do with the duplication. If there is an open issue about this already that I missed, please let me know and I'll link it properly. Thank you! |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Hey ! |
Unfortunately I have had the time to revisit this with the latest version of Artifactory and latest version of the exporter to see if it is indeed still an issue for me. Hopefully I get a chance to revisit this soon. Apologies for not following up. |
Hello! confirm that the problem is relevant on the version artifactory:v7.84.14 and exporter:v1.14.0 |
Same problem - artifactory:v7.90.7 |
Overview of the Issue
Scrapes of open_metrics are not seen on telemetry_path when running canary with open_metrics supplied as an optional metric.
Reproduction Steps
Configure artifactory exporter with optional metric set to open_metrics, debug logging, and deploy to k8s cluster.
Verify open metrics are getting scraped in the pod log. With debug logging you will see the log entry
level=debug ts=2023-11-01T14:56:09.610Z caller=openmetrics.go:26 msg="OpenMetrics from Artifactory"
followed by all the open_metrics.Set up port forwarding on prometheus scrape port.
Curl for http://localhost:<scrape_port>/metrics.
Various default metrics will be seen, but no open_metrics.
Operating system and Environment details
Canary version deployed on k8s cluster using helm chart found here: https://github.com/peimanja/helm-charts/tree/main/charts/prometheus-artifactory-exporter
Logs
FROM POD LOG:
level=debug ts=2023-11-01T14:56:09.610Z caller=openmetrics.go:26 msg="OpenMetrics from Artifactory" body="# HELP jfsh_binaries_download_total Counts the total binaries download\n# UPDATED jfsh_binaries_download_total 1698850564126\n# TYPE jfsh_binaries_download_total counter\njfsh_binaries_download_total{id="cache-fs",name="cache_fs"} 10592 1698850569605\n# HELP jfsh_binaries_not_found_total Counts the total request not found\n# UPDATED jfsh_binaries_not_found_total 1698850564126\n# TYPE jfsh_binaries_not_found_total counter\njfsh_binaries_not_found_total{id="cache-fs",name="cache_fs"} 2698 1698850569605\n# HELP jfsh_cache_evicted_bytes Counts the amount of cleared bytes from cache-fs\n# UPDATED jfsh_cache_evicted_bytes 1698850564126\n# TYPE jfsh_cache_evicted_bytes gauge\njfsh_cache_evicted_bytes{id="cache-fs",name="cache_fs"} 0 1698850569605\n# HELP jfsh_storage_size_bytes Size (bytes) in storage\n# UPDATED jfsh_storage_size_bytes 1698850564126\n# TYPE jfsh_storage_size_bytes gauge\njfsh_storage_size_bytes{id="cache-fs",name="cache_fs"} 6113447163 1698850569605\n# HELP jfsh_binaries_count_total Number of binaries in storage\n# UPDATED jfsh_binaries_count_total 1698850564126\n# TYPE jfsh_binaries_count_total gauge\njfsh_binaries_count_total{id="cache-fs",name="cache_fs"} 2711 1698850569605\n# HELP jfsh_binaries_download_total Counts the total binaries download\n# UPDATED jfsh_binaries_download_total 1698850564126\n# TYPE jfsh_binaries_download_total counter\njfsh_binaries_download_total{id="s3-storage-v3",name="s3_storage_v3"} 2583 1698850569605\n# HELP jfsh_binaries_upload_total Counts binaries uploads\n# UPDATED jfsh_binaries_upload_total 1698850564126\n# TYPE jfsh_binaries_upload_total counter\njfsh_binaries_upload_total{id="s3-storage-v3",name="s3_storage_v3"} 2066 1698850569605\n# HELP jfsh_signed_url_redirect_total Counts how many times signed url was generated\n# UPDATED jfsh_signed_url_redirect_total 1698850564126\n# TYPE jfsh_signed_url_redirect_total counter\njfsh_signed_url_redirect_total{id="s3-storage-v3",name="s3_storage_v3"} 0 1698850569605\n# HELP jfrt_db_connections_active_total Total Active Connections\n# UPDATED jfrt_db_connections_active_total 1698850564126\n# TYPE jfrt_db_connections_active_total gauge\njfrt_db_connections_active_total 0 1698850569605\n# HELP jfrt_db_connections_idle_total Total Idle Connections\n# UPDATED jfrt_db_connections_idle_total 1698850564126\n# TYPE jfrt_db_connections_idle_total gauge\njfrt_db_connections_idle_total 2 1698850569605\n# HELP jfrt_db_connections_max_active_total Total Max Active Connections\n# UPDATED jfrt_db_connections_max_active_total 1698850564126\n# TYPE jfrt_db_connections_max_active_total gauge\njfrt_db_connections_max_active_total 300 1698850569605\n# HELP jfrt_db_connections_min_idle_total Total Min Idle Connections\n# UPDATED jfrt_db_connections_min_idle_total 1698850564126\n# TYPE jfrt_db_connections_min_idle_total gauge\njfrt_db_connections_min_idle_total 1 1698850569605\n# HELP app_disk_used_bytes Used bytes for app home directory disk device\n# UPDATED app_disk_used_bytes 1698850569605\n# TYPE app_disk_used_bytes gauge\napp_disk_used_bytes 79492304896 1698850569605\n# HELP app_disk_free_bytes Free bytes for app home directory disk device\n# UPDATED app_disk_free_bytes 1698850569605\n# TYPE app_disk_free_bytes gauge\napp_disk_free_bytes 130749255680 1698850569605\n# HELP adoption_artifactory_authentication_count Authentication\n# UPDATED adoption_artifactory_authentication_count 1698850569605\n# TYPE adoption_artifactory_authentication_count counter\nadoption_artifactory_authentication_count{action="login",apiKey="false",domain="adoption",realm="internal",token="true"} 33 1698850569605\n# HELP adoption_artifactory_authentication_count Authentication\n# UPDATED adoption_artifactory_authentication_count 1698850569605\n# TYPE adoption_artifactory_authentication_count counter\nadoption_artifactory_authentication_count{action="login",apiKey="true",domain="adoption",realm="oauth",token="false"} 1 1698850569605\n# HELP adoption_artifactory_authentication_count Authentication\n# UPDATED adoption_artifactory_authentication_count 1698850569605\n# TYPE adoption_artifactory_authentication_count counter\nadoption_artifactory_authentication_count{action="login",apiKey="false",domain="adoption",realm="oauth",token="true"} 8779 1698850569605\n# HELP jfsh_thread_pool_thread_pool_active_count_total Number of threads that are actively executing tasks\n# UPDATED jfsh_thread_pool_thread_pool_active_count_total 1698850564126\n# TYPE jfsh_thread_pool_thread_pool_active_count_total gauge\njfsh_thread_pool_thread_pool_active_count_total{maxPoolSize="3.0",mergedPools="0",name="binary-store-gc"} 0.0 1698850569605\n# HELP jfsh_thread_pool_thread_pool_pending_tasks_total Number of tasks pending execution\n# UPDATED jfsh_thread_pool_thread_pool_pending_tasks_total 1698850564126\n# TYPE jfsh_thread_pool_thread_pool_pending_tasks_total gauge\njfsh_thread_pool_thread_pool_pending_tasks_total{maxPoolSize="3.0",mergedPools="0",name="binary-store-gc"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: percentile 50%\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: percentile 75%\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: percentile 95%\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: percentile 99%\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: standard deviation\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: percentile 50%\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: percentile 75%\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: percentile 95%\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: percentile 99%\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: standard deviation\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: percentile 50%\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: percentile 75%\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: percentile 95%\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: percentile 99%\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: standard deviation\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: percentile 50%\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: percentile 75%\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: percentile 95%\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: percentile 99%\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: standard deviation\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: percentile 50%\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: percentile 75%\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: percentile 95%\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: percentile 99%\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: standard deviation\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: percentile 50%\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: percentile 75%\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: percentile 95%\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: percentile 99%\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: standard deviation\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: percentile 50%\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: percentile 75%\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: percentile 95%\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: percentile 99%\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: standard deviation\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_creation_methods_total RB V2 creation methods\n# UPDATED jfbh_rbv2_creation_methods_total 1698850564127\n# TYPE jfbh_rbv2_creation_methods_total counter\njfbh_rbv2_creation_methods_total{source_method="artifacts"} 0 1698850569605\n# HELP jfbh_rbv2_creation_methods_total RB V2 creation methods\n# UPDATED jfbh_rbv2_creation_methods_total 1698850564127\n# TYPE jfbh_rbv2_creation_methods_total counter\njfbh_rbv2_creation_methods_total{source_method="release_bundles"} 0 1698850569605\n# HELP jfbh_rbv2_creation_methods_total RB V2 creation methods\n# UPDATED jfbh_rbv2_creation_methods_total 1698850564127\n# TYPE jfbh_rbv2_creation_methods_total counter\njfbh_rbv2_creation_methods_total{source_method="aql"} 0 1698850569605\n# HELP jfbh_rbv2_creation_methods_total RB V2 creation methods\n# UPDATED jfbh_rbv2_creation_methods_total 1698850564127\n# TYPE jfbh_rbv2_creation_methods_total counter\njfbh_rbv2_creation_methods_total{source_method="builds"} 0 1698850569605\n# HELP jfbh_rbv2_creation_agents_total RB V2 creation agents\n# UPDATED jfbh_rbv2_creation_agents_total 1698850564127\n# TYPE jfbh_rbv2_creation_agents_total counter\njfbh_rbv2_creation_agents_total{source_agent="api"} 0 1698850569605\n# HELP jfbh_rbv2_creation_agents_total RB V2 creation agents\n# UPDATED jfbh_rbv2_creation_agents_total 1698850564127\n# TYPE jfbh_rbv2_creation_agents_total counter\njfbh_rbv2_creation_agents_total{source_agent="browser"} 0 1698850569605\n# HELP jfbh_rbv2_creation_agents_total RB V2 creation agents\n# UPDATED jfbh_rbv2_creation_agents_total 1698850564127\n# TYPE jfbh_rbv2_creation_agents_total counter\njfbh_rbv2_creation_agents_total{source_agent="cli"} 0 1698850569605\n# HELP jfbh_rbv2_bundle_operations_total RB V2 bundle operations\n# UPDATED jfbh_rbv2_bundle_operations_total 1698850564127\n# TYPE jfbh_rbv2_bundle_operations_total counter\njfbh_rbv2_bundle_operations_total{operation="create_bundle"} 0 1698850569605\n# HELP jfbh_rbv2_bundle_operations_total RB V2 bundle operations\n# UPDATED jfbh_rbv2_bundle_operations_total 1698850564127\n# TYPE jfbh_rbv2_bundle_operations_total counter\njfbh_rbv2_bundle_operations_total{operation="delete_bundle"} 0 1698850569605\n# HELP jfbh_rbv2_promotion_operations_total RB V2 promotion operations\n# UPDATED jfbh_rbv2_promotion_operations_total 1698850564127\n# TYPE jfbh_rbv2_promotion_operations_total counter\njfbh_rbv2_promotion_operations_total{operation="delete_promotion"} 0 1698850569605\n# HELP jfbh_rbv2_promotion_operations_total RB V2 promotion operations\n# UPDATED jfbh_rbv2_promotion_operations_total 1698850564127\n# TYPE jfbh_rbv2_promotion_operations_total counter\njfbh_rbv2_promotion_operations_total{operation="create_promotion"} 0 1698850569605\n# HELP jfbh_rbv2_release_bundles_total RB V2 release bundles\n# UPDATED jfbh_rbv2_release_bundles_total 1698850564127\n# TYPE jfbh_rbv2_release_bundles_total gauge\njfbh_rbv2_release_bundles_total 0 1698850569605\n# HELP jfbh_rbv2_release_bundles_completed_total RB V2 release bundles completed\n# UPDATED jfbh_rbv2_release_bundles_completed_total 1698850564127\n# TYPE jfbh_rbv2_release_bundles_completed_total gauge\njfbh_rbv2_release_bundles_completed_total 0 1698850569605\n# HELP jfbh_rbv2_release_bundles_failed_total RB V2 release bundles failed\n# UPDATED jfbh_rbv2_release_bundles_failed_total 1698850564127\n# TYPE jfbh_rbv2_release_bundles_failed_total gauge\njfbh_rbv2_release_bundles_failed_total 0 1698850569605\n# HELP jfbh_rbv2_promotions_total RB V2 promotions\n# UPDATED jfbh_rbv2_promotions_total 1698850564127\n# TYPE jfbh_rbv2_promotions_total gauge\njfbh_rbv2_promotions_total 0 1698850569605\n# HELP jfbh_rbv2_promotions_completed_total RB V2 promotions completed\n# UPDATED jfbh_rbv2_promotions_completed_total 1698850564127\n# TYPE jfbh_rbv2_promotions_completed_total gauge\njfbh_rbv2_promotions_completed_total 0 1698850569605\n# HELP jfbh_rbv2_promotions_failed_total RB V2 promotions failed\n# UPDATED jfbh_rbv2_promotions_failed_total 1698850564127\n# TYPE jfbh_rbv2_promotions_failed_total gauge\njfbh_rbv2_promotions_failed_total 0 1698850569605\n# HELP jfrt_events_gc_size_cleaned_bytes Total Bytes recovered by Garbage Collection\n# UPDATED jfrt_events_gc_size_cleaned_bytes 1698850564126\n# TYPE jfrt_events_gc_size_cleaned_bytes gauge\njfrt_events_gc_size_cleaned_bytes{type="EVENTS_GC"} 0 1698850569605\n# HELP jfrt_events_gc_binaries_deleted_total Total number of binaries removed by Garbage Collection\n# UPDATED jfrt_events_gc_binaries_deleted_total 1698850564126\n# TYPE jfrt_events_gc_binaries_deleted_total counter\njfrt_events_gc_binaries_deleted_total{type="EVENTS_GC"} 0 1698850569605\n# HELP jfrt_events_gc_waiting_total Total number of waiting event\n# UPDATED jfrt_events_gc_waiting_total 1698850564126\n# TYPE jfrt_events_gc_waiting_total gauge\njfrt_events_gc_waiting_total{type="EVENTS_GC"} 0 1698850569605\n# HELP jfrt_events_gc_events_total Total number of event\n# UPDATED jfrt_events_gc_events_total 1698850564126\n# TYPE jfrt_events_gc_events_total counter\njfrt_events_gc_events_total{type="EVENTS_GC"} 0 1698850569605\n# HELP jfrt_runtime_heap_freememory_bytes Free Memory\n# UPDATED jfrt_runtime_heap_freememory_bytes 1698850569605\n# TYPE jfrt_runtime_heap_freememory_bytes gauge\njfrt_runtime_heap_freememory_bytes 3532722600 1698850569605\n# HELP jfrt_runtime_heap_maxmemory_bytes Max Memory\n# UPDATED jfrt_runtime_heap_maxmemory_bytes 1698850569605\n# TYPE jfrt_runtime_heap_maxmemory_bytes gauge\njfrt_runtime_heap_maxmemory_bytes 12884901888 1698850569605\n# HELP jfrt_runtime_heap_totalmemory_bytes Total Memory\n# UPDATED jfrt_runtime_heap_totalmemory_bytes 1698850569605\n# TYPE jfrt_runtime_heap_totalmemory_bytes gauge\njfrt_runtime_heap_totalmemory_bytes 8589934592 1698850569605\n# HELP jfrt_runtime_heap_processors_total Available Processors\n# UPDATED jfrt_runtime_heap_processors_total 1698850569605\n# TYPE jfrt_runtime_heap_processors_total counter\njfrt_runtime_heap_processors_total 4 1698850569605\n# HELP jfrt_projects_active_total Projects Amount\n# UPDATED jfrt_projects_active_total 1698850569605\n# TYPE jfrt_projects_active_total counter\njfrt_projects_active_total 1 1698850569605\n# HELP jfrt_storage_current_total_size_bytes Used Storage\n# UPDATED jfrt_storage_current_total_size_bytes 1698850569605\n# TYPE jfrt_storage_current_total_size_bytes gauge\njfrt_storage_current_total_size_bytes 0 1698850569605\n# HELP jfrt_artifacts_gc_next_run_seconds Next GC Run\n# UPDATED jfrt_artifacts_gc_next_run_seconds 1698840003794\n# TYPE jfrt_artifacts_gc_next_run_seconds gauge\njfrt_artifacts_gc_next_run_seconds 14396 1698850569605\n# HELP jfrt_artifacts_gc_duration_seconds Time taken for garbage collection\n# UPDATED jfrt_artifacts_gc_duration_seconds 1698840003794\n# TYPE jfrt_artifacts_gc_duration_seconds gauge\njfrt_artifacts_gc_duration_seconds{end="1698840000346",start="1698840000005",status="COMPLETED",type="TRASH_AND_BINARIES"} 0.341 1698850569605\n# HELP jfrt_artifacts_gc_size_cleaned_bytes Total Bytes recovered by Garbage Collection\n# UPDATED jfrt_artifacts_gc_size_cleaned_bytes 1698840003794\n# TYPE jfrt_artifacts_gc_size_cleaned_bytes gauge\njfrt_artifacts_gc_size_cleaned_bytes{end="1698840000346",start="1698840000005",status="COMPLETED",type="TRASH_AND_BINARIES"} 0 1698850569605\n# HELP jfrt_artifacts_gc_binaries_total Total number of binaries removed by Garbage Collection\n# UPDATED jfrt_artifacts_gc_binaries_total 1698840003794\n# TYPE jfrt_artifacts_gc_binaries_total gauge\njfrt_artifacts_gc_binaries_total{end="1698840000346",start="1698840000005",status="COMPLETED",type="TRASH_AND_BINARIES"} 0 1698850569605\n"
level=debug ts=2023-11-01T14:56:09.612Z caller=openMetrics.go:21 msg="OpenMetrics from Artifactory util" body="# HELP jfsh_binaries_download_total Counts the total binaries download\n# UPDATED jfsh_binaries_download_total 1698850564126\n# TYPE jfsh_binaries_download_total counter\njfsh_binaries_download_total{id="cache-fs",name="cache_fs"} 10592 1698850569605\n# HELP jfsh_binaries_not_found_total Counts the total request not found\n# UPDATED jfsh_binaries_not_found_total 1698850564126\n# TYPE jfsh_binaries_not_found_total counter\njfsh_binaries_not_found_total{id="cache-fs",name="cache_fs"} 2698 1698850569605\n# HELP jfsh_cache_evicted_bytes Counts the amount of cleared bytes from cache-fs\n# UPDATED jfsh_cache_evicted_bytes 1698850564126\n# TYPE jfsh_cache_evicted_bytes gauge\njfsh_cache_evicted_bytes{id="cache-fs",name="cache_fs"} 0 1698850569605\n# HELP jfsh_storage_size_bytes Size (bytes) in storage\n# UPDATED jfsh_storage_size_bytes 1698850564126\n# TYPE jfsh_storage_size_bytes gauge\njfsh_storage_size_bytes{id="cache-fs",name="cache_fs"} 6113447163 1698850569605\n# HELP jfsh_binaries_count_total Number of binaries in storage\n# UPDATED jfsh_binaries_count_total 1698850564126\n# TYPE jfsh_binaries_count_total gauge\njfsh_binaries_count_total{id="cache-fs",name="cache_fs"} 2711 1698850569605\n# HELP jfsh_binaries_download_total Counts the total binaries download\n# UPDATED jfsh_binaries_download_total 1698850564126\n# TYPE jfsh_binaries_download_total counter\njfsh_binaries_download_total{id="s3-storage-v3",name="s3_storage_v3"} 2583 1698850569605\n# HELP jfsh_binaries_upload_total Counts binaries uploads\n# UPDATED jfsh_binaries_upload_total 1698850564126\n# TYPE jfsh_binaries_upload_total counter\njfsh_binaries_upload_total{id="s3-storage-v3",name="s3_storage_v3"} 2066 1698850569605\n# HELP jfsh_signed_url_redirect_total Counts how many times signed url was generated\n# UPDATED jfsh_signed_url_redirect_total 1698850564126\n# TYPE jfsh_signed_url_redirect_total counter\njfsh_signed_url_redirect_total{id="s3-storage-v3",name="s3_storage_v3"} 0 1698850569605\n# HELP jfrt_db_connections_active_total Total Active Connections\n# UPDATED jfrt_db_connections_active_total 1698850564126\n# TYPE jfrt_db_connections_active_total gauge\njfrt_db_connections_active_total 0 1698850569605\n# HELP jfrt_db_connections_idle_total Total Idle Connections\n# UPDATED jfrt_db_connections_idle_total 1698850564126\n# TYPE jfrt_db_connections_idle_total gauge\njfrt_db_connections_idle_total 2 1698850569605\n# HELP jfrt_db_connections_max_active_total Total Max Active Connections\n# UPDATED jfrt_db_connections_max_active_total 1698850564126\n# TYPE jfrt_db_connections_max_active_total gauge\njfrt_db_connections_max_active_total 300 1698850569605\n# HELP jfrt_db_connections_min_idle_total Total Min Idle Connections\n# UPDATED jfrt_db_connections_min_idle_total 1698850564126\n# TYPE jfrt_db_connections_min_idle_total gauge\njfrt_db_connections_min_idle_total 1 1698850569605\n# HELP app_disk_used_bytes Used bytes for app home directory disk device\n# UPDATED app_disk_used_bytes 1698850569605\n# TYPE app_disk_used_bytes gauge\napp_disk_used_bytes 79492304896 1698850569605\n# HELP app_disk_free_bytes Free bytes for app home directory disk device\n# UPDATED app_disk_free_bytes 1698850569605\n# TYPE app_disk_free_bytes gauge\napp_disk_free_bytes 130749255680 1698850569605\n# HELP adoption_artifactory_authentication_count Authentication\n# UPDATED adoption_artifactory_authentication_count 1698850569605\n# TYPE adoption_artifactory_authentication_count counter\nadoption_artifactory_authentication_count{action="login",apiKey="false",domain="adoption",realm="internal",token="true"} 33 1698850569605\n# HELP adoption_artifactory_authentication_count Authentication\n# UPDATED adoption_artifactory_authentication_count 1698850569605\n# TYPE adoption_artifactory_authentication_count counter\nadoption_artifactory_authentication_count{action="login",apiKey="true",domain="adoption",realm="oauth",token="false"} 1 1698850569605\n# HELP adoption_artifactory_authentication_count Authentication\n# UPDATED adoption_artifactory_authentication_count 1698850569605\n# TYPE adoption_artifactory_authentication_count counter\nadoption_artifactory_authentication_count{action="login",apiKey="false",domain="adoption",realm="oauth",token="true"} 8779 1698850569605\n# HELP jfsh_thread_pool_thread_pool_active_count_total Number of threads that are actively executing tasks\n# UPDATED jfsh_thread_pool_thread_pool_active_count_total 1698850564126\n# TYPE jfsh_thread_pool_thread_pool_active_count_total gauge\njfsh_thread_pool_thread_pool_active_count_total{maxPoolSize="3.0",mergedPools="0",name="binary-store-gc"} 0.0 1698850569605\n# HELP jfsh_thread_pool_thread_pool_pending_tasks_total Number of tasks pending execution\n# UPDATED jfsh_thread_pool_thread_pool_pending_tasks_total 1698850564126\n# TYPE jfsh_thread_pool_thread_pool_pending_tasks_total gauge\njfsh_thread_pool_thread_pool_pending_tasks_total{maxPoolSize="3.0",mergedPools="0",name="binary-store-gc"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: percentile 50%\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: percentile 75%\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: percentile 95%\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: percentile 99%\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_created_seconds RB V2 version creation time: standard deviation\n# UPDATED jfbh_rbv2_version_created_seconds 1698850564127\n# TYPE jfbh_rbv2_version_created_seconds gauge\njfbh_rbv2_version_created_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: percentile 50%\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: percentile 75%\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: percentile 95%\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: percentile 99%\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_created_seconds RB V2 promotion creation time: standard deviation\n# UPDATED jfbh_rbv2_promotion_created_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_created_seconds gauge\njfbh_rbv2_promotion_created_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: percentile 50%\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: percentile 75%\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: percentile 95%\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: percentile 99%\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_promotion_deleted_seconds RB V2 promotion deletion time: standard deviation\n# UPDATED jfbh_rbv2_promotion_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_promotion_deleted_seconds gauge\njfbh_rbv2_promotion_deleted_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: percentile 50%\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: percentile 75%\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: percentile 95%\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: percentile 99%\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_version_deleted_seconds RB V2 version deletion time: standard deviation\n# UPDATED jfbh_rbv2_version_deleted_seconds 1698850564127\n# TYPE jfbh_rbv2_version_deleted_seconds gauge\njfbh_rbv2_version_deleted_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: percentile 50%\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: percentile 75%\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: percentile 95%\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: percentile 99%\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifact_copied_seconds RB V2 artifact copy time: standard deviation\n# UPDATED jfbh_rbv2_artifact_copied_seconds 1698850564127\n# TYPE jfbh_rbv2_artifact_copied_seconds gauge\njfbh_rbv2_artifact_copied_seconds{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: percentile 50%\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: percentile 75%\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: percentile 95%\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: percentile 99%\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_artifacts_total RB V2 artifacts: standard deviation\n# UPDATED jfbh_rbv2_artifacts_total 1698850564127\n# TYPE jfbh_rbv2_artifacts_total gauge\njfbh_rbv2_artifacts_total{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: percentile 50%\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{quantile="0.5"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: percentile 75%\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{quantile="0.75"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: percentile 95%\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{quantile="0.95"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: percentile 99%\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{quantile="0.99"} 0.0 1698850569605\n# HELP jfbh_rbv2_properties_total RB V2 properties: standard deviation\n# UPDATED jfbh_rbv2_properties_total 1698850564127\n# TYPE jfbh_rbv2_properties_total gauge\njfbh_rbv2_properties_total{type="std"} 0.0 1698850569605\n# HELP jfbh_rbv2_creation_methods_total RB V2 creation methods\n# UPDATED jfbh_rbv2_creation_methods_total 1698850564127\n# TYPE jfbh_rbv2_creation_methods_total counter\njfbh_rbv2_creation_methods_total{source_method="artifacts"} 0 1698850569605\n# HELP jfbh_rbv2_creation_methods_total RB V2 creation methods\n# UPDATED jfbh_rbv2_creation_methods_total 1698850564127\n# TYPE jfbh_rbv2_creation_methods_total counter\njfbh_rbv2_creation_methods_total{source_method="release_bundles"} 0 1698850569605\n# HELP jfbh_rbv2_creation_methods_total RB V2 creation methods\n# UPDATED jfbh_rbv2_creation_methods_total 1698850564127\n# TYPE jfbh_rbv2_creation_methods_total counter\njfbh_rbv2_creation_methods_total{source_method="aql"} 0 1698850569605\n# HELP jfbh_rbv2_creation_methods_total RB V2 creation methods\n# UPDATED jfbh_rbv2_creation_methods_total 1698850564127\n# TYPE jfbh_rbv2_creation_methods_total counter\njfbh_rbv2_creation_methods_total{source_method="builds"} 0 1698850569605\n# HELP jfbh_rbv2_creation_agents_total RB V2 creation agents\n# UPDATED jfbh_rbv2_creation_agents_total 1698850564127\n# TYPE jfbh_rbv2_creation_agents_total counter\njfbh_rbv2_creation_agents_total{source_agent="api"} 0 1698850569605\n# HELP jfbh_rbv2_creation_agents_total RB V2 creation agents\n# UPDATED jfbh_rbv2_creation_agents_total 1698850564127\n# TYPE jfbh_rbv2_creation_agents_total counter\njfbh_rbv2_creation_agents_total{source_agent="browser"} 0 1698850569605\n# HELP jfbh_rbv2_creation_agents_total RB V2 creation agents\n# UPDATED jfbh_rbv2_creation_agents_total 1698850564127\n# TYPE jfbh_rbv2_creation_agents_total counter\njfbh_rbv2_creation_agents_total{source_agent="cli"} 0 1698850569605\n# HELP jfbh_rbv2_bundle_operations_total RB V2 bundle operations\n# UPDATED jfbh_rbv2_bundle_operations_total 1698850564127\n# TYPE jfbh_rbv2_bundle_operations_total counter\njfbh_rbv2_bundle_operations_total{operation="create_bundle"} 0 1698850569605\n# HELP jfbh_rbv2_bundle_operations_total RB V2 bundle operations\n# UPDATED jfbh_rbv2_bundle_operations_total 1698850564127\n# TYPE jfbh_rbv2_bundle_operations_total counter\njfbh_rbv2_bundle_operations_total{operation="delete_bundle"} 0 1698850569605\n# HELP jfbh_rbv2_promotion_operations_total RB V2 promotion operations\n# UPDATED jfbh_rbv2_promotion_operations_total 1698850564127\n# TYPE jfbh_rbv2_promotion_operations_total counter\njfbh_rbv2_promotion_operations_total{operation="delete_promotion"} 0 1698850569605\n# HELP jfbh_rbv2_promotion_operations_total RB V2 promotion operations\n# UPDATED jfbh_rbv2_promotion_operations_total 1698850564127\n# TYPE jfbh_rbv2_promotion_operations_total counter\njfbh_rbv2_promotion_operations_total{operation="create_promotion"} 0 1698850569605\n# HELP jfbh_rbv2_release_bundles_total RB V2 release bundles\n# UPDATED jfbh_rbv2_release_bundles_total 1698850564127\n# TYPE jfbh_rbv2_release_bundles_total gauge\njfbh_rbv2_release_bundles_total 0 1698850569605\n# HELP jfbh_rbv2_release_bundles_completed_total RB V2 release bundles completed\n# UPDATED jfbh_rbv2_release_bundles_completed_total 1698850564127\n# TYPE jfbh_rbv2_release_bundles_completed_total gauge\njfbh_rbv2_release_bundles_completed_total 0 1698850569605\n# HELP jfbh_rbv2_release_bundles_failed_total RB V2 release bundles failed\n# UPDATED jfbh_rbv2_release_bundles_failed_total 1698850564127\n# TYPE jfbh_rbv2_release_bundles_failed_total gauge\njfbh_rbv2_release_bundles_failed_total 0 1698850569605\n# HELP jfbh_rbv2_promotions_total RB V2 promotions\n# UPDATED jfbh_rbv2_promotions_total 1698850564127\n# TYPE jfbh_rbv2_promotions_total gauge\njfbh_rbv2_promotions_total 0 1698850569605\n# HELP jfbh_rbv2_promotions_completed_total RB V2 promotions completed\n# UPDATED jfbh_rbv2_promotions_completed_total 1698850564127\n# TYPE jfbh_rbv2_promotions_completed_total gauge\njfbh_rbv2_promotions_completed_total 0 1698850569605\n# HELP jfbh_rbv2_promotions_failed_total RB V2 promotions failed\n# UPDATED jfbh_rbv2_promotions_failed_total 1698850564127\n# TYPE jfbh_rbv2_promotions_failed_total gauge\njfbh_rbv2_promotions_failed_total 0 1698850569605\n# HELP jfrt_events_gc_size_cleaned_bytes Total Bytes recovered by Garbage Collection\n# UPDATED jfrt_events_gc_size_cleaned_bytes 1698850564126\n# TYPE jfrt_events_gc_size_cleaned_bytes gauge\njfrt_events_gc_size_cleaned_bytes{type="EVENTS_GC"} 0 1698850569605\n# HELP jfrt_events_gc_binaries_deleted_total Total number of binaries removed by Garbage Collection\n# UPDATED jfrt_events_gc_binaries_deleted_total 1698850564126\n# TYPE jfrt_events_gc_binaries_deleted_total counter\njfrt_events_gc_binaries_deleted_total{type="EVENTS_GC"} 0 1698850569605\n# HELP jfrt_events_gc_waiting_total Total number of waiting event\n# UPDATED jfrt_events_gc_waiting_total 1698850564126\n# TYPE jfrt_events_gc_waiting_total gauge\njfrt_events_gc_waiting_total{type="EVENTS_GC"} 0 1698850569605\n# HELP jfrt_events_gc_events_total Total number of event\n# UPDATED jfrt_events_gc_events_total 1698850564126\n# TYPE jfrt_events_gc_events_total counter\njfrt_events_gc_events_total{type="EVENTS_GC"} 0 1698850569605\n# HELP jfrt_runtime_heap_freememory_bytes Free Memory\n# UPDATED jfrt_runtime_heap_freememory_bytes 1698850569605\n# TYPE jfrt_runtime_heap_freememory_bytes gauge\njfrt_runtime_heap_freememory_bytes 3532722600 1698850569605\n# HELP jfrt_runtime_heap_maxmemory_bytes Max Memory\n# UPDATED jfrt_runtime_heap_maxmemory_bytes 1698850569605\n# TYPE jfrt_runtime_heap_maxmemory_bytes gauge\njfrt_runtime_heap_maxmemory_bytes 12884901888 1698850569605\n# HELP jfrt_runtime_heap_totalmemory_bytes Total Memory\n# UPDATED jfrt_runtime_heap_totalmemory_bytes 1698850569605\n# TYPE jfrt_runtime_heap_totalmemory_bytes gauge\njfrt_runtime_heap_totalmemory_bytes 8589934592 1698850569605\n# HELP jfrt_runtime_heap_processors_total Available Processors\n# UPDATED jfrt_runtime_heap_processors_total 1698850569605\n# TYPE jfrt_runtime_heap_processors_total counter\njfrt_runtime_heap_processors_total 4 1698850569605\n# HELP jfrt_projects_active_total Projects Amount\n# UPDATED jfrt_projects_active_total 1698850569605\n# TYPE jfrt_projects_active_total counter\njfrt_projects_active_total 1 1698850569605\n# HELP jfrt_storage_current_total_size_bytes Used Storage\n# UPDATED jfrt_storage_current_total_size_bytes 1698850569605\n# TYPE jfrt_storage_current_total_size_bytes gauge\njfrt_storage_current_total_size_bytes 0 1698850569605\n# HELP jfrt_artifacts_gc_next_run_seconds Next GC Run\n# UPDATED jfrt_artifacts_gc_next_run_seconds 1698840003794\n# TYPE jfrt_artifacts_gc_next_run_seconds gauge\njfrt_artifacts_gc_next_run_seconds 14396 1698850569605\n# HELP jfrt_artifacts_gc_duration_seconds Time taken for garbage collection\n# UPDATED jfrt_artifacts_gc_duration_seconds 1698840003794\n# TYPE jfrt_artifacts_gc_duration_seconds gauge\njfrt_artifacts_gc_duration_seconds{end="1698840000346",start="1698840000005",status="COMPLETED",type="TRASH_AND_BINARIES"} 0.341 1698850569605\n# HELP jfrt_artifacts_gc_size_cleaned_bytes Total Bytes recovered by Garbage Collection\n# UPDATED jfrt_artifacts_gc_size_cleaned_bytes 1698840003794\n# TYPE jfrt_artifacts_gc_size_cleaned_bytes gauge\njfrt_artifacts_gc_size_cleaned_bytes{end="1698840000346",start="1698840000005",status="COMPLETED",type="TRASH_AND_BINARIES"} 0 1698850569605\n# HELP jfrt_artifacts_gc_binaries_total Total number of binaries removed by Garbage Collection\n# UPDATED jfrt_artifacts_gc_binaries_total 1698840003794\n# TYPE jfrt_artifacts_gc_binaries_total gauge\njfrt_artifacts_gc_binaries_total{end="1698840000346",start="1698840000005",status="COMPLETED",type="TRASH_AND_BINARIES"} 0 1698850569605\n"
The text was updated successfully, but these errors were encountered: