# HELP process_cpu_user_seconds_total Total user CPU time spent in seconds. # TYPE process_cpu_user_seconds_total counter process_cpu_user_seconds_total 8476.642441000002 # HELP process_cpu_system_seconds_total Total system CPU time spent in seconds. # TYPE process_cpu_system_seconds_total counter process_cpu_system_seconds_total 7748.092724000001 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 16224.735165 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1756330129 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 120713216 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 498593792 # HELP process_heap_bytes Process heap size in bytes. # TYPE process_heap_bytes gauge process_heap_bytes 142704640 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 20 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1048576 # HELP nodejs_eventloop_lag_seconds Lag of event loop in seconds. # TYPE nodejs_eventloop_lag_seconds gauge nodejs_eventloop_lag_seconds 0.101469453 # HELP nodejs_eventloop_lag_min_seconds The minimum recorded event loop delay. # TYPE nodejs_eventloop_lag_min_seconds gauge nodejs_eventloop_lag_min_seconds 0.009068544 # HELP nodejs_eventloop_lag_max_seconds The maximum recorded event loop delay. # TYPE nodejs_eventloop_lag_max_seconds gauge nodejs_eventloop_lag_max_seconds 0.013287423 # HELP nodejs_eventloop_lag_mean_seconds The mean of the recorded event loop delays. # TYPE nodejs_eventloop_lag_mean_seconds gauge nodejs_eventloop_lag_mean_seconds 0.010097305410178632 # HELP nodejs_eventloop_lag_stddev_seconds The standard deviation of the recorded event loop delays. # TYPE nodejs_eventloop_lag_stddev_seconds gauge nodejs_eventloop_lag_stddev_seconds 0.0001617158852072762 # HELP nodejs_eventloop_lag_p50_seconds The 50th percentile of the recorded event loop delays. # TYPE nodejs_eventloop_lag_p50_seconds gauge nodejs_eventloop_lag_p50_seconds 0.010076159 # HELP nodejs_eventloop_lag_p90_seconds The 90th percentile of the recorded event loop delays. # TYPE nodejs_eventloop_lag_p90_seconds gauge nodejs_eventloop_lag_p90_seconds 0.010084351 # HELP nodejs_eventloop_lag_p99_seconds The 99th percentile of the recorded event loop delays. # TYPE nodejs_eventloop_lag_p99_seconds gauge nodejs_eventloop_lag_p99_seconds 0.011141119 # HELP nodejs_active_resources Number of active resources that are currently keeping the event loop alive, grouped by async resource type. # TYPE nodejs_active_resources gauge nodejs_active_resources{type="FSReqCallback"} 1 nodejs_active_resources{type="PipeWrap"} 2 nodejs_active_resources{type="TCPServerWrap"} 1 nodejs_active_resources{type="TCPSocketWrap"} 1 nodejs_active_resources{type="Timeout"} 2 nodejs_active_resources{type="Immediate"} 1 # HELP nodejs_active_resources_total Total number of active resources. # TYPE nodejs_active_resources_total gauge nodejs_active_resources_total 8 # HELP nodejs_active_handles Number of active libuv handles grouped by handle type. Every handle type is C++ class name. # TYPE nodejs_active_handles gauge nodejs_active_handles{type="Socket"} 3 nodejs_active_handles{type="Server"} 1 # HELP nodejs_active_handles_total Total number of active handles. # TYPE nodejs_active_handles_total gauge nodejs_active_handles_total 4 # HELP nodejs_active_requests Number of active libuv requests grouped by request type. Every request type is C++ class name. # TYPE nodejs_active_requests gauge nodejs_active_requests{type="FSReqCallback"} 1 # HELP nodejs_active_requests_total Total number of active requests. # TYPE nodejs_active_requests_total gauge nodejs_active_requests_total 1 # HELP nodejs_heap_size_total_bytes Process heap size from Node.js in bytes. # TYPE nodejs_heap_size_total_bytes gauge nodejs_heap_size_total_bytes 59691008 # HELP nodejs_heap_size_used_bytes Process heap size used from Node.js in bytes. # TYPE nodejs_heap_size_used_bytes gauge nodejs_heap_size_used_bytes 42893816 # HELP nodejs_external_memory_bytes Node.js external memory size in bytes. # TYPE nodejs_external_memory_bytes gauge nodejs_external_memory_bytes 2871319 # HELP nodejs_heap_space_size_total_bytes Process heap space size total from Node.js in bytes. # TYPE nodejs_heap_space_size_total_bytes gauge nodejs_heap_space_size_total_bytes{space="read_only"} 0 nodejs_heap_space_size_total_bytes{space="new"} 16777216 nodejs_heap_space_size_total_bytes{space="old"} 32280576 nodejs_heap_space_size_total_bytes{space="code"} 4456448 nodejs_heap_space_size_total_bytes{space="shared"} 0 nodejs_heap_space_size_total_bytes{space="new_large_object"} 0 nodejs_heap_space_size_total_bytes{space="large_object"} 6004736 nodejs_heap_space_size_total_bytes{space="code_large_object"} 172032 nodejs_heap_space_size_total_bytes{space="shared_large_object"} 0 # HELP nodejs_heap_space_size_used_bytes Process heap space size used from Node.js in bytes. # TYPE nodejs_heap_space_size_used_bytes gauge nodejs_heap_space_size_used_bytes{space="read_only"} 0 nodejs_heap_space_size_used_bytes{space="new"} 5832896 nodejs_heap_space_size_used_bytes{space="old"} 27255720 nodejs_heap_space_size_used_bytes{space="code"} 3698688 nodejs_heap_space_size_used_bytes{space="shared"} 0 nodejs_heap_space_size_used_bytes{space="new_large_object"} 0 nodejs_heap_space_size_used_bytes{space="large_object"} 5954872 nodejs_heap_space_size_used_bytes{space="code_large_object"} 155296 nodejs_heap_space_size_used_bytes{space="shared_large_object"} 0 # HELP nodejs_heap_space_size_available_bytes Process heap space size available from Node.js in bytes. # TYPE nodejs_heap_space_size_available_bytes gauge nodejs_heap_space_size_available_bytes{space="read_only"} 0 nodejs_heap_space_size_available_bytes{space="new"} 2414144 nodejs_heap_space_size_available_bytes{space="old"} 122616 nodejs_heap_space_size_available_bytes{space="code"} 0 nodejs_heap_space_size_available_bytes{space="shared"} 0 nodejs_heap_space_size_available_bytes{space="new_large_object"} 8388608 nodejs_heap_space_size_available_bytes{space="large_object"} 0 nodejs_heap_space_size_available_bytes{space="code_large_object"} 0 nodejs_heap_space_size_available_bytes{space="shared_large_object"} 0 # HELP nodejs_version_info Node.js version info. # TYPE nodejs_version_info gauge nodejs_version_info{version="v20.19.4",major="20",minor="19",patch="4"} 1 # HELP nodejs_gc_duration_seconds Garbage collection duration by kind, one of major, minor, incremental or weakcb. # TYPE nodejs_gc_duration_seconds histogram nodejs_gc_duration_seconds_bucket{le="0.001",kind="minor"} 109938 nodejs_gc_duration_seconds_bucket{le="0.01",kind="minor"} 110078 nodejs_gc_duration_seconds_bucket{le="0.1",kind="minor"} 110078 nodejs_gc_duration_seconds_bucket{le="1",kind="minor"} 110078 nodejs_gc_duration_seconds_bucket{le="2",kind="minor"} 110078 nodejs_gc_duration_seconds_bucket{le="5",kind="minor"} 110078 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="minor"} 110078 nodejs_gc_duration_seconds_sum{kind="minor"} 35.541525469932665 nodejs_gc_duration_seconds_count{kind="minor"} 110078 nodejs_gc_duration_seconds_bucket{le="0.001",kind="incremental"} 155 nodejs_gc_duration_seconds_bucket{le="0.01",kind="incremental"} 156 nodejs_gc_duration_seconds_bucket{le="0.1",kind="incremental"} 156 nodejs_gc_duration_seconds_bucket{le="1",kind="incremental"} 156 nodejs_gc_duration_seconds_bucket{le="2",kind="incremental"} 156 nodejs_gc_duration_seconds_bucket{le="5",kind="incremental"} 156 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="incremental"} 156 nodejs_gc_duration_seconds_sum{kind="incremental"} 0.06136404202051927 nodejs_gc_duration_seconds_count{kind="incremental"} 156 nodejs_gc_duration_seconds_bucket{le="0.001",kind="major"} 0 nodejs_gc_duration_seconds_bucket{le="0.01",kind="major"} 182 nodejs_gc_duration_seconds_bucket{le="0.1",kind="major"} 183 nodejs_gc_duration_seconds_bucket{le="1",kind="major"} 183 nodejs_gc_duration_seconds_bucket{le="2",kind="major"} 183 nodejs_gc_duration_seconds_bucket{le="5",kind="major"} 183 nodejs_gc_duration_seconds_bucket{le="+Inf",kind="major"} 183 nodejs_gc_duration_seconds_sum{kind="major"} 0.5659642155935871 nodejs_gc_duration_seconds_count{kind="major"} 183 # HELP nodejs_cpu_usage_percent CPU usage percentage # TYPE nodejs_cpu_usage_percent gauge nodejs_cpu_usage_percent 0.75 # HELP nodejs_memory_usage_bytes Memory usage in bytes # TYPE nodejs_memory_usage_bytes gauge nodejs_memory_usage_bytes{type="rss"} 120713216 nodejs_memory_usage_bytes{type="heapTotal"} 59691008 nodejs_memory_usage_bytes{type="heapUsed"} 42596480 nodejs_memory_usage_bytes{type="external"} 2871319 # HELP nodejs_active_connections Number of active connections # TYPE nodejs_active_connections gauge nodejs_active_connections 8 # HELP nodejs_errors_total Total number of errors # TYPE nodejs_errors_total counter # HELP nodejs_http_requests_total Total number of HTTP requests # TYPE nodejs_http_requests_total counter nodejs_http_requests_total 3842 # HELP nodejs_http_requests_by_method_total Total number of HTTP requests by method # TYPE nodejs_http_requests_by_method_total counter nodejs_http_requests_by_method_total{method="GET"} 3686 nodejs_http_requests_by_method_total{method="PUT"} 30 nodejs_http_requests_by_method_total{method="POST"} 103 nodejs_http_requests_by_method_total{method="HEAD"} 23 # HELP nodejs_http_requests_by_status_total Total number of HTTP requests by status code # TYPE nodejs_http_requests_by_status_total counter nodejs_http_requests_by_status_total{status="200"} 893 nodejs_http_requests_by_status_total{status="304"} 164 nodejs_http_requests_by_status_total{status="201"} 31 nodejs_http_requests_by_status_total{status="404"} 2703 nodejs_http_requests_by_status_total{status="302"} 12 nodejs_http_requests_by_status_total{status="401"} 10 nodejs_http_requests_by_status_total{status="403"} 26 # HELP nodejs_http_requests_by_endpoint_total Total number of HTTP requests by endpoint # TYPE nodejs_http_requests_by_endpoint_total counter nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/homepage/contents/"} 531 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/auth/profile"} 35 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/eligibility/simulations"} 31 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/stats"} 21 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/trends"} 21 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/homepage/"} 14 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/homepage/stats"} 14 nodejs_http_requests_by_endpoint_total{method="PUT",endpoint="/api/admin/homepage/:id"} 30 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/admin/actions/log"} 30 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/actions/history"} 4 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/auth/refresh-token"} 18 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/robots.txt"} 333 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/villes-emissions/"} 10 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/auth/logout"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/informations/"} 37 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/energies/list"} 13 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/energies/details"} 28 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/energies/comparisons"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/energies/emissions-data"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/energies/cost-evolution"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/regions/data"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/previsions/"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/administrative/"} 22 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/administrative/faq/all"} 40 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/auth/google"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/auth/google/callback"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/eligibility/aids"} 15 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/eligibility/simulations"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/consumption/simulations"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/activity-types/"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/game/prestige-leaderboard"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/game/leaderboard"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/users"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/simulations"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/aids/"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/faq/"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/admin/procedures/"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/health/"} 36 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/health/system"} 13 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/account-deletion/status"} 4 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/account-deletion/request"} 1 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/account-deletion/cancel"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/account-deletion/check-auth-type"} 1 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/account-deletion/send-confirmation-code"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.save"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.prod"} 11 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo.php"} 20 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo"} 18 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_info.php"} 8 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_profiler/phpinfo"} 14 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.example"} 14 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info"} 5 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/"} 23 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/favicon.ico"} 73 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/world-green-gas/"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/funny-comparisons/"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/funny-comparisons/:id"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/world-green-gas/countries/:countryCode"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/world-green-gas/filter"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/users/profile"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.well-known/security.txt"} 8 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/administrative/:id"} 31 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/"} 21 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/new/.env.local"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/new/.env.production"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/new/.env.staging"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_phpinfo.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_profiler/phpinfo/info.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_profiler/phpinfo/phpinfo.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/wp-config"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/aws-secret.yaml"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/env.backup"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/xampp/phpinfo.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/lara/info.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/lara/phpinfo.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/laravel/info.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/service/email_service.py"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/node/.env_example"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.production.local"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.local"} 13 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.stage"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server/config/database.js"} 8 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.old"} 12 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env_sample"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/scripts/nodemailer.js"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.aws/credentials"} 14 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info.php"} 21 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dashboard/phpinfo.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/main.141b0494.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/enhancecp"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/tool/view/phpinfo.view.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/main.e85f7a37.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/server_info.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server_info.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app_dev.php/_profiler/phpinfo"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test.php"} 14 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server-info"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server-info.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/secured/phpinfo.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config.js"} 14 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server.js"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/appsettings.json"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/shared/config/config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/aws.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/settings.py"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config.json"} 22 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/main.js"} 11 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/constants.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/application.properties"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/js/main.js"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/js/main.js"} 11 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/karma.conf.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/swagger.json"} 16 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/swagger.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/gatsby-config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/backend/config/default.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app.py"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/controllers/merchant.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/controllers/partner.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/objects/codes.php.save"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/apis/config/config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/apis/controllers/users.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app.js"} 11 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/backend/config/development.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/cloud/Scraper.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/application.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/storage.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/configs/routes-4aug.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/configs/routes.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/configs/s3_config.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/controller/admin/post.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/controller/api/post.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/controllers/settings.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/getcpuutil.php-bakworking"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/helper.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/helper/EmailHelper.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/index.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/index.html"} 8 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/my_env/chakaash.py"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/my_env/newsletter.py"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/my_env/palash.py"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/mytest/astech_robot.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/partner/config/config.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/settings.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/settings.local"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.circleci/configs/development.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/settings.prod"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/config/parameters.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/parameters.yml"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/user/config/config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/user/controllers/index.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.AWS_/credentials"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/local.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/backend/config/settings.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/config/config.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/config"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.travis.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/aws.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/sms.py"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/config.json"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/main.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/helpers/utility.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server/s3.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/s3.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/debug/default/view"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/aws/credentials"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.aws/config"} 7 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/graphql"} 4 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api"} 4 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/graphql"} 4 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/graphql/api"} 4 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/api/gql"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/swagger-ui.html"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/swagger/index.html"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/swagger/swagger-ui.html"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/webjars/swagger-ui/index.html"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/swagger/v1/swagger.json"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/v2/api-docs"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/v3/api-docs"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/swagger.json"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/@vite/env"} 9 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/actuator/env"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.vscode/sftp.json"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/about"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/v2/_catalog"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server-status"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/login.action"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_all_dbs"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/telescope/requests"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.dev"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.staging"} 9 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.development"} 11 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.production"} 12 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.test"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.backup"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.sample"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.orig"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.swp"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env~"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.tmp"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.dist"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/src/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/src/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/includes/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/includes/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/lib/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/lib/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/application/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/application/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/system/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/system/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/core/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/core/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/modules/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/modules/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/plugins/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/plugins/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/themes/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/themes/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/vendor/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/vendor/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/storage/.env.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/storage/.env.old"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info1.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info2.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php.php"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/pi.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/i.php"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpversion.php"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_version.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/serverinfo.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/server.php"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/debug.php"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/diagnostic.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phptest.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/check.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo.php.old"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info.php.old"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_info.php.old"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test.php.old"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo.php.orig"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info.php.orig"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_info.php.orig"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test.php.orig"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo.php.backup"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info.php.backup"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_info.php.backup"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test.php.backup"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo.php~"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info.php~"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_info.php~"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test.php~"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo.php.swp"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info.php.swp"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_info.php.swp"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test.php.swp"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/phpinfo.php.tmp"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info.php.tmp"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php_info.php.tmp"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test.php.tmp"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/info.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test/phpinfo.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test/info.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dev/phpinfo.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dev/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dev/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dev/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/tmp/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/tmp/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/tmp/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/tmp/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/includes/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/includes/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/includes/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/includes/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/scripts/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/scripts/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/scripts/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/scripts/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/cgi-bin/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/cgi-bin/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/cgi-bin/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/cgi-bin/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/web/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/web/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/web/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/web/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/www/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/www/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/www/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/www/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/site/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/site/info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/site/phpinfo.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/site/info.php.save"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/test"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.json"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.yaml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.yml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.secrets"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.private"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.template"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.default"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/src/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/includes/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/lib/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/application/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/system/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/core/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/modules/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/plugins/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/themes/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/vendor/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/storage/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/backend/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/backend/.env.old"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/frontend/.env.local"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/frontend/.env.old"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/security.txt"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.live"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/database.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/mail.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/app.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/services.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/configuration.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/aws.json"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/sendgrid.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/mailgun.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/sendgrid.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/aws.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api_keys.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/keys.json"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/secrets.json"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/secrets.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/config.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/settings.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/settings.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/settings.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/database.yml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/database.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/mail.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/smtp.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/database.yml"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/secrets/config.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/private/keys.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/pms"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/funny-comparisons/:id/explanations"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_fragment"} 9 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.gitignore"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.gitlab-ci.yml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/aws-config.js"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/aws.config.js"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/favicon.png"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config.yaml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/configuration.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/settings.yml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/secrets.yml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/config.yml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.s3cfg"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.gcloud/credentials"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/azure.json"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.api_keys"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/tokens.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/oauth.json"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/docker-compose.yml"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.dockerenv"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.docker/config.json"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config.yml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/app.yml"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/application.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/aws-config.json"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/s3.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/gcp-credentials.json"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/secrets.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/credentials.json"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/auth.json"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/docker-compose.yaml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/Dockerfile"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/kubernetes.yml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_debug"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/settings.json"} 9 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.azure/credentials"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/apikeys.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.secrets"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info3.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/probe.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/:id.php"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/p.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/t.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/info_php.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/php-info.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/infophp.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/testphp.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.remote"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.1"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.2"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.prod.local"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.dev.local"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/config"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/v1/config"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/v2/config"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/docker-compose.override.yml"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.dockerignore"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/k8s-config.yml"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/backup.zip"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/backup.tar.gz"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/site-backup.zip"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config.zip"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/Thumbs.db"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/sites/default/settings.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/etc/local.xml"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/etc/env.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/var/www/html/error_log"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/sitemap.xml"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/index.php/phpinfo"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/symfony/_profiler/phpinfo"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dashboard/info.php"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.js"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_profiler/open"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app_dev.php/_profiler/open"} 2 nodejs_http_requests_by_endpoint_total{method="HEAD",endpoint="/apps"} 4 nodejs_http_requests_by_endpoint_total{method="HEAD",endpoint="/api/action"} 4 nodejs_http_requests_by_endpoint_total{method="HEAD",endpoint="/api/actions"} 4 nodejs_http_requests_by_endpoint_total{method="HEAD",endpoint="/_next/data"} 4 nodejs_http_requests_by_endpoint_total{method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/vendor/laravel-filemanager/js/script.js"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_ignition/execute-solution"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/_ignition/execute-solution"} 2 nodejs_http_requests_by_endpoint_total{method="HEAD",endpoint="/_next"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.npmrc"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.txt"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/staging/phpinfo.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/logs/phpinfo.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/backup/phpinfo.php"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/terraform.tfvars"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/settings.js"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.vscode/settings.json"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/README.md"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/data/test"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/env/production/database.js"} 3 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/wp/phpinfo.php"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.git-credentials"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.gitconfig"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.deploy"} 2 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/:id.chunk.js"} 22 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/pages/index.js"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/_buildManifest.js"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/__config.js"} 8 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.svelte-kit/output/client/_app/env.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/framework.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/_ssgManifest.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/cart"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/vite.config.ts"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/settings"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/serviceworker.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/main.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/:id.js"} 16 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/runtime-config.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_app/immutable/chunks/singletons.js"} 7 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/bundle.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/main.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/env.json"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/@vite/client"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_app/immutable/chunks/index.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/remix.config.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/js/config.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/js/bundle.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/checkout"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/main.js.map"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/main.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_astro/hoisted.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/entry.client.tsx"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/index.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/webpack.runtime.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/static/js/main.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/__env.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.env.vite"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/asset-manifest.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.astro/types.d.ts"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/.vite/manifest.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/pages/_app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app.js.map"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/svelte.config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/env.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/js/app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/keys.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/bundle.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/main.chunk.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/sw.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_app/immutable/entry/start.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/app.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/env-config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/pages/_app.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/main.chunk.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/client.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/q-manifest.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/polyfills.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/keys.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/workbox.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_app/immutable/entry/app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/app/root.tsx"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/webpack-runtime.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/main.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/solid.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/index.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/vendor.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/window.env.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_nuxt/app.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/index.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.vite/deps/_metadata.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/src/env.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/main.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/js/main.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/settings.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/constants.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/stripe.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/checkout.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/webpack.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/payment.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/bundle.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/vendor.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/main.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/runtime.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/bundle.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/main.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/main.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/static/js/bundle.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/js/app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/js/app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/js/main.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/bundle.js.map"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/vendor.js.map"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/runtime.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/chunk.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/dist/bundle.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/static/js/main.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/bundle.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/js/app.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/webpack.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_nuxt/app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_nuxt/vendors.app.js.map"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/main.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/development/pages/_app.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_nuxt/config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/static/js/runtime-main.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/index.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_nuxt/vendors.app.js"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/lib/config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/src/config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/src/constants.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/__ENV.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/config/env.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/payment"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/donate"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.vite/manifest.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/service-worker.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/asset-manifest.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/api/config.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/subscribe"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/manifest.json"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_next/static/chunks/commons.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/assets/main.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/vite.config.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/runtime~main.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_app/env.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/src/env.d.ts"} 10 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/index.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/root.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/build/manifest.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/build/entry.client.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_astro/client.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/_astro/page.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/build/root.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/page-data/app-data.json"} 6 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/astro.config.mjs"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/build/qwik-loader.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/.cache/page-ssr/routes/render-page.js"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/public/page-data/app-data.json"} 5 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/wp-json/wc/v3"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/magento_version"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/index.php"} 4 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/wp-json/"} 1 nodejs_http_requests_by_endpoint_total{method="GET",endpoint="/admin/login"} 1 # HELP nodejs_http_response_time_summary_seconds HTTP response time summary in seconds # TYPE nodejs_http_response_time_summary_seconds summary nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/homepage/contents/"} 0.0042801258 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/homepage/contents/"} 0.006422112925000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/homepage/contents/"} 0.008014642649999999 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/homepage/contents/"} 0.01614389751999985 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/homepage/contents/"} 2.6311432310000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/homepage/contents/"} 531 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/auth/profile"} 0.005441697 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/auth/profile"} 0.009760684 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/auth/profile"} 0.0159337505 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/auth/profile"} 0.039793545 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/auth/profile"} 0.256868441 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/auth/profile"} 35 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/eligibility/simulations"} 0.007693825 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/eligibility/simulations"} 0.010822698400000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/eligibility/simulations"} 0.011785987000000001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/eligibility/simulations"} 0.013205919 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/eligibility/simulations"} 0.25211956700000004 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/eligibility/simulations"} 31 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/stats"} 0.006373122 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/stats"} 0.0089152694 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/stats"} 0.011049947299999996 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/stats"} 0.0136448 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/stats"} 0.14728666799999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/stats"} 21 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/trends"} 0.005394216 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/trends"} 0.0089820284 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/trends"} 0.0098115719 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/trends"} 0.010546351 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/trends"} 0.12018431900000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/trends"} 21 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/homepage/"} 0.0094181295 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/homepage/"} 0.0116668763 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/homepage/"} 0.012959365399999999 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/homepage/"} 0.013328648 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/homepage/"} 0.128702426 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/homepage/"} 14 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/homepage/stats"} 0.010999074 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/homepage/stats"} 0.0135329044 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/homepage/stats"} 0.014204172199999998 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/homepage/stats"} 0.014395963 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/homepage/stats"} 0.158049261 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/homepage/stats"} 14 nodejs_http_response_time_summary_seconds{quantile="0.5",method="PUT",endpoint="/api/admin/homepage/:id"} 0.012246858 nodejs_http_response_time_summary_seconds{quantile="0.9",method="PUT",endpoint="/api/admin/homepage/:id"} 0.0158379705 nodejs_http_response_time_summary_seconds{quantile="0.95",method="PUT",endpoint="/api/admin/homepage/:id"} 0.018038531 nodejs_http_response_time_summary_seconds{quantile="0.99",method="PUT",endpoint="/api/admin/homepage/:id"} 0.018280737 nodejs_http_response_time_summary_seconds_sum{method="PUT",endpoint="/api/admin/homepage/:id"} 0.389817826 nodejs_http_response_time_summary_seconds_count{method="PUT",endpoint="/api/admin/homepage/:id"} 30 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/admin/actions/log"} 0.0132212435 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/admin/actions/log"} 0.0146261465 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/admin/actions/log"} 0.03124682 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/admin/actions/log"} 0.032315539 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/admin/actions/log"} 0.42794823800000004 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/admin/actions/log"} 30 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/actions/history"} 0.0100340485 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/actions/history"} 0.011734967 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/actions/history"} 0.011734967 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/actions/history"} 0.011734967 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/actions/history"} 0.040944333 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/actions/history"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/auth/refresh-token"} 0.0006925415 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/auth/refresh-token"} 0.029926164599999992 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/auth/refresh-token"} 0.03525423839999999 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/auth/refresh-token"} 0.036543264 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/auth/refresh-token"} 0.19461546099999996 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/auth/refresh-token"} 18 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/robots.txt"} 0.00028410993333333336 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/robots.txt"} 0.00039604099999999997 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/robots.txt"} 0.0007168799999999997 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/robots.txt"} 0.0007925229700000007 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/robots.txt"} 0.11078014500000016 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/robots.txt"} 333 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/villes-emissions/"} 0.0037072514999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/villes-emissions/"} 0.0054959169999999995 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/villes-emissions/"} 0.006353579 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/villes-emissions/"} 0.006353579 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/villes-emissions/"} 0.03986644300000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/villes-emissions/"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/auth/logout"} 0.0007848824999999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/auth/logout"} 0.0012932359 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/auth/logout"} 0.001327444 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/auth/logout"} 0.001327444 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/auth/logout"} 0.005106695 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/auth/logout"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/informations/"} 0.004328173 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/informations/"} 0.006770693600000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/informations/"} 0.00712854465 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/informations/"} 0.010279674 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/informations/"} 0.17344866299999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/informations/"} 37 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/energies/list"} 0.003944173 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/energies/list"} 0.013427234400000003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/energies/list"} 0.0158138862 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/energies/list"} 0.016364652 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/energies/list"} 0.08878067499999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/energies/list"} 13 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/energies/details"} 0.0047435954999999995 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/energies/details"} 0.012496760400000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/energies/details"} 0.018021620399999997 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/energies/details"} 0.019288572 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/energies/details"} 0.21109052699999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/energies/details"} 28 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/energies/comparisons"} 0.006902421000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/energies/comparisons"} 0.0131723195 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/energies/comparisons"} 0.015213769 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/energies/comparisons"} 0.015213769 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/energies/comparisons"} 0.08108924699999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/energies/comparisons"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/energies/emissions-data"} 0.003781132 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/energies/emissions-data"} 0.004484894499999999 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/energies/emissions-data"} 0.004970056 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/energies/emissions-data"} 0.004970056 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/energies/emissions-data"} 0.038026076 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/energies/emissions-data"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/energies/cost-evolution"} 0.004079973000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/energies/cost-evolution"} 0.0051369350000000005 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/energies/cost-evolution"} 0.005695138 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/energies/cost-evolution"} 0.005695138 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/energies/cost-evolution"} 0.042173528 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/energies/cost-evolution"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/regions/data"} 0.004338231499999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/regions/data"} 0.006656229400000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/regions/data"} 0.006852902 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/regions/data"} 0.006852902 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/regions/data"} 0.028408167999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/regions/data"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/previsions/"} 0.0036123515 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/previsions/"} 0.006530821 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/previsions/"} 0.006530821 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/previsions/"} 0.006530821 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/previsions/"} 0.016747092999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/previsions/"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/administrative/"} 0.0046792150000000005 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/administrative/"} 0.006557024900000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/administrative/"} 0.00940102139999999 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/administrative/"} 0.012862839 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/administrative/"} 0.11462575500000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/administrative/"} 22 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/administrative/faq/all"} 0.004360933 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/administrative/faq/all"} 0.0051389765 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/administrative/faq/all"} 0.0058813185 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/administrative/faq/all"} 0.007328704 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/administrative/faq/all"} 0.17779619199999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/administrative/faq/all"} 40 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/auth/google"} 0.001540325 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/auth/google"} 0.0019897024 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/auth/google"} 0.002078767 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/auth/google"} 0.002078767 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/auth/google"} 0.011286954 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/auth/google"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/auth/google/callback"} 0.140453732 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/auth/google/callback"} 0.191048247 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/auth/google/callback"} 0.191048247 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/auth/google/callback"} 0.191048247 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/auth/google/callback"} 0.7467192880000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/auth/google/callback"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/eligibility/aids"} 0.006861821 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/eligibility/aids"} 0.011827399 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/eligibility/aids"} 0.01354049425 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/eligibility/aids"} 0.014111526 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/eligibility/aids"} 0.11472788799999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/eligibility/aids"} 15 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/eligibility/simulations"} 0.013217242 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/eligibility/simulations"} 0.013217242 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/eligibility/simulations"} 0.013217242 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/eligibility/simulations"} 0.013217242 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/eligibility/simulations"} 0.013217242 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/eligibility/simulations"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/consumption/simulations"} 0.013186282 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/consumption/simulations"} 0.013186282 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/consumption/simulations"} 0.013186282 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/consumption/simulations"} 0.013186282 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/consumption/simulations"} 0.013186282 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/consumption/simulations"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/activity-types/"} 0.004108552 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/activity-types/"} 0.008531032900000003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/activity-types/"} 0.008895826 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/activity-types/"} 0.008895826 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/activity-types/"} 0.029716888 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/activity-types/"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/game/prestige-leaderboard"} 0.005844458 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/game/prestige-leaderboard"} 0.007429823 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/game/prestige-leaderboard"} 0.007429823 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/game/prestige-leaderboard"} 0.007429823 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/game/prestige-leaderboard"} 0.022438749 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/game/prestige-leaderboard"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/game/leaderboard"} 0.004169753 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/game/leaderboard"} 0.014184645 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/game/leaderboard"} 0.014184645 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/game/leaderboard"} 0.014184645 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/game/leaderboard"} 0.023819714999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/game/leaderboard"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/users"} 0.005520936 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/users"} 0.00643314 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/users"} 0.00643314 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/users"} 0.00643314 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/users"} 0.027328242999999995 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/users"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/simulations"} 0.005040335999999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/simulations"} 0.0062846942000000005 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/simulations"} 0.006286578 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/simulations"} 0.006286578 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/simulations"} 0.031365576000000006 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/simulations"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/aids/"} 0.0076997435 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/aids/"} 0.009389308 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/aids/"} 0.009389308 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/aids/"} 0.009389308 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/aids/"} 0.031824495 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/aids/"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/faq/"} 0.006057539 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/faq/"} 0.006057539 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/faq/"} 0.006057539 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/faq/"} 0.006057539 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/faq/"} 0.006057539 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/faq/"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/admin/procedures/"} 0.005893819 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/admin/procedures/"} 0.008417347 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/admin/procedures/"} 0.008417347 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/admin/procedures/"} 0.008417347 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/admin/procedures/"} 0.019681142 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/admin/procedures/"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/health/"} 0.0040216725 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/health/"} 0.01615629229999999 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/health/"} 0.05700168619999997 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/health/"} 0.111119405 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/health/"} 0.376666744 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/health/"} 36 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/health/system"} 0.000478282 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/health/system"} 0.000868915 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/health/system"} 0.0009189389999999999 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/health/system"} 0.000930483 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/health/system"} 0.007272343000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/health/system"} 13 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/account-deletion/status"} 0.004435234 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/account-deletion/status"} 0.006064099 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/account-deletion/status"} 0.006064099 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/account-deletion/status"} 0.006064099 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/account-deletion/status"} 0.01895018 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/account-deletion/status"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/account-deletion/request"} 2.251726151 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/account-deletion/request"} 2.251726151 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/account-deletion/request"} 2.251726151 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/account-deletion/request"} 2.251726151 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/account-deletion/request"} 2.251726151 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/account-deletion/request"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/account-deletion/cancel"} 1.048892993 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/account-deletion/cancel"} 1.048892993 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/account-deletion/cancel"} 1.048892993 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/account-deletion/cancel"} 1.048892993 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/account-deletion/cancel"} 1.048892993 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/account-deletion/cancel"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/account-deletion/check-auth-type"} 0.012079838 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/account-deletion/check-auth-type"} 0.012079838 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/account-deletion/check-auth-type"} 0.012079838 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/account-deletion/check-auth-type"} 0.012079838 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/account-deletion/check-auth-type"} 0.012079838 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/account-deletion/check-auth-type"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/account-deletion/send-confirmation-code"} 1.00996567 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/account-deletion/send-confirmation-code"} 1.00996567 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/account-deletion/send-confirmation-code"} 1.00996567 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/account-deletion/send-confirmation-code"} 1.00996567 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/account-deletion/send-confirmation-code"} 1.00996567 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/account-deletion/send-confirmation-code"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.save"} 0.000339741 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.save"} 0.0006413815000000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.save"} 0.000881522 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.save"} 0.000881522 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.save"} 0.003916852 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.save"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.prod"} 0.000346841 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.prod"} 0.0007400342000000004 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.prod"} 0.0011549998499999995 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.prod"} 0.001192724 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.prod"} 0.004598692999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.prod"} 11 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo.php"} 0.000272201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo.php"} 0.000374822 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo.php"} 0.00041228149999999997 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo.php"} 0.000440321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo.php"} 0.005825539999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo.php"} 20 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo"} 0.000263621 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo"} 0.0007682423999999996 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo"} 0.0009697469999999999 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo"} 0.000994003 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo"} 0.006397099999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo"} 18 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_info.php"} 0.0002874205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_info.php"} 0.0003441857 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_info.php"} 0.000358562 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_info.php"} 0.000358562 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_info.php"} 0.002326087 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_info.php"} 8 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_profiler/phpinfo"} 0.0002821605 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_profiler/phpinfo"} 0.00040727309999999997 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_profiler/phpinfo"} 0.0005180977999999998 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_profiler/phpinfo"} 0.000549762 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_profiler/phpinfo"} 0.004342451 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_profiler/phpinfo"} 14 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.example"} 0.00032928099999999995 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.example"} 0.000430625 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.example"} 0.000440033 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.example"} 0.000442721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.example"} 0.004848493 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.example"} 14 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info"} 0.000289801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info"} 0.001093323 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info"} 0.001093323 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info"} 0.001093323 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info"} 0.002190727 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/"} 0.000476281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/"} 0.0023224627999999946 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/"} 0.009095400099999996 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/"} 0.010402632 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/"} 0.02842164700000001 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/"} 23 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/favicon.ico"} 0.000301561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/favicon.ico"} 0.0005250092000000006 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/favicon.ico"} 0.000742849 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/favicon.ico"} 0.000777076 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/favicon.ico"} 0.025402796999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/favicon.ico"} 73 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/world-green-gas/"} 0.004129612499999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/world-green-gas/"} 0.008019891100000003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/world-green-gas/"} 0.008382184 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/world-green-gas/"} 0.008382184 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/world-green-gas/"} 0.028989808 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/world-green-gas/"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/funny-comparisons/"} 0.014247007 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/funny-comparisons/"} 0.037346629 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/funny-comparisons/"} 0.037346629 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/funny-comparisons/"} 0.037346629 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/funny-comparisons/"} 0.10006062699999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/funny-comparisons/"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/funny-comparisons/:id"} 0.004105252 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/funny-comparisons/:id"} 0.004105252 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/funny-comparisons/:id"} 0.004105252 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/funny-comparisons/:id"} 0.004105252 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/funny-comparisons/:id"} 0.004105252 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/funny-comparisons/:id"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/world-green-gas/countries/:countryCode"} 0.004440973 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/world-green-gas/countries/:countryCode"} 0.004440973 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/world-green-gas/countries/:countryCode"} 0.004440973 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/world-green-gas/countries/:countryCode"} 0.004440973 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/world-green-gas/countries/:countryCode"} 0.004440973 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/world-green-gas/countries/:countryCode"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/world-green-gas/filter"} 0.003951931 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/world-green-gas/filter"} 0.003951931 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/world-green-gas/filter"} 0.003951931 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/world-green-gas/filter"} 0.003951931 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/world-green-gas/filter"} 0.003951931 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/world-green-gas/filter"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/users/profile"} 0.000408402 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/users/profile"} 0.000408402 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/users/profile"} 0.000408402 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/users/profile"} 0.000408402 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/users/profile"} 0.000408402 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/users/profile"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.well-known/security.txt"} 0.000301761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.well-known/security.txt"} 0.0009336397 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.well-known/security.txt"} 0.000954844 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.well-known/security.txt"} 0.000954844 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.well-known/security.txt"} 0.0035581329999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.well-known/security.txt"} 8 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/administrative/:id"} 0.005869058 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/administrative/:id"} 0.008645923800000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/administrative/:id"} 0.015078629149999995 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/administrative/:id"} 0.018400779 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/administrative/:id"} 0.205860687 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/administrative/:id"} 31 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/"} 0.000274801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/"} 0.0003833856 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/"} 0.00046935944999999986 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/"} 0.000569482 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/"} 0.006107303 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/"} 21 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/new/.env.local"} 0.00036590099999999996 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/new/.env.local"} 0.000414641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/new/.env.local"} 0.000414641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/new/.env.local"} 0.000414641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/new/.env.local"} 0.001456364 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/new/.env.local"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/new/.env.production"} 0.000350801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/new/.env.production"} 0.001114443 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/new/.env.production"} 0.001114443 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/new/.env.production"} 0.001114443 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/new/.env.production"} 0.002131086 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/new/.env.production"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/new/.env.staging"} 0.000325221 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/new/.env.staging"} 0.000355641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/new/.env.staging"} 0.000355641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/new/.env.staging"} 0.000355641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/new/.env.staging"} 0.001261044 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/new/.env.staging"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_phpinfo.php"} 0.000285781 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_phpinfo.php"} 0.000335161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_phpinfo.php"} 0.000335161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_phpinfo.php"} 0.000335161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_phpinfo.php"} 0.001134204 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_phpinfo.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_profiler/phpinfo/info.php"} 0.0002686805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_profiler/phpinfo/info.php"} 0.00029576 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_profiler/phpinfo/info.php"} 0.00029576 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_profiler/phpinfo/info.php"} 0.00029576 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_profiler/phpinfo/info.php"} 0.0010814420000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_profiler/phpinfo/info.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php"} 0.000262201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php"} 0.000268041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php"} 0.000268041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php"} 0.000268041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_profiler/phpinfo/phpinfo.php"} 0.001025364 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_profiler/phpinfo/phpinfo.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/wp-config"} 0.000307841 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/wp-config"} 0.001086723 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/wp-config"} 0.001086723 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/wp-config"} 0.001086723 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/wp-config"} 0.001961605 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/wp-config"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/aws-secret.yaml"} 0.000269481 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/aws-secret.yaml"} 0.000289161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/aws-secret.yaml"} 0.000289161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/aws-secret.yaml"} 0.000289161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/aws-secret.yaml"} 0.001067644 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/aws-secret.yaml"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/env.backup"} 0.000605022 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/env.backup"} 0.001296204 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/env.backup"} 0.001296204 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/env.backup"} 0.001296204 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/env.backup"} 0.002742769 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/env.backup"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/xampp/phpinfo.php"} 0.000240921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/xampp/phpinfo.php"} 0.000309921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/xampp/phpinfo.php"} 0.000309921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/xampp/phpinfo.php"} 0.000309921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/xampp/phpinfo.php"} 0.0010089640000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/xampp/phpinfo.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/lara/info.php"} 0.00023032 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/lara/info.php"} 0.000306681 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/lara/info.php"} 0.000306681 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/lara/info.php"} 0.000306681 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/lara/info.php"} 0.000970002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/lara/info.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/lara/phpinfo.php"} 0.000244901 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/lara/phpinfo.php"} 0.000288641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/lara/phpinfo.php"} 0.000288641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/lara/phpinfo.php"} 0.000288641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/lara/phpinfo.php"} 0.000984243 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/lara/phpinfo.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/laravel/info.php"} 0.00024472000000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/laravel/info.php"} 0.000277281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/laravel/info.php"} 0.000277281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/laravel/info.php"} 0.000277281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/laravel/info.php"} 0.000987042 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/laravel/info.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/service/email_service.py"} 0.00028096100000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/service/email_service.py"} 0.000318841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/service/email_service.py"} 0.000318841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/service/email_service.py"} 0.000318841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/service/email_service.py"} 0.001118924 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/service/email_service.py"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/node/.env_example"} 0.000286541 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/node/.env_example"} 0.000432721 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/node/.env_example"} 0.000432721 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/node/.env_example"} 0.000432721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/node/.env_example"} 0.0012519240000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/node/.env_example"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.production.local"} 0.000293301 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.production.local"} 0.000324881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.production.local"} 0.000324881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.production.local"} 0.000324881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.production.local"} 0.0011776439999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.production.local"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.local"} 0.000361641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.local"} 0.0004469690000000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.local"} 0.000478975 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.local"} 0.000486361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.local"} 0.004639093000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.local"} 13 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.stage"} 0.000331741 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.stage"} 0.000349161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.stage"} 0.000349161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.stage"} 0.000349161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.stage"} 0.001308524 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.stage"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server/config/database.js"} 0.000303201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server/config/database.js"} 0.0081775473 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server/config/database.js"} 0.010211709 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server/config/database.js"} 0.010211709 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server/config/database.js"} 0.015287885 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server/config/database.js"} 8 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.old"} 0.000315121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.old"} 0.000381529 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.old"} 0.00040994499999999994 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.old"} 0.000414681 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.old"} 0.0039007729999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.old"} 12 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env_sample"} 0.000320561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env_sample"} 0.000337041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env_sample"} 0.000337041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env_sample"} 0.000337041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env_sample"} 0.001263644 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env_sample"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/scripts/nodemailer.js"} 0.000285041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/scripts/nodemailer.js"} 0.005925337399999999 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/scripts/nodemailer.js"} 0.00683262 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/scripts/nodemailer.js"} 0.00683262 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/scripts/nodemailer.js"} 0.010518792 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/scripts/nodemailer.js"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.aws/credentials"} 0.00026484100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.aws/credentials"} 0.0011674512 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.aws/credentials"} 0.0014556285999999996 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.aws/credentials"} 0.001537965 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.aws/credentials"} 0.005848379 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.aws/credentials"} 14 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info.php"} 0.000260721 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info.php"} 0.000300137 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info.php"} 0.000304895 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info.php"} 0.000305401 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info.php"} 0.005597617000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info.php"} 21 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dashboard/phpinfo.php"} 0.00027718100000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dashboard/phpinfo.php"} 0.000332761 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dashboard/phpinfo.php"} 0.000332761 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dashboard/phpinfo.php"} 0.000332761 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dashboard/phpinfo.php"} 0.0011337230000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dashboard/phpinfo.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/main.141b0494.js"} 0.00026212100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/main.141b0494.js"} 0.0009895868000000003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/main.141b0494.js"} 0.001066243 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/main.141b0494.js"} 0.001066243 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/main.141b0494.js"} 0.0023382079999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/main.141b0494.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/enhancecp"} 0.000272561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/enhancecp"} 0.000319961 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/enhancecp"} 0.000319961 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/enhancecp"} 0.000319961 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/enhancecp"} 0.0013920449999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/enhancecp"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/tool/view/phpinfo.view.php"} 0.000251321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/tool/view/phpinfo.view.php"} 0.000251321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/tool/view/phpinfo.view.php"} 0.000251321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/tool/view/phpinfo.view.php"} 0.000251321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/tool/view/phpinfo.view.php"} 0.000251321 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/tool/view/phpinfo.view.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js"} 0.0004241415 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js"} 0.005185658 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js"} 0.005233934 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js"} 0.005233934 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js"} 0.011326593 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/main.e85f7a37.js"} 0.00030752 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/main.e85f7a37.js"} 0.001704045 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/main.e85f7a37.js"} 0.001704045 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/main.e85f7a37.js"} 0.001704045 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/main.e85f7a37.js"} 0.00392921 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/main.e85f7a37.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/server_info.php"} 0.000253321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/server_info.php"} 0.000256361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/server_info.php"} 0.000256361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/server_info.php"} 0.000256361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/server_info.php"} 0.000755763 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/server_info.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server_info.php"} 0.000310761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server_info.php"} 0.000342161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server_info.php"} 0.000342161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server_info.php"} 0.000342161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server_info.php"} 0.000860282 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server_info.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app_dev.php/_profiler/phpinfo"} 0.000305081 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app_dev.php/_profiler/phpinfo"} 0.000937403 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app_dev.php/_profiler/phpinfo"} 0.000937403 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app_dev.php/_profiler/phpinfo"} 0.000937403 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app_dev.php/_profiler/phpinfo"} 0.0020633269999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app_dev.php/_profiler/phpinfo"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test.php"} 0.00026142099999999996 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test.php"} 0.00037120119999999973 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test.php"} 0.0008547625999999991 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test.php"} 0.000992923 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test.php"} 0.004325975 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test.php"} 14 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server-info"} 0.0002582 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server-info"} 0.001031204 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server-info"} 0.001031204 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server-info"} 0.001031204 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server-info"} 0.001523965 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server-info"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server-info.php"} 0.0002514 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server-info.php"} 0.000307881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server-info.php"} 0.000307881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server-info.php"} 0.000307881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server-info.php"} 0.0007768809999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server-info.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/secured/phpinfo.php"} 0.000274561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/secured/phpinfo.php"} 0.000277721 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/secured/phpinfo.php"} 0.000277721 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/secured/phpinfo.php"} 0.000277721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/secured/phpinfo.php"} 0.000810762 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/secured/phpinfo.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config.js"} 0.00029994099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config.js"} 0.0012503761 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config.js"} 0.0013487407999999998 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config.js"} 0.001376845 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config.js"} 0.007856586 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config.js"} 14 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server.js"} 0.000381361 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server.js"} 0.016877543399999997 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server.js"} 0.020631018 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server.js"} 0.020631018 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server.js"} 0.024761191000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server.js"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/appsettings.json"} 0.00027878099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/appsettings.json"} 0.002807448 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/appsettings.json"} 0.00348137 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/appsettings.json"} 0.00348137 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/appsettings.json"} 0.007758903 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/appsettings.json"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/shared/config/config.js"} 0.000300561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/shared/config/config.js"} 0.001613164 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/shared/config/config.js"} 0.001613164 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/shared/config/config.js"} 0.001613164 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/shared/config/config.js"} 0.002895448 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/shared/config/config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/aws.yml"} 0.0002838 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/aws.yml"} 0.000383041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/aws.yml"} 0.000383041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/aws.yml"} 0.000383041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/aws.yml"} 0.000888881 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/aws.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/settings.py"} 0.000232081 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/settings.py"} 0.00032672 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/settings.py"} 0.00032672 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/settings.py"} 0.00032672 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/settings.py"} 0.0013214420000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/settings.py"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config.json"} 0.000272441 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config.json"} 0.0079609159 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config.json"} 0.009713239199999994 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config.json"} 0.012232479 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config.json"} 0.04930463400000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config.json"} 22 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/main.js"} 0.000991523 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/main.js"} 0.0081972404 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/main.js"} 0.009531678449999997 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/main.js"} 0.009652991 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/main.js"} 0.030822175999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/main.js"} 11 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/constants.js"} 0.001239684 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/constants.js"} 0.008335339100000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/constants.js"} 0.009019465 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/constants.js"} 0.009019465 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/constants.js"} 0.014131840000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/constants.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/application.properties"} 0.000262181 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/application.properties"} 0.001101083 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/application.properties"} 0.001101083 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/application.properties"} 0.001101083 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/application.properties"} 0.0018575260000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/application.properties"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/js/main.js"} 0.0004231415 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/js/main.js"} 0.0046406945000000005 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/js/main.js"} 0.007163783 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/js/main.js"} 0.007163783 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/js/main.js"} 0.013132841 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/js/main.js"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/js/main.js"} 0.001260604 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/js/main.js"} 0.007723960000000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/js/main.js"} 0.010240017499999997 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/js/main.js"} 0.01046875 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/js/main.js"} 0.030137091000000005 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/js/main.js"} 11 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/karma.conf.json"} 0.000302961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/karma.conf.json"} 0.007184061 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/karma.conf.json"} 0.007184061 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/karma.conf.json"} 0.007184061 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/karma.conf.json"} 0.013365999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/karma.conf.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/swagger.json"} 0.000296741 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/swagger.json"} 0.0012592559 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/swagger.json"} 0.006682938699999995 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/swagger.json"} 0.008997025 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/swagger.json"} 0.015086763999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/swagger.json"} 16 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/swagger.js"} 0.000351161 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/swagger.js"} 0.019032134 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/swagger.js"} 0.019032134 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/swagger.js"} 0.019032134 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/swagger.js"} 0.020471738 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/swagger.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/gatsby-config.js"} 0.000329641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/gatsby-config.js"} 0.016494927 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/gatsby-config.js"} 0.016494927 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/gatsby-config.js"} 0.016494927 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/gatsby-config.js"} 0.021553222 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/gatsby-config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/backend/config/default.yml"} 0.00025176 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/backend/config/default.yml"} 0.000344721 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/backend/config/default.yml"} 0.000344721 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/backend/config/default.yml"} 0.000344721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/backend/config/default.yml"} 0.0008248019999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/backend/config/default.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app.py"} 0.000270761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app.py"} 0.000298641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app.py"} 0.000298641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app.py"} 0.000298641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app.py"} 0.000836803 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app.py"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/controllers/merchant.js"} 0.000285081 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/controllers/merchant.js"} 0.004352893 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/controllers/merchant.js"} 0.004352893 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/controllers/merchant.js"} 0.004352893 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/controllers/merchant.js"} 0.005644937000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/controllers/merchant.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/controllers/partner.js"} 0.000255921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/controllers/partner.js"} 0.003099009 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/controllers/partner.js"} 0.003099009 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/controllers/partner.js"} 0.003099009 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/controllers/partner.js"} 0.004285612 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/controllers/partner.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/config.js"} 0.000311921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/config.js"} 0.008021143 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/config.js"} 0.008021143 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/config.js"} 0.008021143 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/config.js"} 0.014936842999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/objects/codes.php.save"} 0.000240761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/objects/codes.php.save"} 0.000305801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/objects/codes.php.save"} 0.000305801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/objects/codes.php.save"} 0.000305801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/objects/codes.php.save"} 0.000777483 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/objects/codes.php.save"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/apis/config/config.js"} 0.000236201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/apis/config/config.js"} 0.007615181 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/apis/config/config.js"} 0.007615181 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/apis/config/config.js"} 0.007615181 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/apis/config/config.js"} 0.009722106000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/apis/config/config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/apis/controllers/users.js"} 0.000235961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/apis/controllers/users.js"} 0.003903411 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/apis/controllers/users.js"} 0.003903411 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/apis/controllers/users.js"} 0.003903411 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/apis/controllers/users.js"} 0.004915814 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/apis/controllers/users.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app.js"} 0.000591242 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app.js"} 0.0057574320000000016 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app.js"} 0.007781789499999997 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app.js"} 0.007965822 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app.js"} 0.018175491000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app.js"} 11 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/backend/config/development.yml"} 0.000288681 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/backend/config/development.yml"} 0.000352241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/backend/config/development.yml"} 0.000352241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/backend/config/development.yml"} 0.000352241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/backend/config/development.yml"} 0.0008705219999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/backend/config/development.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/cloud/Scraper.js"} 0.0003136205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/cloud/Scraper.js"} 0.0007608500000000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/cloud/Scraper.js"} 0.000785122 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/cloud/Scraper.js"} 0.000785122 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/cloud/Scraper.js"} 0.002493487 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/cloud/Scraper.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/application.yml"} 0.000267921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/application.yml"} 0.000296561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/application.yml"} 0.000296561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/application.yml"} 0.000296561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/application.yml"} 0.000814563 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/application.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/storage.yml"} 0.000275121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/storage.yml"} 0.000327441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/storage.yml"} 0.000327441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/storage.yml"} 0.000327441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/storage.yml"} 0.000849762 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/storage.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/configs/routes-4aug.js"} 0.0007099225 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/configs/routes-4aug.js"} 0.0073132814000000015 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/configs/routes-4aug.js"} 0.007599422 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/configs/routes-4aug.js"} 0.007599422 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/configs/routes-4aug.js"} 0.014321405 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/configs/routes-4aug.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/configs/routes.js"} 0.000251 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/configs/routes.js"} 0.008759145 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/configs/routes.js"} 0.008759145 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/configs/routes.js"} 0.008759145 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/configs/routes.js"} 0.01051687 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/configs/routes.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/configs/s3_config.json"} 0.000574961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/configs/s3_config.json"} 0.001768645 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/configs/s3_config.json"} 0.001768645 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/configs/s3_config.json"} 0.001768645 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/configs/s3_config.json"} 0.003835651 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/configs/s3_config.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/controller/admin/post.js"} 0.000266161 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/controller/admin/post.js"} 0.005441416 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/controller/admin/post.js"} 0.005441416 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/controller/admin/post.js"} 0.005441416 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/controller/admin/post.js"} 0.00681938 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/controller/admin/post.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/controller/api/post.js"} 0.000305761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/controller/api/post.js"} 0.009104306 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/controller/api/post.js"} 0.009104306 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/controller/api/post.js"} 0.009104306 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/controller/api/post.js"} 0.014572042 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/controller/api/post.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/controllers/settings.js"} 0.00026476 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/controllers/settings.js"} 0.02107142 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/controllers/settings.js"} 0.02107142 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/controllers/settings.js"} 0.02107142 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/controllers/settings.js"} 0.026825037 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/controllers/settings.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/getcpuutil.php-bakworking"} 0.000295001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/getcpuutil.php-bakworking"} 0.001322124 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/getcpuutil.php-bakworking"} 0.001322124 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/getcpuutil.php-bakworking"} 0.001322124 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/getcpuutil.php-bakworking"} 0.0018396060000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/getcpuutil.php-bakworking"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/helper.js"} 0.001004643 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/helper.js"} 0.005110735 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/helper.js"} 0.005110735 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/helper.js"} 0.005110735 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/helper.js"} 0.007684782999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/helper.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/helper/EmailHelper.js"} 0.00028624 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/helper/EmailHelper.js"} 0.006395178 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/helper/EmailHelper.js"} 0.006395178 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/helper/EmailHelper.js"} 0.006395178 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/helper/EmailHelper.js"} 0.009893067 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/helper/EmailHelper.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/index.js"} 0.000314641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/index.js"} 0.002706328 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/index.js"} 0.002706328 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/index.js"} 0.002706328 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/index.js"} 0.003808972 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/index.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/index.html"} 0.0027868485000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/index.html"} 0.013567343400000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/index.html"} 0.014707767 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/index.html"} 0.014707767 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/index.html"} 0.036066473 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/index.html"} 8 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/my_env/chakaash.py"} 0.000301041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/my_env/chakaash.py"} 0.000327041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/my_env/chakaash.py"} 0.000327041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/my_env/chakaash.py"} 0.000327041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/my_env/chakaash.py"} 0.0009102029999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/my_env/chakaash.py"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/my_env/newsletter.py"} 0.00029192 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/my_env/newsletter.py"} 0.001349804 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/my_env/newsletter.py"} 0.001349804 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/my_env/newsletter.py"} 0.001349804 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/my_env/newsletter.py"} 0.001892885 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/my_env/newsletter.py"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/my_env/palash.py"} 0.00030752 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/my_env/palash.py"} 0.000929643 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/my_env/palash.py"} 0.000929643 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/my_env/palash.py"} 0.000929643 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/my_env/palash.py"} 0.001493524 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/my_env/palash.py"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/mytest/astech_robot.js"} 0.0004599815 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/mytest/astech_robot.js"} 0.011721889900000004 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/mytest/astech_robot.js"} 0.012834037 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/mytest/astech_robot.js"} 0.012834037 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/mytest/astech_robot.js"} 0.015951087 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/mytest/astech_robot.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/partner/config/config.js"} 0.0005981020000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/partner/config/config.js"} 0.0056771960000000015 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/partner/config/config.js"} 0.006067257 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/partner/config/config.js"} 0.006067257 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/partner/config/config.js"} 0.009898949 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/partner/config/config.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/settings.json"} 0.000308801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/settings.json"} 0.005849378 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/settings.json"} 0.005849378 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/settings.json"} 0.005849378 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/settings.json"} 0.0076765439999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/settings.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/settings.local"} 0.000244321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/settings.local"} 0.000278441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/settings.local"} 0.000278441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/settings.local"} 0.000278441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/settings.local"} 0.000719442 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/settings.local"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.circleci/configs/development.yml"} 0.000275881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.circleci/configs/development.yml"} 0.000924443 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.circleci/configs/development.yml"} 0.000924443 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.circleci/configs/development.yml"} 0.000924443 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.circleci/configs/development.yml"} 0.001449245 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.circleci/configs/development.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/settings.prod"} 0.00025528 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/settings.prod"} 0.000281241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/settings.prod"} 0.000281241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/settings.prod"} 0.000281241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/settings.prod"} 0.000764962 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/settings.prod"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/config/parameters.yml"} 0.000254481 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/config/parameters.yml"} 0.000267441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/config/parameters.yml"} 0.000267441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/config/parameters.yml"} 0.000267441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/config/parameters.yml"} 0.000756843 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/config/parameters.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/parameters.yml"} 0.00025542100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/parameters.yml"} 0.000318841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/parameters.yml"} 0.000318841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/parameters.yml"} 0.000318841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/parameters.yml"} 0.001023244 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/parameters.yml"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/user/config/config.js"} 0.00027 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/user/config/config.js"} 0.002138526 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/user/config/config.js"} 0.002138526 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/user/config/config.js"} 0.002138526 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/user/config/config.js"} 0.00380689 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/user/config/config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/user/controllers/index.js"} 0.000260361 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/user/controllers/index.js"} 0.0073059 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/user/controllers/index.js"} 0.0073059 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/user/controllers/index.js"} 0.0073059 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/user/controllers/index.js"} 0.01042147 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/user/controllers/index.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.AWS_/credentials"} 0.000247321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.AWS_/credentials"} 0.000319841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.AWS_/credentials"} 0.000319841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.AWS_/credentials"} 0.000319841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.AWS_/credentials"} 0.0007939619999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.AWS_/credentials"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/local.yml"} 0.00023244 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/local.yml"} 0.000272161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/local.yml"} 0.000272161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/local.yml"} 0.000272161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/local.yml"} 0.0007293219999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/local.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/backend/config/settings.yml"} 0.000287641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/backend/config/settings.yml"} 0.000287721 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/backend/config/settings.yml"} 0.000287721 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/backend/config/settings.yml"} 0.000287721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/backend/config/settings.yml"} 0.0008004029999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/backend/config/settings.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/config/config.yml"} 0.000279001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/config/config.yml"} 0.000374161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/config/config.yml"} 0.000374161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/config/config.yml"} 0.000374161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/config/config.yml"} 0.0008798820000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/config/config.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/config"} 0.00025090050000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/config"} 0.000377522 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/config"} 0.000377522 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/config"} 0.000377522 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/config"} 0.001103004 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/config"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.travis.yml"} 0.000336641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.travis.yml"} 0.001103963 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.travis.yml"} 0.001103963 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.travis.yml"} 0.001103963 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.travis.yml"} 0.0017612049999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.travis.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/aws.yml"} 0.000279441 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/aws.yml"} 0.000299161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/aws.yml"} 0.000299161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/aws.yml"} 0.000299161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/aws.yml"} 0.000853683 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/aws.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/sms.py"} 0.0002652 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/sms.py"} 0.000314001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/sms.py"} 0.000314001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/sms.py"} 0.000314001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/sms.py"} 0.000837842 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/sms.py"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/config.json"} 0.000294401 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/config.json"} 0.008122606599999997 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/config.json"} 0.009672107 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/config.json"} 0.009672107 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/config.json"} 0.013591798999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/config.json"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/main.yml"} 0.000294721 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/main.yml"} 0.001381084 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/main.yml"} 0.001381084 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/main.yml"} 0.001381084 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/main.yml"} 0.001929966 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/main.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/helpers/utility.js"} 0.000312641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/helpers/utility.js"} 0.001884085 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/helpers/utility.js"} 0.001884085 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/helpers/utility.js"} 0.001884085 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/helpers/utility.js"} 0.0035674099999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/helpers/utility.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server/s3.js"} 0.000393601 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server/s3.js"} 0.002774808 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server/s3.js"} 0.002774808 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server/s3.js"} 0.002774808 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server/s3.js"} 0.006147298 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server/s3.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/s3.js"} 0.001068524 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/s3.js"} 0.003972291 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/s3.js"} 0.003972291 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/s3.js"} 0.003972291 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/s3.js"} 0.006995541000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/s3.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/debug/default/view"} 0.000270601 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/debug/default/view"} 0.0010830832 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/debug/default/view"} 0.001093843 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/debug/default/view"} 0.001093843 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/debug/default/view"} 0.003458012 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/debug/default/view"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/aws/credentials"} 0.000249641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/aws/credentials"} 0.00027252 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/aws/credentials"} 0.00027252 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/aws/credentials"} 0.00027252 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/aws/credentials"} 0.000726361 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/aws/credentials"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.aws/config"} 0.000341041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.aws/config"} 0.001127571 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.aws/config"} 0.001174083 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.aws/config"} 0.001174083 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.aws/config"} 0.0040599320000000005 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.aws/config"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/graphql"} 0.000250141 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/graphql"} 0.000285681 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/graphql"} 0.000285681 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/graphql"} 0.000285681 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/graphql"} 0.001008083 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/graphql"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api"} 0.0002260405 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api"} 0.000267521 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api"} 0.000267521 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api"} 0.000267521 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api"} 0.0009386819999999999 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/graphql"} 0.0002271005 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/graphql"} 0.000260441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/graphql"} 0.000260441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/graphql"} 0.000260441 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/graphql"} 0.000931922 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/graphql"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/graphql/api"} 0.0002241205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/graphql/api"} 0.000241961 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/graphql/api"} 0.000241961 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/graphql/api"} 0.000241961 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/graphql/api"} 0.000901043 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/graphql/api"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/api/gql"} 0.00030944100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/api/gql"} 0.000942723 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/api/gql"} 0.000942723 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/api/gql"} 0.000942723 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/api/gql"} 0.001807165 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/api/gql"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/swagger-ui.html"} 0.00029700099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/swagger-ui.html"} 0.000327961 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/swagger-ui.html"} 0.000327961 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/swagger-ui.html"} 0.000327961 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/swagger-ui.html"} 0.0011763239999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/swagger-ui.html"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/swagger/index.html"} 0.00027510100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/swagger/index.html"} 0.00027672 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/swagger/index.html"} 0.00027672 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/swagger/index.html"} 0.00027672 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/swagger/index.html"} 0.001061682 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/swagger/index.html"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/swagger/swagger-ui.html"} 0.0002729405 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/swagger/swagger-ui.html"} 0.00028504 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/swagger/swagger-ui.html"} 0.00028504 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/swagger/swagger-ui.html"} 0.00028504 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/swagger/swagger-ui.html"} 0.001060562 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/swagger/swagger-ui.html"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/webjars/swagger-ui/index.html"} 0.000278421 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/webjars/swagger-ui/index.html"} 0.000345482 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/webjars/swagger-ui/index.html"} 0.000345482 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/webjars/swagger-ui/index.html"} 0.000345482 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/webjars/swagger-ui/index.html"} 0.001135845 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/webjars/swagger-ui/index.html"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/swagger/v1/swagger.json"} 0.00029408099999999996 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/swagger/v1/swagger.json"} 0.017572965800000007 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/swagger/v1/swagger.json"} 0.019419895 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/swagger/v1/swagger.json"} 0.019419895 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/swagger/v1/swagger.json"} 0.021498222 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/swagger/v1/swagger.json"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/v2/api-docs"} 0.000311741 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/v2/api-docs"} 0.000400802 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/v2/api-docs"} 0.000400802 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/v2/api-docs"} 0.000400802 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/v2/api-docs"} 0.001285165 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/v2/api-docs"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/v3/api-docs"} 0.000301581 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/v3/api-docs"} 0.000938323 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/v3/api-docs"} 0.000938323 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/v3/api-docs"} 0.000938323 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/v3/api-docs"} 0.001800766 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/v3/api-docs"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/swagger.json"} 0.00029068 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/swagger.json"} 0.0032634974 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/swagger.json"} 0.003835691 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/swagger.json"} 0.003835691 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/swagger.json"} 0.006158897000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/swagger.json"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/@vite/env"} 0.001627525 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/@vite/env"} 0.0084848116 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/@vite/env"} 0.00922563 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/@vite/env"} 0.00922563 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/@vite/env"} 0.027399569 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/@vite/env"} 9 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/actuator/env"} 0.000311861 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/actuator/env"} 0.000367641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/actuator/env"} 0.000367641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/actuator/env"} 0.000367641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/actuator/env"} 0.0012504839999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/actuator/env"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server"} 0.000283381 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server"} 0.000333281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server"} 0.000333281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server"} 0.000333281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server"} 0.001149204 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.vscode/sftp.json"} 0.0002882805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.vscode/sftp.json"} 0.011146887400000003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.vscode/sftp.json"} 0.012120834 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.vscode/sftp.json"} 0.012120834 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.vscode/sftp.json"} 0.015579085000000003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.vscode/sftp.json"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/about"} 0.000280601 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/about"} 0.000326481 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/about"} 0.000326481 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/about"} 0.000326481 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/about"} 0.001142244 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/about"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/v2/_catalog"} 0.00026568100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/v2/_catalog"} 0.000284521 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/v2/_catalog"} 0.000284521 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/v2/_catalog"} 0.000284521 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/v2/_catalog"} 0.001072404 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/v2/_catalog"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 0.000302861 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 0.000383201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 0.000383201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 0.000383201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 0.0012623640000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server-status"} 0.00030024100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server-status"} 0.001004963 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server-status"} 0.001004963 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server-status"} 0.001004963 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server-status"} 0.0018672860000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server-status"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/login.action"} 0.000299621 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/login.action"} 0.000330321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/login.action"} 0.000330321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/login.action"} 0.000330321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/login.action"} 0.001195564 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/login.action"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_all_dbs"} 0.00034160099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_all_dbs"} 0.000352161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_all_dbs"} 0.000352161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_all_dbs"} 0.000352161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_all_dbs"} 0.0006832019999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_all_dbs"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 0.00031354099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 0.000330121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 0.000330121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 0.000330121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 0.001193523 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/telescope/requests"} 0.0006063615000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/telescope/requests"} 0.000989003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/telescope/requests"} 0.000989003 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/telescope/requests"} 0.000989003 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/telescope/requests"} 0.002522247 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/telescope/requests"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.dev"} 0.000348081 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.dev"} 0.000416321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.dev"} 0.000416321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.dev"} 0.000416321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.dev"} 0.001379244 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.dev"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.staging"} 0.000345562 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.staging"} 0.00037394559999999997 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.staging"} 0.000381242 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.staging"} 0.000381242 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.staging"} 0.0029958899999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.staging"} 9 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.development"} 0.000341601 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.development"} 0.000404465 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.development"} 0.00043579299999999997 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.development"} 0.000438641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.development"} 0.0037213719999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.development"} 11 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.production"} 0.000321541 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.production"} 0.0004019420000000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.production"} 0.00047190199999999985 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.production"} 0.000483562 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.production"} 0.004035296 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.production"} 12 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.test"} 0.000326041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.test"} 0.000446585 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.test"} 0.000464481 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.test"} 0.000464481 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.test"} 0.0024238070000000005 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.test"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.backup"} 0.00033984149999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.backup"} 0.0004169015 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.backup"} 0.000432842 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.backup"} 0.000432842 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.backup"} 0.003458452 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.backup"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.sample"} 0.000343802 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.sample"} 0.000401281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.sample"} 0.000401281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.sample"} 0.000401281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.sample"} 0.001751926 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.sample"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.orig"} 0.000323441 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.orig"} 0.000344361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.orig"} 0.000344361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.orig"} 0.000344361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.orig"} 0.000985483 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.orig"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.swp"} 0.000330041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.swp"} 0.001269724 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.swp"} 0.001269724 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.swp"} 0.001269724 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.swp"} 0.0019167259999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.swp"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env~"} 0.000334561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env~"} 0.000355081 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env~"} 0.000355081 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env~"} 0.000355081 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env~"} 0.001011483 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env~"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.tmp"} 0.000359641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.tmp"} 0.000371441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.tmp"} 0.000371441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.tmp"} 0.000371441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.tmp"} 0.0010419630000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.tmp"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.dist"} 0.000339341 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.dist"} 0.000377161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.dist"} 0.000377161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.dist"} 0.000377161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.dist"} 0.001382805 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.dist"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/.env.save"} 0.000341361 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/.env.save"} 0.000360681 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/.env.save"} 0.000360681 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/.env.save"} 0.000360681 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/.env.save"} 0.000682722 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/.env.old"} 0.000329121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/.env.old"} 0.000401841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/.env.old"} 0.000401841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/.env.old"} 0.000401841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/.env.old"} 0.001045723 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/.env.save"} 0.000352861 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/.env.save"} 0.000354841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/.env.save"} 0.000354841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/.env.save"} 0.000354841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/.env.save"} 0.000705722 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/.env.old"} 0.000388961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/.env.old"} 0.000483041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/.env.old"} 0.000483041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/.env.old"} 0.000483041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/.env.old"} 0.001233764 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/.env.save"} 0.00033808099999999995 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/.env.save"} 0.000344841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/.env.save"} 0.000344841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/.env.save"} 0.000344841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/.env.save"} 0.0006761619999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/.env.old"} 0.000342522 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/.env.old"} 0.000370121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/.env.old"} 0.000370121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/.env.old"} 0.000370121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/.env.old"} 0.001025244 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/.env.save"} 0.00036870100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/.env.save"} 0.000392441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/.env.save"} 0.000392441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/.env.save"} 0.000392441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/.env.save"} 0.0007374020000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/.env.old"} 0.000329041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/.env.old"} 0.000336121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/.env.old"} 0.000336121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/.env.old"} 0.000336121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/.env.old"} 0.000958563 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/src/.env.save"} 0.000341521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/src/.env.save"} 0.000344641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/src/.env.save"} 0.000344641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/src/.env.save"} 0.000344641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/src/.env.save"} 0.000683042 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/src/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/src/.env.old"} 0.000301001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/src/.env.old"} 0.000338481 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/src/.env.old"} 0.000338481 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/src/.env.old"} 0.000338481 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/src/.env.old"} 0.000931003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/src/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/.env.save"} 0.0003643415 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/.env.save"} 0.000409482 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/.env.save"} 0.000409482 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/.env.save"} 0.000409482 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/.env.save"} 0.000728683 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/.env.old"} 0.000346561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/.env.old"} 0.000401601 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/.env.old"} 0.000401601 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/.env.old"} 0.000401601 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/.env.old"} 0.001079843 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/.env.save"} 0.000348021 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/.env.save"} 0.000363841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/.env.save"} 0.000363841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/.env.save"} 0.000363841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/.env.save"} 0.000696042 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/.env.old"} 0.000355201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/.env.old"} 0.000367522 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/.env.old"} 0.000367522 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/.env.old"} 0.000367522 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/.env.old"} 0.001051204 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/includes/.env.save"} 0.000329081 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/includes/.env.save"} 0.000329721 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/includes/.env.save"} 0.000329721 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/includes/.env.save"} 0.000329721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/includes/.env.save"} 0.000658162 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/includes/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/includes/.env.old"} 0.000391401 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/includes/.env.old"} 0.000392801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/includes/.env.old"} 0.000392801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/includes/.env.old"} 0.000392801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/includes/.env.old"} 0.001106803 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/includes/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/lib/.env.save"} 0.00035040150000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/lib/.env.save"} 0.000362401 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/lib/.env.save"} 0.000362401 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/lib/.env.save"} 0.000362401 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/lib/.env.save"} 0.0007008030000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/lib/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/lib/.env.old"} 0.000398401 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/lib/.env.old"} 0.000468561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/lib/.env.old"} 0.000468561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/lib/.env.old"} 0.000468561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/lib/.env.old"} 0.001193443 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/lib/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/application/.env.save"} 0.000329001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/application/.env.save"} 0.000334841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/application/.env.save"} 0.000334841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/application/.env.save"} 0.000334841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/application/.env.save"} 0.000658002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/application/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/application/.env.old"} 0.000326801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/application/.env.old"} 0.000339441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/application/.env.old"} 0.000339441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/application/.env.old"} 0.000339441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/application/.env.old"} 0.000962443 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/application/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/system/.env.save"} 0.00037730200000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/system/.env.save"} 0.000418082 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/system/.env.save"} 0.000418082 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/system/.env.save"} 0.000418082 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/system/.env.save"} 0.0007546040000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/system/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/system/.env.old"} 0.000351401 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/system/.env.old"} 0.000372002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/system/.env.old"} 0.000372002 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/system/.env.old"} 0.000372002 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/system/.env.old"} 0.001010084 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/system/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/core/.env.save"} 0.000336021 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/core/.env.save"} 0.000374881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/core/.env.save"} 0.000374881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/core/.env.save"} 0.000374881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/core/.env.save"} 0.000672042 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/core/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/core/.env.old"} 0.000308241 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/core/.env.old"} 0.000335841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/core/.env.old"} 0.000335841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/core/.env.old"} 0.000335841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/core/.env.old"} 0.000932803 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/core/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/modules/.env.save"} 0.000350121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/modules/.env.save"} 0.000388841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/modules/.env.save"} 0.000388841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/modules/.env.save"} 0.000388841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/modules/.env.save"} 0.000700242 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/modules/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/modules/.env.old"} 0.000322001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/modules/.env.old"} 0.000414162 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/modules/.env.old"} 0.000414162 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/modules/.env.old"} 0.000414162 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/modules/.env.old"} 0.001042804 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/modules/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/plugins/.env.save"} 0.000350921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/plugins/.env.save"} 0.000398801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/plugins/.env.save"} 0.000398801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/plugins/.env.save"} 0.000398801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/plugins/.env.save"} 0.000701842 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/plugins/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/plugins/.env.old"} 0.000322161 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/plugins/.env.old"} 0.000369281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/plugins/.env.old"} 0.000369281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/plugins/.env.old"} 0.000369281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/plugins/.env.old"} 0.000993083 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/plugins/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/themes/.env.save"} 0.00038956150000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/themes/.env.save"} 0.000409362 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/themes/.env.save"} 0.000409362 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/themes/.env.save"} 0.000409362 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/themes/.env.save"} 0.0007791230000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/themes/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/themes/.env.old"} 0.000368961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/themes/.env.old"} 0.001145444 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/themes/.env.old"} 0.001145444 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/themes/.env.old"} 0.001145444 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/themes/.env.old"} 0.001836966 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/themes/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/vendor/.env.save"} 0.0003462215 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/vendor/.env.save"} 0.000367082 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/vendor/.env.save"} 0.000367082 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/vendor/.env.save"} 0.000367082 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/vendor/.env.save"} 0.000692443 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/vendor/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/vendor/.env.old"} 0.000327521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/vendor/.env.old"} 0.000367801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/vendor/.env.old"} 0.000367801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/vendor/.env.old"} 0.000367801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/vendor/.env.old"} 0.001021003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/vendor/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/storage/.env.save"} 0.000366441 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/storage/.env.save"} 0.000392001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/storage/.env.save"} 0.000392001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/storage/.env.save"} 0.000392001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/storage/.env.save"} 0.000732882 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/storage/.env.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/storage/.env.old"} 0.000325521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/storage/.env.old"} 0.000340281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/storage/.env.old"} 0.000340281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/storage/.env.old"} 0.000340281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/storage/.env.old"} 0.000978443 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/storage/.env.old"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info1.php"} 0.000287281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info1.php"} 0.000871243 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info1.php"} 0.000871243 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info1.php"} 0.000871243 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info1.php"} 0.001687085 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info1.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info2.php"} 0.000272261 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info2.php"} 0.000302921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info2.php"} 0.000302921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info2.php"} 0.000302921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info2.php"} 0.0010883639999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info2.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php.php"} 0.000267441 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php.php"} 0.000300433 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php.php"} 0.000304801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php.php"} 0.000304801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php.php"} 0.0018988059999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php.php"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/pi.php"} 0.0002923205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/pi.php"} 0.000322561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/pi.php"} 0.000322561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/pi.php"} 0.000322561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/pi.php"} 0.0011823620000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/pi.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/i.php"} 0.00028348100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/i.php"} 0.0008630748000000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/i.php"} 0.000924323 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/i.php"} 0.000924323 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/i.php"} 0.002319167 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/i.php"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpversion.php"} 0.000276961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpversion.php"} 0.001142443 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpversion.php"} 0.001142443 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpversion.php"} 0.001142443 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpversion.php"} 0.0022059659999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpversion.php"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_version.php"} 0.0002704205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_version.php"} 0.000289121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_version.php"} 0.000289121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_version.php"} 0.000289121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_version.php"} 0.001083762 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_version.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/serverinfo.php"} 0.000300521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/serverinfo.php"} 0.000951003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/serverinfo.php"} 0.000951003 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/serverinfo.php"} 0.000951003 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/serverinfo.php"} 0.0018073249999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/serverinfo.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/server.php"} 0.000263601 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/server.php"} 0.000331641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/server.php"} 0.000331641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/server.php"} 0.000331641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/server.php"} 0.001378285 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/server.php"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/debug.php"} 0.000291521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/debug.php"} 0.00030888899999999996 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/debug.php"} 0.000309961 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/debug.php"} 0.000309961 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/debug.php"} 0.001702646 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/debug.php"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/diagnostic.php"} 0.000268421 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/diagnostic.php"} 0.000329561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/diagnostic.php"} 0.000329561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/diagnostic.php"} 0.000329561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/diagnostic.php"} 0.001117564 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/diagnostic.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phptest.php"} 0.000274141 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phptest.php"} 0.000371641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phptest.php"} 0.000371641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phptest.php"} 0.000371641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phptest.php"} 0.001160884 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phptest.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/check.php"} 0.000261761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/check.php"} 0.000312241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/check.php"} 0.000312241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/check.php"} 0.000312241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/check.php"} 0.0010836040000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/check.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo.php.save"} 0.0002605005 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo.php.save"} 0.00027592 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo.php.save"} 0.00027592 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo.php.save"} 0.00027592 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo.php.save"} 0.000521001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info.php.save"} 0.000289361 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info.php.save"} 0.000301161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info.php.save"} 0.000301161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info.php.save"} 0.000301161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info.php.save"} 0.000578722 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_info.php.save"} 0.0006521820000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_info.php.save"} 0.001009123 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_info.php.save"} 0.001009123 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_info.php.save"} 0.001009123 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_info.php.save"} 0.0013043640000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test.php.save"} 0.0006751020000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test.php.save"} 0.001055843 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test.php.save"} 0.001055843 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test.php.save"} 0.001055843 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test.php.save"} 0.001350204 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo.php.old"} 0.0002552805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo.php.old"} 0.000266721 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo.php.old"} 0.000266721 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo.php.old"} 0.000266721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo.php.old"} 0.000510561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo.php.old"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info.php.old"} 0.00025480049999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info.php.old"} 0.000261241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info.php.old"} 0.000261241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info.php.old"} 0.000261241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info.php.old"} 0.0005096009999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info.php.old"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_info.php.old"} 0.0002616005 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_info.php.old"} 0.000263041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_info.php.old"} 0.000263041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_info.php.old"} 0.000263041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_info.php.old"} 0.000523201 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_info.php.old"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test.php.old"} 0.0006284815 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test.php.old"} 0.000990203 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test.php.old"} 0.000990203 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test.php.old"} 0.000990203 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test.php.old"} 0.001256963 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test.php.old"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo.php.orig"} 0.00029534099999999996 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo.php.orig"} 0.000322201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo.php.orig"} 0.000322201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo.php.orig"} 0.000322201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo.php.orig"} 0.0005906819999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo.php.orig"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info.php.orig"} 0.000282841 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info.php.orig"} 0.000289841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info.php.orig"} 0.000289841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info.php.orig"} 0.000289841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info.php.orig"} 0.000565682 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info.php.orig"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_info.php.orig"} 0.00029940100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_info.php.orig"} 0.000322201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_info.php.orig"} 0.000322201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_info.php.orig"} 0.000322201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_info.php.orig"} 0.0005988020000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_info.php.orig"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test.php.orig"} 0.000303841 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test.php.orig"} 0.000307201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test.php.orig"} 0.000307201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test.php.orig"} 0.000307201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test.php.orig"} 0.000607682 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test.php.orig"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo.php.backup"} 0.000721062 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo.php.backup"} 0.001182003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo.php.backup"} 0.001182003 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo.php.backup"} 0.001182003 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo.php.backup"} 0.001442124 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo.php.backup"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info.php.backup"} 0.00027238100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info.php.backup"} 0.000274321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info.php.backup"} 0.000274321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info.php.backup"} 0.000274321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info.php.backup"} 0.0005447620000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info.php.backup"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_info.php.backup"} 0.00027226050000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_info.php.backup"} 0.000287001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_info.php.backup"} 0.000287001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_info.php.backup"} 0.000287001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_info.php.backup"} 0.0005445210000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_info.php.backup"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test.php.backup"} 0.0002743205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test.php.backup"} 0.000294561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test.php.backup"} 0.000294561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test.php.backup"} 0.000294561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test.php.backup"} 0.000548641 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test.php.backup"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo.php~"} 0.000269321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo.php~"} 0.000281321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo.php~"} 0.000281321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo.php~"} 0.000281321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo.php~"} 0.000538642 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo.php~"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info.php~"} 0.000699982 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info.php~"} 0.001091643 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info.php~"} 0.001091643 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info.php~"} 0.001091643 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info.php~"} 0.001399964 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info.php~"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_info.php~"} 0.00028914049999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_info.php~"} 0.000294881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_info.php~"} 0.000294881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_info.php~"} 0.000294881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_info.php~"} 0.0005782809999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_info.php~"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test.php~"} 0.000629562 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test.php~"} 0.001017723 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test.php~"} 0.001017723 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test.php~"} 0.001017723 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test.php~"} 0.001259124 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test.php~"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo.php.swp"} 0.00027846049999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo.php.swp"} 0.00028872 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo.php.swp"} 0.00028872 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo.php.swp"} 0.00028872 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo.php.swp"} 0.0005569209999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo.php.swp"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info.php.swp"} 0.000329641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info.php.swp"} 0.000407201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info.php.swp"} 0.000407201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info.php.swp"} 0.000407201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info.php.swp"} 0.000659282 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info.php.swp"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_info.php.swp"} 0.000253041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_info.php.swp"} 0.000262921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_info.php.swp"} 0.000262921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_info.php.swp"} 0.000262921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_info.php.swp"} 0.000506082 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_info.php.swp"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test.php.swp"} 0.000303381 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test.php.swp"} 0.000328401 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test.php.swp"} 0.000328401 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test.php.swp"} 0.000328401 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test.php.swp"} 0.000606762 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test.php.swp"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/phpinfo.php.tmp"} 0.000291581 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/phpinfo.php.tmp"} 0.000319201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/phpinfo.php.tmp"} 0.000319201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/phpinfo.php.tmp"} 0.000319201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/phpinfo.php.tmp"} 0.000583162 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/phpinfo.php.tmp"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info.php.tmp"} 0.00027002099999999995 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info.php.tmp"} 0.000272161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info.php.tmp"} 0.000272161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info.php.tmp"} 0.000272161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info.php.tmp"} 0.0005400419999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info.php.tmp"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php_info.php.tmp"} 0.000292801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php_info.php.tmp"} 0.000309201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php_info.php.tmp"} 0.000309201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php_info.php.tmp"} 0.000309201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php_info.php.tmp"} 0.000585602 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php_info.php.tmp"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test.php.tmp"} 0.000308341 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test.php.tmp"} 0.000338601 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test.php.tmp"} 0.000338601 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test.php.tmp"} 0.000338601 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test.php.tmp"} 0.000616682 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test.php.tmp"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/info.php"} 0.000327401 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/info.php"} 0.001283924 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/info.php"} 0.001283924 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/info.php"} 0.001283924 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/info.php"} 0.001885086 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/info.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/info.php.save"} 0.00029142100000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/info.php.save"} 0.000329361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/info.php.save"} 0.000329361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/info.php.save"} 0.000329361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/info.php.save"} 0.0005828420000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test/phpinfo.php"} 0.000256961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test/phpinfo.php"} 0.000274601 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test/phpinfo.php"} 0.000274601 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test/phpinfo.php"} 0.000274601 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test/phpinfo.php"} 0.0007709629999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test/phpinfo.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test/info.php"} 0.000284681 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test/info.php"} 0.001150643 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test/info.php"} 0.001150643 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test/info.php"} 0.001150643 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test/info.php"} 0.001676285 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test/info.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test/phpinfo.php.save"} 0.00025668100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test/phpinfo.php.save"} 0.000271041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test/phpinfo.php.save"} 0.000271041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test/phpinfo.php.save"} 0.000271041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test/phpinfo.php.save"} 0.0005133620000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test/info.php.save"} 0.000263281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test/info.php.save"} 0.000273401 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test/info.php.save"} 0.000273401 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test/info.php.save"} 0.000273401 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test/info.php.save"} 0.000526562 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dev/phpinfo.php"} 0.000253681 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dev/phpinfo.php"} 0.00025448 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dev/phpinfo.php"} 0.00025448 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dev/phpinfo.php"} 0.00025448 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dev/phpinfo.php"} 0.0007507620000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dev/phpinfo.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dev/info.php"} 0.0002746405 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dev/info.php"} 0.00029288 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dev/info.php"} 0.00029288 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dev/info.php"} 0.00029288 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dev/info.php"} 0.000549281 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dev/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dev/phpinfo.php.save"} 0.00029690049999999996 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dev/phpinfo.php.save"} 0.000301281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dev/phpinfo.php.save"} 0.000301281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dev/phpinfo.php.save"} 0.000301281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dev/phpinfo.php.save"} 0.0005938009999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dev/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dev/info.php.save"} 0.00027294 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dev/info.php.save"} 0.00029784 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dev/info.php.save"} 0.00029784 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dev/info.php.save"} 0.00029784 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dev/info.php.save"} 0.00054588 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dev/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/tmp/phpinfo.php"} 0.000560322 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/tmp/phpinfo.php"} 0.000876243 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/tmp/phpinfo.php"} 0.000876243 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/tmp/phpinfo.php"} 0.000876243 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/tmp/phpinfo.php"} 0.001120644 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/tmp/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/tmp/info.php"} 0.000288361 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/tmp/info.php"} 0.000320361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/tmp/info.php"} 0.000320361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/tmp/info.php"} 0.000320361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/tmp/info.php"} 0.000576722 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/tmp/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/tmp/phpinfo.php.save"} 0.00028914100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/tmp/phpinfo.php.save"} 0.000301121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/tmp/phpinfo.php.save"} 0.000301121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/tmp/phpinfo.php.save"} 0.000301121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/tmp/phpinfo.php.save"} 0.0005782820000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/tmp/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/tmp/info.php.save"} 0.000271521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/tmp/info.php.save"} 0.000279361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/tmp/info.php.save"} 0.000279361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/tmp/info.php.save"} 0.000279361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/tmp/info.php.save"} 0.000543042 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/tmp/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/includes/phpinfo.php"} 0.00029870099999999996 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/includes/phpinfo.php"} 0.000302081 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/includes/phpinfo.php"} 0.000302081 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/includes/phpinfo.php"} 0.000302081 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/includes/phpinfo.php"} 0.0005974019999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/includes/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/includes/info.php"} 0.000268241 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/includes/info.php"} 0.000279721 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/includes/info.php"} 0.000279721 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/includes/info.php"} 0.000279721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/includes/info.php"} 0.000536482 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/includes/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/includes/phpinfo.php.save"} 0.0006939819999999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/includes/phpinfo.php.save"} 0.001113083 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/includes/phpinfo.php.save"} 0.001113083 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/includes/phpinfo.php.save"} 0.001113083 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/includes/phpinfo.php.save"} 0.001387964 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/includes/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/includes/info.php.save"} 0.0006849625000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/includes/info.php.save"} 0.001080124 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/includes/info.php.save"} 0.001080124 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/includes/info.php.save"} 0.001080124 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/includes/info.php.save"} 0.0013699250000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/includes/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/scripts/phpinfo.php"} 0.000290881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/scripts/phpinfo.php"} 0.000306561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/scripts/phpinfo.php"} 0.000306561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/scripts/phpinfo.php"} 0.000306561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/scripts/phpinfo.php"} 0.000581762 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/scripts/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/scripts/info.php"} 0.0002652205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/scripts/info.php"} 0.00026864 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/scripts/info.php"} 0.00026864 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/scripts/info.php"} 0.00026864 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/scripts/info.php"} 0.000530441 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/scripts/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/scripts/phpinfo.php.save"} 0.000319701 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/scripts/phpinfo.php.save"} 0.000328401 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/scripts/phpinfo.php.save"} 0.000328401 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/scripts/phpinfo.php.save"} 0.000328401 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/scripts/phpinfo.php.save"} 0.000639402 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/scripts/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/scripts/info.php.save"} 0.000315741 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/scripts/info.php.save"} 0.000366681 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/scripts/info.php.save"} 0.000366681 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/scripts/info.php.save"} 0.000366681 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/scripts/info.php.save"} 0.000631482 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/scripts/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/cgi-bin/phpinfo.php"} 0.0007683025 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/cgi-bin/phpinfo.php"} 0.001227564 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/cgi-bin/phpinfo.php"} 0.001227564 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/cgi-bin/phpinfo.php"} 0.001227564 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/cgi-bin/phpinfo.php"} 0.001536605 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/cgi-bin/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/cgi-bin/info.php"} 0.000647742 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/cgi-bin/info.php"} 0.001006483 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/cgi-bin/info.php"} 0.001006483 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/cgi-bin/info.php"} 0.001006483 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/cgi-bin/info.php"} 0.001295484 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/cgi-bin/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/cgi-bin/phpinfo.php.save"} 0.000239301 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/cgi-bin/phpinfo.php.save"} 0.000247841 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/cgi-bin/phpinfo.php.save"} 0.000247841 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/cgi-bin/phpinfo.php.save"} 0.000247841 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/cgi-bin/phpinfo.php.save"} 0.000478602 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/cgi-bin/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/cgi-bin/info.php.save"} 0.000287061 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/cgi-bin/info.php.save"} 0.000292161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/cgi-bin/info.php.save"} 0.000292161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/cgi-bin/info.php.save"} 0.000292161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/cgi-bin/info.php.save"} 0.000574122 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/cgi-bin/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/phpinfo.php"} 0.000267041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/phpinfo.php"} 0.000278881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/phpinfo.php"} 0.000278881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/phpinfo.php"} 0.000278881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/phpinfo.php"} 0.000534082 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/info.php"} 0.000753962 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/info.php"} 0.001270044 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/info.php"} 0.001270044 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/info.php"} 0.001270044 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/info.php"} 0.001507924 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/phpinfo.php.save"} 0.000248901 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/phpinfo.php.save"} 0.000269921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/phpinfo.php.save"} 0.000269921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/phpinfo.php.save"} 0.000269921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/phpinfo.php.save"} 0.000497802 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/info.php.save"} 0.00028786100000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/info.php.save"} 0.000331561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/info.php.save"} 0.000331561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/info.php.save"} 0.000331561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/info.php.save"} 0.0005757220000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/web/phpinfo.php"} 0.00026314100000000005 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/web/phpinfo.php"} 0.000266761 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/web/phpinfo.php"} 0.000266761 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/web/phpinfo.php"} 0.000266761 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/web/phpinfo.php"} 0.0005262820000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/web/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/web/info.php"} 0.000285561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/web/info.php"} 0.000308921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/web/info.php"} 0.000308921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/web/info.php"} 0.000308921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/web/info.php"} 0.000571122 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/web/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/web/phpinfo.php.save"} 0.000286581 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/web/phpinfo.php.save"} 0.000324361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/web/phpinfo.php.save"} 0.000324361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/web/phpinfo.php.save"} 0.000324361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/web/phpinfo.php.save"} 0.000573162 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/web/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/web/info.php.save"} 0.0007055820000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/web/info.php.save"} 0.001152404 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/web/info.php.save"} 0.001152404 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/web/info.php.save"} 0.001152404 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/web/info.php.save"} 0.0014111640000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/web/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/www/phpinfo.php"} 0.00031082099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/www/phpinfo.php"} 0.000325041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/www/phpinfo.php"} 0.000325041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/www/phpinfo.php"} 0.000325041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/www/phpinfo.php"} 0.0006216419999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/www/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/www/info.php"} 0.000268461 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/www/info.php"} 0.000277121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/www/info.php"} 0.000277121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/www/info.php"} 0.000277121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/www/info.php"} 0.000536922 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/www/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/www/phpinfo.php.save"} 0.000281201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/www/phpinfo.php.save"} 0.000292601 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/www/phpinfo.php.save"} 0.000292601 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/www/phpinfo.php.save"} 0.000292601 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/www/phpinfo.php.save"} 0.000562402 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/www/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/www/info.php.save"} 0.00029218099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/www/info.php.save"} 0.000318121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/www/info.php.save"} 0.000318121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/www/info.php.save"} 0.000318121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/www/info.php.save"} 0.0005843619999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/www/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/site/phpinfo.php"} 0.000687022 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/site/phpinfo.php"} 0.001117443 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/site/phpinfo.php"} 0.001117443 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/site/phpinfo.php"} 0.001117443 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/site/phpinfo.php"} 0.001374044 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/site/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/site/info.php"} 0.0002601405 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/site/info.php"} 0.000263921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/site/info.php"} 0.000263921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/site/info.php"} 0.000263921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/site/info.php"} 0.000520281 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/site/info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/site/phpinfo.php.save"} 0.0002662805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/site/phpinfo.php.save"} 0.000272321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/site/phpinfo.php.save"} 0.000272321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/site/phpinfo.php.save"} 0.000272321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/site/phpinfo.php.save"} 0.000532561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/site/phpinfo.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/site/info.php.save"} 0.0002775605 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/site/info.php.save"} 0.00030488 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/site/info.php.save"} 0.00030488 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/site/info.php.save"} 0.00030488 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/site/info.php.save"} 0.000555121 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/site/info.php.save"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/test"} 0.000282441 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/test"} 0.000282441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/test"} 0.000282441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/test"} 0.000282441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/test"} 0.000282441 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/test"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.json"} 0.000370161 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.json"} 0.005312776 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.json"} 0.005312776 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.json"} 0.005312776 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.json"} 0.005964617 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.json"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.yaml"} 0.000342121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.yaml"} 0.000342121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.yaml"} 0.000342121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.yaml"} 0.000342121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.yaml"} 0.000342121 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.yaml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.yml"} 0.000292641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.yml"} 0.000292641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.yml"} 0.000292641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.yml"} 0.000292641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.yml"} 0.000292641 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.yml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.php"} 0.000291641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.php"} 0.000291641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.php"} 0.000291641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.php"} 0.000291641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.php"} 0.000291641 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.secrets"} 0.000346362 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.secrets"} 0.000346362 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.secrets"} 0.000346362 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.secrets"} 0.000346362 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.secrets"} 0.000346362 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.secrets"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.private"} 0.000373201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.private"} 0.000373201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.private"} 0.000373201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.private"} 0.000373201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.private"} 0.000373201 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.private"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.template"} 0.000325521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.template"} 0.000325521 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.template"} 0.000325521 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.template"} 0.000325521 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.template"} 0.000325521 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.template"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.default"} 0.000414321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.default"} 0.000414321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.default"} 0.000414321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.default"} 0.000414321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.default"} 0.000414321 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.default"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/.env.local"} 0.000312201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/.env.local"} 0.000312201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/.env.local"} 0.000312201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/.env.local"} 0.000312201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/.env.local"} 0.000312201 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/.env.local"} 0.000385802 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/.env.local"} 0.000385802 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/.env.local"} 0.000385802 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/.env.local"} 0.000385802 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/.env.local"} 0.000385802 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/.env.local"} 0.000321361 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/.env.local"} 0.000321361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/.env.local"} 0.000321361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/.env.local"} 0.000321361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/.env.local"} 0.000321361 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/.env.local"} 0.000376561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/.env.local"} 0.000376561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/.env.local"} 0.000376561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/.env.local"} 0.000376561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/.env.local"} 0.000376561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/src/.env.local"} 0.000291041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/src/.env.local"} 0.000291041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/src/.env.local"} 0.000291041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/src/.env.local"} 0.000291041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/src/.env.local"} 0.000291041 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/src/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/.env.local"} 0.000283921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/.env.local"} 0.000283921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/.env.local"} 0.000283921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/.env.local"} 0.000283921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/.env.local"} 0.000283921 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/.env.local"} 0.000335481 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/.env.local"} 0.000335481 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/.env.local"} 0.000335481 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/.env.local"} 0.000335481 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/.env.local"} 0.000335481 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/includes/.env.local"} 0.000374961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/includes/.env.local"} 0.000374961 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/includes/.env.local"} 0.000374961 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/includes/.env.local"} 0.000374961 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/includes/.env.local"} 0.000374961 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/includes/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/lib/.env.local"} 0.000367561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/lib/.env.local"} 0.000367561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/lib/.env.local"} 0.000367561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/lib/.env.local"} 0.000367561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/lib/.env.local"} 0.000367561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/lib/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/application/.env.local"} 0.000327161 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/application/.env.local"} 0.000327161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/application/.env.local"} 0.000327161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/application/.env.local"} 0.000327161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/application/.env.local"} 0.000327161 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/application/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/system/.env.local"} 0.000354482 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/system/.env.local"} 0.000354482 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/system/.env.local"} 0.000354482 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/system/.env.local"} 0.000354482 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/system/.env.local"} 0.000354482 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/system/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/core/.env.local"} 0.000431281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/core/.env.local"} 0.000431281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/core/.env.local"} 0.000431281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/core/.env.local"} 0.000431281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/core/.env.local"} 0.000431281 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/core/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/modules/.env.local"} 0.000322881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/modules/.env.local"} 0.000322881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/modules/.env.local"} 0.000322881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/modules/.env.local"} 0.000322881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/modules/.env.local"} 0.000322881 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/modules/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/plugins/.env.local"} 0.000360561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/plugins/.env.local"} 0.000360561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/plugins/.env.local"} 0.000360561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/plugins/.env.local"} 0.000360561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/plugins/.env.local"} 0.000360561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/plugins/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/themes/.env.local"} 0.000388042 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/themes/.env.local"} 0.000388042 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/themes/.env.local"} 0.000388042 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/themes/.env.local"} 0.000388042 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/themes/.env.local"} 0.000388042 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/themes/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/vendor/.env.local"} 0.000278801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/vendor/.env.local"} 0.000278801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/vendor/.env.local"} 0.000278801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/vendor/.env.local"} 0.000278801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/vendor/.env.local"} 0.000278801 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/vendor/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/storage/.env.local"} 0.000362801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/storage/.env.local"} 0.000362801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/storage/.env.local"} 0.000362801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/storage/.env.local"} 0.000362801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/storage/.env.local"} 0.000362801 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/storage/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/backend/.env.local"} 0.000363881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/backend/.env.local"} 0.000363881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/backend/.env.local"} 0.000363881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/backend/.env.local"} 0.000363881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/backend/.env.local"} 0.000363881 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/backend/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/backend/.env.old"} 0.000332001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/backend/.env.old"} 0.000332001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/backend/.env.old"} 0.000332001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/backend/.env.old"} 0.000332001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/backend/.env.old"} 0.000332001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/backend/.env.old"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/frontend/.env.local"} 0.000305561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/frontend/.env.local"} 0.000305561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/frontend/.env.local"} 0.000305561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/frontend/.env.local"} 0.000305561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/frontend/.env.local"} 0.000305561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/frontend/.env.local"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/frontend/.env.old"} 0.000316961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/frontend/.env.old"} 0.000316961 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/frontend/.env.old"} 0.000316961 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/frontend/.env.old"} 0.000316961 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/frontend/.env.old"} 0.000316961 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/frontend/.env.old"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/security.txt"} 0.000260481 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/security.txt"} 0.000288801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/security.txt"} 0.000288801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/security.txt"} 0.000288801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/security.txt"} 0.000804522 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/security.txt"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.live"} 0.000327121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.live"} 0.000327121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.live"} 0.000327121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.live"} 0.000327121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.live"} 0.000327121 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.live"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/database.php"} 0.000269561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/database.php"} 0.000269561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/database.php"} 0.000269561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/database.php"} 0.000269561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/database.php"} 0.000269561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/database.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/mail.php"} 0.000274521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/mail.php"} 0.000274521 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/mail.php"} 0.000274521 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/mail.php"} 0.000274521 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/mail.php"} 0.000274521 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/mail.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/app.php"} 0.000268401 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/app.php"} 0.000268401 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/app.php"} 0.000268401 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/app.php"} 0.000268401 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/app.php"} 0.000268401 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/app.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/services.php"} 0.00026612 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/services.php"} 0.00026612 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/services.php"} 0.00026612 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/services.php"} 0.00026612 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/services.php"} 0.00026612 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/services.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/configuration.php"} 0.00024876 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/configuration.php"} 0.000309481 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/configuration.php"} 0.000309481 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/configuration.php"} 0.000309481 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/configuration.php"} 0.000780722 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/configuration.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/aws.json"} 0.000500881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/aws.json"} 0.001469484 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/aws.json"} 0.001469484 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/aws.json"} 0.001469484 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/aws.json"} 0.0022795660000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/aws.json"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/sendgrid.json"} 0.008211323 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/sendgrid.json"} 0.016077965 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/sendgrid.json"} 0.016077965 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/sendgrid.json"} 0.016077965 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/sendgrid.json"} 0.016422646 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/sendgrid.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/mailgun.json"} 0.005229215000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/mailgun.json"} 0.010101349 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/mailgun.json"} 0.010101349 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/mailgun.json"} 0.010101349 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/mailgun.json"} 0.010458430000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/mailgun.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/sendgrid.json"} 0.0036411305000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/sendgrid.json"} 0.00695646 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/sendgrid.json"} 0.00695646 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/sendgrid.json"} 0.00695646 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/sendgrid.json"} 0.007282261 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/sendgrid.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/aws.json"} 0.000355281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/aws.json"} 0.009437267 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/aws.json"} 0.009437267 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/aws.json"} 0.009437267 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/aws.json"} 0.010900390999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/aws.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api_keys.json"} 0.000311041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api_keys.json"} 0.000510642 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api_keys.json"} 0.000510642 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api_keys.json"} 0.000510642 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api_keys.json"} 0.001770245 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api_keys.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/keys.json"} 0.0018966859999999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/keys.json"} 0.0066278815 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/keys.json"} 0.008108666 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/keys.json"} 0.008108666 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/keys.json"} 0.025605522000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/keys.json"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/secrets.json"} 0.000305281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/secrets.json"} 0.006869187799999998 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/secrets.json"} 0.008350264 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/secrets.json"} 0.008350264 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/secrets.json"} 0.010665711 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/secrets.json"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/secrets.json"} 0.0051231545 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/secrets.json"} 0.009910228 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/secrets.json"} 0.009910228 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/secrets.json"} 0.009910228 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/secrets.json"} 0.010246309 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/secrets.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/config.json"} 0.0004524015 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/config.json"} 0.000658882 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/config.json"} 0.000658882 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/config.json"} 0.000658882 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/config.json"} 0.000904803 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/config.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/settings.php"} 0.000275001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/settings.php"} 0.000275001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/settings.php"} 0.000275001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/settings.php"} 0.000275001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/settings.php"} 0.000275001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/settings.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/settings.php"} 0.000266241 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/settings.php"} 0.000266241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/settings.php"} 0.000266241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/settings.php"} 0.000266241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/settings.php"} 0.000266241 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/settings.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/settings.php"} 0.000274521 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/settings.php"} 0.000274521 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/settings.php"} 0.000274521 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/settings.php"} 0.000274521 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/settings.php"} 0.000274521 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/settings.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/database.yml"} 0.00027064 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/database.yml"} 0.00027064 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/database.yml"} 0.00027064 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/database.yml"} 0.00027064 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/database.yml"} 0.00027064 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/database.yml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/database.json"} 0.0002213805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/database.json"} 0.000267521 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/database.json"} 0.000267521 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/database.json"} 0.000267521 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/database.json"} 0.000442761 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/database.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/mail.json"} 0.00027008100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/mail.json"} 0.000315561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/mail.json"} 0.000315561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/mail.json"} 0.000315561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/mail.json"} 0.0005401620000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/mail.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/smtp.php"} 0.000875282 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/smtp.php"} 0.000875282 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/smtp.php"} 0.000875282 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/smtp.php"} 0.000875282 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/smtp.php"} 0.000875282 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/smtp.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/database.yml"} 0.0002593805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/database.yml"} 0.000872923 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/database.yml"} 0.000872923 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/database.yml"} 0.000872923 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/database.yml"} 0.0016236839999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/database.yml"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/secrets/config.json"} 0.0022065660000000005 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/secrets/config.json"} 0.004169772 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/secrets/config.json"} 0.004169772 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/secrets/config.json"} 0.004169772 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/secrets/config.json"} 0.004413132 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/secrets/config.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/private/keys.json"} 0.0092984065 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/private/keys.json"} 0.018349172 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/private/keys.json"} 0.018349172 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/private/keys.json"} 0.018349172 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/private/keys.json"} 0.018596813 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/private/keys.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/pms"} 0.000293321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/pms"} 0.000293321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/pms"} 0.000293321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/pms"} 0.000293321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/pms"} 0.000293321 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/pms"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/funny-comparisons/:id/explanations"} 0.005520038 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/funny-comparisons/:id/explanations"} 0.006375141 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/funny-comparisons/:id/explanations"} 0.006375141 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/funny-comparisons/:id/explanations"} 0.006375141 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/funny-comparisons/:id/explanations"} 0.022366592 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/funny-comparisons/:id/explanations"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_fragment"} 0.000276041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_fragment"} 0.000325801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_fragment"} 0.000332761 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_fragment"} 0.000332761 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_fragment"} 0.002608209 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_fragment"} 9 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.gitignore"} 0.000351161 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.gitignore"} 0.000379282 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.gitignore"} 0.000379282 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.gitignore"} 0.000379282 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.gitignore"} 0.0013813249999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.gitignore"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.gitlab-ci.yml"} 0.000337241 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.gitlab-ci.yml"} 0.000337241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.gitlab-ci.yml"} 0.000337241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.gitlab-ci.yml"} 0.000337241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.gitlab-ci.yml"} 0.000337241 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.gitlab-ci.yml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/aws-config.js"} 0.000309841 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/aws-config.js"} 0.01760981 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/aws-config.js"} 0.01760981 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/aws-config.js"} 0.01760981 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/aws-config.js"} 0.018190771 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/aws-config.js"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/aws.config.js"} 0.000391001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/aws.config.js"} 0.000877042 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/aws.config.js"} 0.000877042 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/aws.config.js"} 0.000877042 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/aws.config.js"} 0.001534524 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/aws.config.js"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/favicon.png"} 0.000304761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/favicon.png"} 0.000309601 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/favicon.png"} 0.000309601 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/favicon.png"} 0.000309601 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/favicon.png"} 0.0008534430000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/favicon.png"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config.yaml"} 0.000858002 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config.yaml"} 0.000858002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config.yaml"} 0.000858002 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config.yaml"} 0.000858002 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config.yaml"} 0.000858002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config.yaml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/configuration.json"} 0.007632782 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/configuration.json"} 0.014984843 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/configuration.json"} 0.014984843 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/configuration.json"} 0.014984843 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/configuration.json"} 0.015265563999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/configuration.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/settings.yml"} 0.000324321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/settings.yml"} 0.000324321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/settings.yml"} 0.000324321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/settings.yml"} 0.000324321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/settings.yml"} 0.000324321 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/settings.yml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/secrets.yml"} 0.000270481 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/secrets.yml"} 0.000270481 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/secrets.yml"} 0.000270481 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/secrets.yml"} 0.000270481 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/secrets.yml"} 0.000270481 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/secrets.yml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/config.yml"} 0.000269161 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/config.yml"} 0.000269161 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/config.yml"} 0.000269161 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/config.yml"} 0.000269161 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/config.yml"} 0.000269161 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/config.yml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.s3cfg"} 0.000310041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.s3cfg"} 0.000363882 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.s3cfg"} 0.000363882 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.s3cfg"} 0.000363882 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.s3cfg"} 0.0009743639999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.s3cfg"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.gcloud/credentials"} 0.000257081 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.gcloud/credentials"} 0.000270121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.gcloud/credentials"} 0.000270121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.gcloud/credentials"} 0.000270121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.gcloud/credentials"} 0.000777642 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.gcloud/credentials"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/azure.json"} 0.00028528099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/azure.json"} 0.000342961 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/azure.json"} 0.000342961 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/azure.json"} 0.000342961 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/azure.json"} 0.001171043 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/azure.json"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.api_keys"} 0.000328921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.api_keys"} 0.000373721 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.api_keys"} 0.000373721 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.api_keys"} 0.000373721 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.api_keys"} 0.0010118829999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.api_keys"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/tokens.json"} 0.000261641 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/tokens.json"} 0.007465262 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/tokens.json"} 0.007465262 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/tokens.json"} 0.007465262 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/tokens.json"} 0.008440825 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/tokens.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/oauth.json"} 0.0002846805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/oauth.json"} 0.020251497 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/oauth.json"} 0.020251497 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/oauth.json"} 0.020251497 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/oauth.json"} 0.021074219 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/oauth.json"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/docker-compose.yml"} 0.0002643205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/docker-compose.yml"} 0.000871283 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/docker-compose.yml"} 0.000871283 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/docker-compose.yml"} 0.000871283 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/docker-compose.yml"} 0.0016449250000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/docker-compose.yml"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.dockerenv"} 0.000295281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.dockerenv"} 0.000327881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.dockerenv"} 0.000327881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.dockerenv"} 0.000327881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.dockerenv"} 0.0009155630000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.dockerenv"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.docker/config.json"} 0.000329281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.docker/config.json"} 0.01429212 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.docker/config.json"} 0.01429212 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.docker/config.json"} 0.01429212 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.docker/config.json"} 0.015221243 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.docker/config.json"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config.yml"} 0.000247241 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config.yml"} 0.000247241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config.yml"} 0.000247241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config.yml"} 0.000247241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config.yml"} 0.000247241 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config.yml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/app.yml"} 0.0002478 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/app.yml"} 0.0002478 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/app.yml"} 0.0002478 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/app.yml"} 0.0002478 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/app.yml"} 0.0002478 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/app.yml"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/application.yml"} 0.000299921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/application.yml"} 0.000406122 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/application.yml"} 0.000406122 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/application.yml"} 0.000406122 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/application.yml"} 0.000971684 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/application.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/aws-config.json"} 0.000605822 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/aws-config.json"} 0.00697262 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/aws-config.json"} 0.00697262 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/aws-config.json"} 0.00697262 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/aws-config.json"} 0.008440945 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/aws-config.json"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/s3.yml"} 0.000254721 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/s3.yml"} 0.00026904 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/s3.yml"} 0.00026904 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/s3.yml"} 0.00026904 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/s3.yml"} 0.0007770419999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/s3.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/gcp-credentials.json"} 0.000289141 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/gcp-credentials.json"} 0.009303427 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/gcp-credentials.json"} 0.009303427 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/gcp-credentials.json"} 0.009303427 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/gcp-credentials.json"} 0.010132309999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/gcp-credentials.json"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/secrets.yml"} 0.000256001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/secrets.yml"} 0.000296241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/secrets.yml"} 0.000296241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/secrets.yml"} 0.000296241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/secrets.yml"} 0.000802363 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/secrets.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/credentials.json"} 0.000313041 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/credentials.json"} 0.0005262890000000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/credentials.json"} 0.000548881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/credentials.json"} 0.000548881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/credentials.json"} 0.0020899250000000003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/credentials.json"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/auth.json"} 0.000420881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/auth.json"} 0.000760523 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/auth.json"} 0.000760523 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/auth.json"} 0.000760523 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/auth.json"} 0.0018612860000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/auth.json"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/docker-compose.yaml"} 0.000310801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/docker-compose.yaml"} 0.000352361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/docker-compose.yaml"} 0.000352361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/docker-compose.yaml"} 0.000352361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/docker-compose.yaml"} 0.0009473629999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/docker-compose.yaml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/Dockerfile"} 0.000311481 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/Dockerfile"} 0.000378362 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/Dockerfile"} 0.000378362 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/Dockerfile"} 0.000378362 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/Dockerfile"} 0.0009393240000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/Dockerfile"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/kubernetes.yml"} 0.000278401 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/kubernetes.yml"} 0.000280081 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/kubernetes.yml"} 0.000280081 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/kubernetes.yml"} 0.000280081 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/kubernetes.yml"} 0.000802802 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/kubernetes.yml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_debug"} 0.00026724 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_debug"} 0.000269601 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_debug"} 0.000269601 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_debug"} 0.000269601 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_debug"} 0.0007931220000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_debug"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/settings.json"} 0.000313801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/settings.json"} 0.009170773399999995 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/settings.json"} 0.014100325 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/settings.json"} 0.014100325 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/settings.json"} 0.019169181 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/settings.json"} 9 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.azure/credentials"} 0.000266121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.azure/credentials"} 0.000312441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.azure/credentials"} 0.000312441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.azure/credentials"} 0.000312441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.azure/credentials"} 0.000812683 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.azure/credentials"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/apikeys.json"} 0.000267001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/apikeys.json"} 0.000972923 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/apikeys.json"} 0.000972923 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/apikeys.json"} 0.000972923 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/apikeys.json"} 0.002140886 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/apikeys.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.secrets"} 0.000287961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.secrets"} 0.000345641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.secrets"} 0.000345641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.secrets"} 0.000345641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.secrets"} 0.0009018030000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.secrets"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info3.php"} 0.000369801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info3.php"} 0.000386521 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info3.php"} 0.000386521 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info3.php"} 0.000386521 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info3.php"} 0.000739602 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info3.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/probe.php"} 0.000301961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/probe.php"} 0.000303521 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/probe.php"} 0.000303521 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/probe.php"} 0.000303521 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/probe.php"} 0.000603922 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/probe.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/:id.php"} 0.0002744605 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/:id.php"} 0.0009277830000000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/:id.php"} 0.000934283 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/:id.php"} 0.000934283 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/:id.php"} 0.002870608 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/:id.php"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/p.php"} 0.00037468099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/p.php"} 0.000497001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/p.php"} 0.000497001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/p.php"} 0.000497001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/p.php"} 0.0007493619999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/p.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/t.php"} 0.000254761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/t.php"} 0.000261561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/t.php"} 0.000261561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/t.php"} 0.000261561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/t.php"} 0.000509522 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/t.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/info_php.php"} 0.00030714100000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/info_php.php"} 0.000309361 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/info_php.php"} 0.000309361 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/info_php.php"} 0.000309361 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/info_php.php"} 0.0006142820000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/info_php.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/php-info.php"} 0.00025562100000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/php-info.php"} 0.000256081 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/php-info.php"} 0.000256081 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/php-info.php"} 0.000256081 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/php-info.php"} 0.0005112420000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/php-info.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/infophp.php"} 0.000293561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/infophp.php"} 0.000303201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/infophp.php"} 0.000303201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/infophp.php"} 0.000303201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/infophp.php"} 0.000867283 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/infophp.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/testphp.php"} 0.000529322 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/testphp.php"} 0.000796483 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/testphp.php"} 0.000796483 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/testphp.php"} 0.000796483 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/testphp.php"} 0.001058644 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/testphp.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.remote"} 0.000312121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.remote"} 0.000317881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.remote"} 0.000317881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.remote"} 0.000317881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.remote"} 0.000624242 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.remote"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.1"} 0.000299001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.1"} 0.000304801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.1"} 0.000304801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.1"} 0.000304801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.1"} 0.000598002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.1"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.2"} 0.00034182099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.2"} 0.000343321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.2"} 0.000343321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.2"} 0.000343321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.2"} 0.0006836419999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.2"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.prod.local"} 0.000304261 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.prod.local"} 0.000310641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.prod.local"} 0.000310641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.prod.local"} 0.000310641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.prod.local"} 0.000608522 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.prod.local"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.dev.local"} 0.000316681 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.dev.local"} 0.000359881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.dev.local"} 0.000359881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.dev.local"} 0.000359881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.dev.local"} 0.000971763 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.dev.local"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/config"} 0.002588488 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/config"} 0.010551874 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/config"} 0.011775558 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/config"} 0.011775558 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/config"} 0.025316881 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/config"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/v1/config"} 0.00607326 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/v1/config"} 0.013980533 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/v1/config"} 0.015787411 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/v1/config"} 0.015787411 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/v1/config"} 0.038742163999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/v1/config"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/v2/config"} 0.00026254049999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/v2/config"} 0.000275081 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/v2/config"} 0.000275081 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/v2/config"} 0.000275081 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/v2/config"} 0.0005250809999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/v2/config"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/docker-compose.override.yml"} 0.000271141 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/docker-compose.override.yml"} 0.000296241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/docker-compose.override.yml"} 0.000296241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/docker-compose.override.yml"} 0.000296241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/docker-compose.override.yml"} 0.000542282 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/docker-compose.override.yml"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.dockerignore"} 0.000311101 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.dockerignore"} 0.000311281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.dockerignore"} 0.000311281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.dockerignore"} 0.000311281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.dockerignore"} 0.000622202 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.dockerignore"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/k8s-config.yml"} 0.000267141 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/k8s-config.yml"} 0.000271321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/k8s-config.yml"} 0.000271321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/k8s-config.yml"} 0.000271321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/k8s-config.yml"} 0.000534282 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/k8s-config.yml"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/backup.zip"} 0.0002652805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/backup.zip"} 0.000269081 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/backup.zip"} 0.000269081 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/backup.zip"} 0.000269081 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/backup.zip"} 0.000530561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/backup.zip"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/backup.tar.gz"} 0.000255581 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/backup.tar.gz"} 0.000268041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/backup.tar.gz"} 0.000268041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/backup.tar.gz"} 0.000268041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/backup.tar.gz"} 0.000511162 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/backup.tar.gz"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/site-backup.zip"} 0.000252381 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/site-backup.zip"} 0.000267081 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/site-backup.zip"} 0.000267081 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/site-backup.zip"} 0.000267081 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/site-backup.zip"} 0.000504762 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/site-backup.zip"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config.zip"} 0.0002417 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config.zip"} 0.00025808 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config.zip"} 0.00025808 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config.zip"} 0.00025808 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config.zip"} 0.0004834 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config.zip"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/Thumbs.db"} 0.000265761 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/Thumbs.db"} 0.000311441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/Thumbs.db"} 0.000311441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/Thumbs.db"} 0.000311441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/Thumbs.db"} 0.000531522 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/Thumbs.db"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/sites/default/settings.php"} 0.000258081 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/sites/default/settings.php"} 0.000288321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/sites/default/settings.php"} 0.000288321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/sites/default/settings.php"} 0.000288321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/sites/default/settings.php"} 0.000516162 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/sites/default/settings.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/etc/local.xml"} 0.000586802 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/etc/local.xml"} 0.000899563 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/etc/local.xml"} 0.000899563 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/etc/local.xml"} 0.000899563 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/etc/local.xml"} 0.001173604 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/etc/local.xml"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/etc/env.php"} 0.00031082099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/etc/env.php"} 0.000363641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/etc/env.php"} 0.000363641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/etc/env.php"} 0.000363641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/etc/env.php"} 0.0006216419999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/etc/env.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/var/www/html/error_log"} 0.00027948100000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/var/www/html/error_log"} 0.000306641 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/var/www/html/error_log"} 0.000306641 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/var/www/html/error_log"} 0.000306641 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/var/www/html/error_log"} 0.0005589620000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/var/www/html/error_log"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/sitemap.xml"} 0.000252201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/sitemap.xml"} 0.000305041 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/sitemap.xml"} 0.000305041 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/sitemap.xml"} 0.000305041 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/sitemap.xml"} 0.000780322 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/sitemap.xml"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/index.php/phpinfo"} 0.0002812805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/index.php/phpinfo"} 0.00030016 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/index.php/phpinfo"} 0.00030016 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/index.php/phpinfo"} 0.00030016 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/index.php/phpinfo"} 0.000562561 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/index.php/phpinfo"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/symfony/_profiler/phpinfo"} 0.00026170049999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/symfony/_profiler/phpinfo"} 0.000264561 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/symfony/_profiler/phpinfo"} 0.000264561 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/symfony/_profiler/phpinfo"} 0.000264561 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/symfony/_profiler/phpinfo"} 0.0005234009999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/symfony/_profiler/phpinfo"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dashboard/info.php"} 0.000332481 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dashboard/info.php"} 0.000834963 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dashboard/info.php"} 0.000834963 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dashboard/info.php"} 0.000834963 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dashboard/info.php"} 0.0014734449999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dashboard/info.php"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.js"} 0.000269921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.js"} 0.000333481 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.js"} 0.000333481 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.js"} 0.000333481 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.js"} 0.0008029220000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.js"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_profiler/open"} 0.000339881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_profiler/open"} 0.000339881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_profiler/open"} 0.000339881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_profiler/open"} 0.000339881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_profiler/open"} 0.000339881 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_profiler/open"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app_dev.php/_profiler/open"} 0.000271381 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app_dev.php/_profiler/open"} 0.000272281 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app_dev.php/_profiler/open"} 0.000272281 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app_dev.php/_profiler/open"} 0.000272281 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app_dev.php/_profiler/open"} 0.000542762 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app_dev.php/_profiler/open"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="HEAD",endpoint="/apps"} 0.00031864100000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="HEAD",endpoint="/apps"} 0.000355602 nodejs_http_response_time_summary_seconds{quantile="0.95",method="HEAD",endpoint="/apps"} 0.000355602 nodejs_http_response_time_summary_seconds{quantile="0.99",method="HEAD",endpoint="/apps"} 0.000355602 nodejs_http_response_time_summary_seconds_sum{method="HEAD",endpoint="/apps"} 0.001264605 nodejs_http_response_time_summary_seconds_count{method="HEAD",endpoint="/apps"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="HEAD",endpoint="/api/action"} 0.00027230099999999997 nodejs_http_response_time_summary_seconds{quantile="0.9",method="HEAD",endpoint="/api/action"} 0.000781802 nodejs_http_response_time_summary_seconds{quantile="0.95",method="HEAD",endpoint="/api/action"} 0.000781802 nodejs_http_response_time_summary_seconds{quantile="0.99",method="HEAD",endpoint="/api/action"} 0.000781802 nodejs_http_response_time_summary_seconds_sum{method="HEAD",endpoint="/api/action"} 0.001590565 nodejs_http_response_time_summary_seconds_count{method="HEAD",endpoint="/api/action"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="HEAD",endpoint="/api/actions"} 0.000303901 nodejs_http_response_time_summary_seconds{quantile="0.9",method="HEAD",endpoint="/api/actions"} 0.000380881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="HEAD",endpoint="/api/actions"} 0.000380881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="HEAD",endpoint="/api/actions"} 0.000380881 nodejs_http_response_time_summary_seconds_sum{method="HEAD",endpoint="/api/actions"} 0.001267764 nodejs_http_response_time_summary_seconds_count{method="HEAD",endpoint="/api/actions"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="HEAD",endpoint="/_next/data"} 0.00028242100000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="HEAD",endpoint="/_next/data"} 0.000313962 nodejs_http_response_time_summary_seconds{quantile="0.95",method="HEAD",endpoint="/_next/data"} 0.000313962 nodejs_http_response_time_summary_seconds{quantile="0.99",method="HEAD",endpoint="/_next/data"} 0.000313962 nodejs_http_response_time_summary_seconds_sum{method="HEAD",endpoint="/_next/data"} 0.0011387250000000002 nodejs_http_response_time_summary_seconds_count{method="HEAD",endpoint="/_next/data"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 0.0004557815 nodejs_http_response_time_summary_seconds{quantile="0.9",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 0.000457802 nodejs_http_response_time_summary_seconds{quantile="0.95",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 0.000457802 nodejs_http_response_time_summary_seconds{quantile="0.99",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 0.000457802 nodejs_http_response_time_summary_seconds_sum{method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 0.000911563 nodejs_http_response_time_summary_seconds_count{method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js"} 0.000313001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js"} 0.009782187 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js"} 0.009782187 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js"} 0.009782187 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/vendor/laravel-filemanager/js/script.js"} 0.010392669 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/vendor/laravel-filemanager/js/script.js"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js"} 0.000740723 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js"} 0.018717013 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js"} 0.018717013 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js"} 0.018717013 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js"} 0.019725777 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_ignition/execute-solution"} 0.000265781 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_ignition/execute-solution"} 0.000269121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_ignition/execute-solution"} 0.000269121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_ignition/execute-solution"} 0.000269121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_ignition/execute-solution"} 0.000531562 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_ignition/execute-solution"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/_ignition/execute-solution"} 0.0002880205 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/_ignition/execute-solution"} 0.000309001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/_ignition/execute-solution"} 0.000309001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/_ignition/execute-solution"} 0.000309001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/_ignition/execute-solution"} 0.000576041 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/_ignition/execute-solution"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="HEAD",endpoint="/_next"} 0.000256241 nodejs_http_response_time_summary_seconds{quantile="0.9",method="HEAD",endpoint="/_next"} 0.000286897 nodejs_http_response_time_summary_seconds{quantile="0.95",method="HEAD",endpoint="/_next"} 0.000292761 nodejs_http_response_time_summary_seconds{quantile="0.99",method="HEAD",endpoint="/_next"} 0.000292761 nodejs_http_response_time_summary_seconds_sum{method="HEAD",endpoint="/_next"} 0.001808926 nodejs_http_response_time_summary_seconds_count{method="HEAD",endpoint="/_next"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.npmrc"} 0.000337881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.npmrc"} 0.000337881 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.npmrc"} 0.000337881 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.npmrc"} 0.000337881 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.npmrc"} 0.000337881 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.npmrc"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.txt"} 0.000436282 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.txt"} 0.000436282 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.txt"} 0.000436282 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.txt"} 0.000436282 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.txt"} 0.000436282 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.txt"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/staging/phpinfo.php"} 0.000243241 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/staging/phpinfo.php"} 0.000243241 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/staging/phpinfo.php"} 0.000243241 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/staging/phpinfo.php"} 0.000243241 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/staging/phpinfo.php"} 0.000243241 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/staging/phpinfo.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/logs/phpinfo.php"} 0.00024132 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/logs/phpinfo.php"} 0.00024132 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/logs/phpinfo.php"} 0.00024132 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/logs/phpinfo.php"} 0.00024132 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/logs/phpinfo.php"} 0.00024132 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/logs/phpinfo.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/backup/phpinfo.php"} 0.000323961 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/backup/phpinfo.php"} 0.000323961 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/backup/phpinfo.php"} 0.000323961 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/backup/phpinfo.php"} 0.000323961 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/backup/phpinfo.php"} 0.000323961 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/backup/phpinfo.php"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/terraform.tfvars"} 0.00030468 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/terraform.tfvars"} 0.00030468 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/terraform.tfvars"} 0.00030468 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/terraform.tfvars"} 0.00030468 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/terraform.tfvars"} 0.00030468 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/terraform.tfvars"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/settings.js"} 0.000246561 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/settings.js"} 0.000299121 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/settings.js"} 0.000299121 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/settings.js"} 0.000299121 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/settings.js"} 0.000493122 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/settings.js"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.vscode/settings.json"} 0.0008393825 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.vscode/settings.json"} 0.000914363 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.vscode/settings.json"} 0.000914363 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.vscode/settings.json"} 0.000914363 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.vscode/settings.json"} 0.001678765 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.vscode/settings.json"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/README.md"} 0.000318921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/README.md"} 0.000318921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/README.md"} 0.000318921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/README.md"} 0.000318921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/README.md"} 0.000318921 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/README.md"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api"} 0.000727522 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api"} 0.000727522 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api"} 0.000727522 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api"} 0.000727522 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api"} 0.000727522 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/data/test"} 0.000361121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/data/test"} 0.000446921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/data/test"} 0.000446921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/data/test"} 0.000446921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/data/test"} 0.000722242 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/data/test"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/env/production/database.js"} 0.000268321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/env/production/database.js"} 0.018581733 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/env/production/database.js"} 0.018581733 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/env/production/database.js"} 0.018581733 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/env/production/database.js"} 0.019114535 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/env/production/database.js"} 3 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/wp/phpinfo.php"} 0.000260281 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/wp/phpinfo.php"} 0.000262081 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/wp/phpinfo.php"} 0.000262081 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/wp/phpinfo.php"} 0.000262081 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/wp/phpinfo.php"} 0.000520562 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/wp/phpinfo.php"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.git-credentials"} 0.000288581 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.git-credentials"} 0.000291001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.git-credentials"} 0.000291001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.git-credentials"} 0.000291001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.git-credentials"} 0.000577162 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.git-credentials"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.gitconfig"} 0.000294661 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.gitconfig"} 0.000300801 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.gitconfig"} 0.000300801 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.gitconfig"} 0.000300801 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.gitconfig"} 0.000589322 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.gitconfig"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.deploy"} 0.00026868050000000004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.deploy"} 0.000274921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.deploy"} 0.000274921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.deploy"} 0.000274921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.deploy"} 0.0005373610000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.deploy"} 2 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/:id.chunk.js"} 0.0032748704999999998 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/:id.chunk.js"} 0.010155652400000003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/:id.chunk.js"} 0.0121657908 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/:id.chunk.js"} 0.01245624 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/:id.chunk.js"} 0.09544510899999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/:id.chunk.js"} 22 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js"} 0.0021217265 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js"} 0.013948212800000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js"} 0.014868488 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js"} 0.014868488 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.svelte-kit/output/client/_app/env.js"} 0.025267759 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.svelte-kit/output/client/_app/env.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/framework.js"} 0.0032501505 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/framework.js"} 0.0073781735000000015 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/framework.js"} 0.007610862 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/framework.js"} 0.007610862 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/framework.js"} 0.021206346 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/framework.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js"} 0.005291357 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js"} 0.0066984670000000005 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js"} 0.006772979 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js"} 0.006772979 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/_ssgManifest.js"} 0.025286918 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/_ssgManifest.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/cart"} 0.004879216 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/cart"} 0.022907114 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/cart"} 0.022907114 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/cart"} 0.022907114 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/cart"} 0.0370452 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/cart"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/vite.config.ts"} 0.003648252 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/vite.config.ts"} 0.013165843 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/vite.config.ts"} 0.013165843 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/vite.config.ts"} 0.013165843 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/vite.config.ts"} 0.023874799 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/vite.config.ts"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/settings"} 0.001901286 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/settings"} 0.00918211 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/settings"} 0.00918211 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/settings"} 0.00918211 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/settings"} 0.020239345 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/settings"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/serviceworker.js"} 0.0018905255 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/serviceworker.js"} 0.014512606000000004 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/serviceworker.js"} 0.015480649 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/serviceworker.js"} 0.015480649 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/serviceworker.js"} 0.026588924 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/serviceworker.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/main.js"} 0.0009903029999999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/main.js"} 0.0033727468000000005 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/main.js"} 0.003433731 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/main.js"} 0.003433731 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/main.js"} 0.008848068 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/main.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/:id.js"} 0.0034260705 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/:id.js"} 0.0077172569 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/:id.js"} 0.01616887069999999 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/:id.js"} 0.019779656 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/:id.js"} 0.06893325500000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/:id.js"} 16 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/runtime-config.js"} 0.0014396645 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/runtime-config.js"} 0.0069969264000000015 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/runtime-config.js"} 0.007475864 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/runtime-config.js"} 0.007475864 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/runtime-config.js"} 0.013672923 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/runtime-config.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_app/immutable/chunks/singletons.js"} 0.005642938 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_app/immutable/chunks/singletons.js"} 0.0157379094 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_app/immutable/chunks/singletons.js"} 0.018172212 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_app/immutable/chunks/singletons.js"} 0.018172212 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_app/immutable/chunks/singletons.js"} 0.03947156 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_app/immutable/chunks/singletons.js"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/bundle.js"} 0.0028227485 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/bundle.js"} 0.015542769800000003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/bundle.js"} 0.016852454 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/bundle.js"} 0.016852454 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/bundle.js"} 0.028618611000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/bundle.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/main.js.map"} 0.0048520555 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/main.js.map"} 0.008873628 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/main.js.map"} 0.008873628 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/main.js.map"} 0.008873628 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/main.js.map"} 0.019018101 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/main.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/env.json"} 0.006322381 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/env.json"} 0.015548505900000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/env.json"} 0.016207452 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/env.json"} 0.016207452 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/env.json"} 0.041478775 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/env.json"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/@vite/client"} 0.002927049 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/@vite/client"} 0.0186177 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/@vite/client"} 0.0186177 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/@vite/client"} 0.0186177 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/@vite/client"} 0.032791344 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/@vite/client"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_app/immutable/chunks/index.js"} 0.0096521495 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_app/immutable/chunks/index.js"} 0.0113252856 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_app/immutable/chunks/index.js"} 0.011412998 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_app/immutable/chunks/index.js"} 0.011412998 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_app/immutable/chunks/index.js"} 0.043299857 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_app/immutable/chunks/index.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/remix.config.js"} 0.007155763000000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/remix.config.js"} 0.0193417377 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/remix.config.js"} 0.020078784 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/remix.config.js"} 0.020078784 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/remix.config.js"} 0.049043637 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/remix.config.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/js/config.js"} 0.0055147985 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/js/config.js"} 0.018279863900000005 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/js/config.js"} 0.018867693 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/js/config.js"} 0.018867693 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/js/config.js"} 0.043720014 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/js/config.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/js/bundle.js"} 0.0036129105 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/js/bundle.js"} 0.014607342500000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/js/bundle.js"} 0.015418089 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/js/bundle.js"} 0.015418089 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/js/bundle.js"} 0.031325419 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/js/bundle.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/checkout"} 0.007722265 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/checkout"} 0.017238416 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/checkout"} 0.017238416 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/checkout"} 0.017238416 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/checkout"} 0.037319520999999994 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/checkout"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/main.js.map"} 0.003916052 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/main.js.map"} 0.009117069 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/main.js.map"} 0.009117069 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/main.js.map"} 0.009117069 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/main.js.map"} 0.024175998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/main.js.map"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/main.js.map"} 0.0061504 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/main.js.map"} 0.008887989 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/main.js.map"} 0.008887989 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/main.js.map"} 0.008887989 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/main.js.map"} 0.021367188999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/main.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_astro/hoisted.js"} 0.004743115500000001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_astro/hoisted.js"} 0.012380189700000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_astro/hoisted.js"} 0.012732283 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_astro/hoisted.js"} 0.012732283 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_astro/hoisted.js"} 0.032044865000000006 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_astro/hoisted.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/entry.client.tsx"} 0.007798785 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/entry.client.tsx"} 0.010658314 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/entry.client.tsx"} 0.010658314 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/entry.client.tsx"} 0.010658314 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/entry.client.tsx"} 0.031899223000000004 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/entry.client.tsx"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/index.js"} 0.001291484 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/index.js"} 0.010067913 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/index.js"} 0.010067913 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/index.js"} 0.010067913 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/index.js"} 0.019704941999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/index.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/webpack.runtime.js"} 0.004501455 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/webpack.runtime.js"} 0.010252153 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/webpack.runtime.js"} 0.010252153 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/webpack.runtime.js"} 0.010252153 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/webpack.runtime.js"} 0.025573444 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/webpack.runtime.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/_buildManifest.js"} 0.0026592889999999996 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/_buildManifest.js"} 0.022412443800000004 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/_buildManifest.js"} 0.023734116 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/_buildManifest.js"} 0.023734116 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/_buildManifest.js"} 0.039923289 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/_buildManifest.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/static/js/main.js"} 0.008003345 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/static/js/main.js"} 0.011061475 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/static/js/main.js"} 0.011061475 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/static/js/main.js"} 0.011061475 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/static/js/main.js"} 0.027900249 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/static/js/main.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/__env.js"} 0.005178057 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/__env.js"} 0.011379797 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/__env.js"} 0.011379797 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/__env.js"} 0.011379797 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/__env.js"} 0.031571983 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/__env.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.env.vite"} 0.007348624 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.env.vite"} 0.015695051 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.env.vite"} 0.015695051 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.env.vite"} 0.015695051 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.env.vite"} 0.034732473 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.env.vite"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/asset-manifest.json"} 0.003640172 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/asset-manifest.json"} 0.008235507 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/asset-manifest.json"} 0.008235507 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/asset-manifest.json"} 0.008235507 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/asset-manifest.json"} 0.020181306000000003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/asset-manifest.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.astro/types.d.ts"} 0.000235881 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.astro/types.d.ts"} 0.007116823 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.astro/types.d.ts"} 0.007116823 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.astro/types.d.ts"} 0.007116823 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.astro/types.d.ts"} 0.012667482 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.astro/types.d.ts"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/.vite/manifest.json"} 0.004210013 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/.vite/manifest.json"} 0.009557431 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/.vite/manifest.json"} 0.009557431 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/.vite/manifest.json"} 0.009557431 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/.vite/manifest.json"} 0.022483432999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/.vite/manifest.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/pages/_app.js"} 0.003429292 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/pages/_app.js"} 0.012850441 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/pages/_app.js"} 0.012850441 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/pages/_app.js"} 0.012850441 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/pages/_app.js"} 0.022628793 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/pages/_app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app.js.map"} 0.008346348 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app.js.map"} 0.020919788 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app.js.map"} 0.020919788 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app.js.map"} 0.020919788 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app.js.map"} 0.052891093 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app.js.map"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/svelte.config.js"} 0.003220931 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/svelte.config.js"} 0.014812089 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/svelte.config.js"} 0.014812089 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/svelte.config.js"} 0.014812089 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/svelte.config.js"} 0.025123003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/svelte.config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/env.js"} 0.002188807 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/env.js"} 0.006901182 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/env.js"} 0.006901182 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/env.js"} 0.006901182 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/env.js"} 0.013632524000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/env.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/js/app.js"} 0.002923409 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/js/app.js"} 0.014652527 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/js/app.js"} 0.014652527 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/js/app.js"} 0.014652527 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/js/app.js"} 0.026818846 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/js/app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/keys.js"} 0.003229611 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/keys.js"} 0.02157195 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/keys.js"} 0.02157195 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/keys.js"} 0.02157195 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/keys.js"} 0.034970193999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/keys.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/bundle.js.map"} 0.0055441575 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/bundle.js.map"} 0.013194684 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/bundle.js.map"} 0.013194684 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/bundle.js.map"} 0.013194684 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/bundle.js.map"} 0.024764560999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/bundle.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/main.chunk.js"} 0.00297553 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/main.chunk.js"} 0.015806731 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/main.chunk.js"} 0.015806731 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/main.chunk.js"} 0.015806731 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/main.chunk.js"} 0.024558359000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/main.chunk.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/sw.js"} 0.002343247 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/sw.js"} 0.022600073 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/sw.js"} 0.022600073 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/sw.js"} 0.022600073 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/sw.js"} 0.029196454 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/sw.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_app/immutable/entry/start.js"} 0.00288669 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_app/immutable/entry/start.js"} 0.016792574 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_app/immutable/entry/start.js"} 0.016792574 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_app/immutable/entry/start.js"} 0.016792574 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_app/immutable/entry/start.js"} 0.028880214 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_app/immutable/entry/start.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/app.js.map"} 0.0038374524999999996 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/app.js.map"} 0.006714582 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/app.js.map"} 0.006714582 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/app.js.map"} 0.006714582 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/app.js.map"} 0.014578128 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/app.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/env-config.js"} 0.002657648 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/env-config.js"} 0.004654456 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/env-config.js"} 0.004654456 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/env-config.js"} 0.004654456 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/env-config.js"} 0.013331925000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/env-config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map"} 0.0039857525 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map"} 0.016165892 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map"} 0.016165892 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map"} 0.016165892 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/pages/_app.js.map"} 0.026218004000000003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/pages/_app.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/main.chunk.js.map"} 0.008938349 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/main.chunk.js.map"} 0.012720402 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/main.chunk.js.map"} 0.012720402 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/main.chunk.js.map"} 0.012720402 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/main.chunk.js.map"} 0.031991105 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/main.chunk.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/client.js"} 0.004614015 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/client.js"} 0.008432828 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/client.js"} 0.008432828 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/client.js"} 0.008432828 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/client.js"} 0.021942872000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/client.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/q-manifest.json"} 0.000898843 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/q-manifest.json"} 0.014071967 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/q-manifest.json"} 0.014071967 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/q-manifest.json"} 0.014071967 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/q-manifest.json"} 0.017221177 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/q-manifest.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/polyfills.js"} 0.001855966 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/polyfills.js"} 0.013751764 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/polyfills.js"} 0.013751764 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/polyfills.js"} 0.013751764 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/polyfills.js"} 0.020999906999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/polyfills.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/keys.js"} 0.00301937 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/keys.js"} 0.009841912 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/keys.js"} 0.009841912 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/keys.js"} 0.009841912 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/keys.js"} 0.023197436 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/keys.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/workbox.js"} 0.0037746925000000002 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/workbox.js"} 0.0084462952 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/workbox.js"} 0.008709788 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/workbox.js"} 0.008709788 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/workbox.js"} 0.023604037000000005 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/workbox.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_app/immutable/entry/app.js"} 0.00298509 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_app/immutable/entry/app.js"} 0.013326043 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_app/immutable/entry/app.js"} 0.013326043 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_app/immutable/entry/app.js"} 0.013326043 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_app/immutable/entry/app.js"} 0.020840667999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_app/immutable/entry/app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/app/root.tsx"} 0.001745045 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/app/root.tsx"} 0.008232146 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/app/root.tsx"} 0.008232146 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/app/root.tsx"} 0.008232146 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/app/root.tsx"} 0.014550685 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/app/root.tsx"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/webpack-runtime.js"} 0.001697706 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/webpack-runtime.js"} 0.014316282600000006 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/webpack-runtime.js"} 0.015684571 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/webpack-runtime.js"} 0.015684571 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/webpack-runtime.js"} 0.022789955000000004 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/webpack-runtime.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/main.js.map"} 0.00299083 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/main.js.map"} 0.010761835 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/main.js.map"} 0.010761835 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/main.js.map"} 0.010761835 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/main.js.map"} 0.016980256000000003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/main.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/solid.js"} 0.000269321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/solid.js"} 0.004516975 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/solid.js"} 0.004516975 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/solid.js"} 0.004516975 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/solid.js"} 0.006527901000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/solid.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/index.js.map"} 0.0022339675 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/index.js.map"} 0.005260457 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/index.js.map"} 0.005260457 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/index.js.map"} 0.005260457 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/index.js.map"} 0.010124273 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/index.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/vendor.js"} 0.001705566 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/vendor.js"} 0.016978535 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/vendor.js"} 0.016978535 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/vendor.js"} 0.016978535 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/vendor.js"} 0.023114994999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/vendor.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/window.env.js"} 0.004892455 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/window.env.js"} 0.009259311 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/window.env.js"} 0.009259311 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/window.env.js"} 0.009259311 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/window.env.js"} 0.02183115 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/window.env.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_nuxt/app.js.map"} 0.0049386759999999995 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_nuxt/app.js.map"} 0.010549475 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_nuxt/app.js.map"} 0.010549475 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_nuxt/app.js.map"} 0.010549475 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_nuxt/app.js.map"} 0.021445511 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_nuxt/app.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/__config.js"} 0.001993766 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/__config.js"} 0.0065572208 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/__config.js"} 0.006617821 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/__config.js"} 0.006617821 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/__config.js"} 0.023233154 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/__config.js"} 7 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/index.js.map"} 0.0012904645 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/index.js.map"} 0.016213452 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/index.js.map"} 0.016213452 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/index.js.map"} 0.016213452 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/index.js.map"} 0.019245462 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/index.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.vite/deps/_metadata.json"} 0.001794206 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.vite/deps/_metadata.json"} 0.006921503 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.vite/deps/_metadata.json"} 0.006921503 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.vite/deps/_metadata.json"} 0.006921503 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.vite/deps/_metadata.json"} 0.015194289000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.vite/deps/_metadata.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/src/env.js"} 0.00331069 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/src/env.js"} 0.021909871 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/src/env.js"} 0.021909871 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/src/env.js"} 0.021909871 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/src/env.js"} 0.038736325 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/src/env.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/main.js.map"} 0.0054545575 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/main.js.map"} 0.011450798 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/main.js.map"} 0.011450798 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/main.js.map"} 0.011450798 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/main.js.map"} 0.022774994000000003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/main.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/js/main.js.map"} 0.005871598999999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/js/main.js.map"} 0.015074968 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/js/main.js.map"} 0.015074968 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/js/main.js.map"} 0.015074968 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/js/main.js.map"} 0.027021605999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/js/main.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/settings.js"} 0.00025716 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/settings.js"} 0.015114088 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/settings.js"} 0.015114088 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/settings.js"} 0.015114088 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/settings.js"} 0.020217265 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/settings.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/constants.js"} 0.002308208 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/constants.js"} 0.007733185 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/constants.js"} 0.007733185 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/constants.js"} 0.007733185 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/constants.js"} 0.014097806000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/constants.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api.js"} 0.000817242 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api.js"} 0.011669717 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api.js"} 0.011669717 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api.js"} 0.011669717 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api.js"} 0.01566041 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/stripe.js"} 0.000867323 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/stripe.js"} 0.010674155 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/stripe.js"} 0.010674155 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/stripe.js"} 0.010674155 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/stripe.js"} 0.018021739 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/stripe.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/checkout.js"} 0.000904282 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/checkout.js"} 0.012958402 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/checkout.js"} 0.012958402 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/checkout.js"} 0.012958402 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/checkout.js"} 0.016019412 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/checkout.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/webpack.js"} 0.000840683 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/webpack.js"} 0.010925835 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/webpack.js"} 0.010925835 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/webpack.js"} 0.010925835 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/webpack.js"} 0.013539844 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/webpack.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/payment.js"} 0.000721243 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/payment.js"} 0.006645902 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/payment.js"} 0.006645902 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/payment.js"} 0.006645902 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/payment.js"} 0.009397272 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/payment.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/bundle.js"} 0.001508965 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/bundle.js"} 0.012535201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/bundle.js"} 0.012535201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/bundle.js"} 0.012535201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/bundle.js"} 0.016850054 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/bundle.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/vendor.js"} 0.001874806 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/vendor.js"} 0.014347006 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/vendor.js"} 0.014347006 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/vendor.js"} 0.014347006 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/vendor.js"} 0.022679794 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/vendor.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/main.js"} 0.000216721 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/main.js"} 0.014409486 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/main.js"} 0.014409486 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/main.js"} 0.014409486 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/main.js"} 0.017197015 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/main.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/app.js"} 0.002422807 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/app.js"} 0.014954608 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/app.js"} 0.014954608 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/app.js"} 0.014954608 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/app.js"} 0.020933226 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/runtime.js"} 0.001984046 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/runtime.js"} 0.023840837 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/runtime.js"} 0.023840837 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/runtime.js"} 0.023840837 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/runtime.js"} 0.030582457999999996 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/runtime.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/bundle.js"} 0.001050964 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/bundle.js"} 0.010403754 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/bundle.js"} 0.010403754 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/bundle.js"} 0.010403754 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/bundle.js"} 0.016283733999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/bundle.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/main.js.map"} 0.0020005265 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/main.js.map"} 0.014781088 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/main.js.map"} 0.014781088 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/main.js.map"} 0.014781088 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/main.js.map"} 0.018975822 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/main.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/app.js"} 0.001261004 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/app.js"} 0.007324344 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/app.js"} 0.007324344 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/app.js"} 0.007324344 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/app.js"} 0.013398444999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/main.js"} 0.001728806 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/main.js"} 0.013389443 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/main.js"} 0.013389443 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/main.js"} 0.013389443 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/main.js"} 0.018385021 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/main.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/static/js/bundle.js"} 0.001124604 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/static/js/bundle.js"} 0.008586147 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/static/js/bundle.js"} 0.008586147 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/static/js/bundle.js"} 0.008586147 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/static/js/bundle.js"} 0.011980597 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/static/js/bundle.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/js/app.js"} 0.005033937 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/js/app.js"} 0.007629385 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/js/app.js"} 0.007629385 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/js/app.js"} 0.007629385 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/js/app.js"} 0.021932714 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/js/app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/app.js"} 0.006350661 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/app.js"} 0.007917666 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/app.js"} 0.007917666 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/app.js"} 0.007917666 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/app.js"} 0.022443632 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/js/app.js"} 0.004752575 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/js/app.js"} 0.010262714 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/js/app.js"} 0.010262714 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/js/app.js"} 0.010262714 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/js/app.js"} 0.027031687999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/js/app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/js/main.js"} 0.003833493 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/js/main.js"} 0.014721328 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/js/main.js"} 0.014721328 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/js/main.js"} 0.014721328 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/js/main.js"} 0.030160219000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/js/main.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/bundle.js.map"} 0.002928289 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/bundle.js.map"} 0.014021725 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/bundle.js.map"} 0.014021725 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/bundle.js.map"} 0.014021725 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/bundle.js.map"} 0.024057357 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/bundle.js.map"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/vendor.js.map"} 0.000291921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/vendor.js.map"} 0.016421933 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/vendor.js.map"} 0.016421933 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/vendor.js.map"} 0.016421933 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/vendor.js.map"} 0.020446547000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/vendor.js.map"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/runtime.js.map"} 0.0044404945 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/runtime.js.map"} 0.011991599 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/runtime.js.map"} 0.011991599 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/runtime.js.map"} 0.011991599 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/runtime.js.map"} 0.021238629999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/runtime.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/chunk.js.map"} 0.0038528525 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/chunk.js.map"} 0.009528431 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/chunk.js.map"} 0.009528431 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/chunk.js.map"} 0.009528431 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/chunk.js.map"} 0.017939938 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/chunk.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/dist/bundle.js.map"} 0.0031329300000000003 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/dist/bundle.js.map"} 0.005947539 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/dist/bundle.js.map"} 0.005947539 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/dist/bundle.js.map"} 0.005947539 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/dist/bundle.js.map"} 0.01258044 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/dist/bundle.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/static/js/main.js.map"} 0.006402260999999999 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/static/js/main.js.map"} 0.007535464 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/static/js/main.js.map"} 0.007535464 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/static/js/main.js.map"} 0.007535464 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/static/js/main.js.map"} 0.020998068 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/static/js/main.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/bundle.js.map"} 0.0085290485 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/bundle.js.map"} 0.016969015 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/bundle.js.map"} 0.016969015 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/bundle.js.map"} 0.016969015 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/bundle.js.map"} 0.035362277 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/bundle.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/js/app.js.map"} 0.0090402295 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/js/app.js.map"} 0.014154246 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/js/app.js.map"} 0.014154246 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/js/app.js.map"} 0.014154246 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/js/app.js.map"} 0.03385643 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/js/app.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/webpack.js.map"} 0.0010793035 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/webpack.js.map"} 0.003339251 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/webpack.js.map"} 0.003339251 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/webpack.js.map"} 0.003339251 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/webpack.js.map"} 0.0056427380000000004 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/webpack.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_nuxt/app.js"} 0.003715132 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_nuxt/app.js"} 0.007608666 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_nuxt/app.js"} 0.007608666 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_nuxt/app.js"} 0.007608666 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_nuxt/app.js"} 0.019461863 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_nuxt/app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_nuxt/vendors.app.js.map"} 0.0050848365 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_nuxt/vendors.app.js.map"} 0.021256948 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_nuxt/vendors.app.js.map"} 0.021256948 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_nuxt/vendors.app.js.map"} 0.021256948 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_nuxt/vendors.app.js.map"} 0.032083623 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_nuxt/vendors.app.js.map"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/main.js"} 0.001698566 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/main.js"} 0.010020873 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/main.js"} 0.010020873 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/main.js"} 0.010020873 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/main.js"} 0.020498027 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/main.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/pages/index.js"} 0.002201307 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/pages/index.js"} 0.022578520200000004 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/pages/index.js"} 0.023229195 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/pages/index.js"} 0.023229195 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/pages/index.js"} 0.04493617700000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/pages/index.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/development/pages/_app.js"} 0.002417288 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/development/pages/_app.js"} 0.017982098 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/development/pages/_app.js"} 0.017982098 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/development/pages/_app.js"} 0.017982098 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/development/pages/_app.js"} 0.026794087999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/development/pages/_app.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_nuxt/config.js"} 0.002678008 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_nuxt/config.js"} 0.007033222 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_nuxt/config.js"} 0.007033222 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_nuxt/config.js"} 0.007033222 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_nuxt/config.js"} 0.015233167000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_nuxt/config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/static/js/runtime-main.js"} 0.000552762 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/static/js/runtime-main.js"} 0.001603005 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/static/js/runtime-main.js"} 0.001603005 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/static/js/runtime-main.js"} 0.001603005 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/static/js/runtime-main.js"} 0.003859373 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/static/js/runtime-main.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/index.js"} 0.0014402445 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/index.js"} 0.012097435900000002 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/index.js"} 0.012709362 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/index.js"} 0.012709362 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/index.js"} 0.022669393 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/index.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_nuxt/vendors.app.js"} 0.001202264 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_nuxt/vendors.app.js"} 0.0036095395000000008 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_nuxt/vendors.app.js"} 0.003755412 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_nuxt/vendors.app.js"} 0.003755412 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_nuxt/vendors.app.js"} 0.008887028 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_nuxt/vendors.app.js"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/lib/config.js"} 0.000657842 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/lib/config.js"} 0.006267981 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/lib/config.js"} 0.006267981 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/lib/config.js"} 0.006267981 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/lib/config.js"} 0.009273552000000001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/lib/config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/src/config.js"} 0.004424134 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/src/config.js"} 0.01552145 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/src/config.js"} 0.01552145 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/src/config.js"} 0.01552145 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/src/config.js"} 0.029697176 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/src/config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/src/constants.js"} 0.002669209 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/src/constants.js"} 0.010757756 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/src/constants.js"} 0.010757756 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/src/constants.js"} 0.010757756 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/src/constants.js"} 0.022426154 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/src/constants.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/__ENV.js"} 0.001215084 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/__ENV.js"} 0.015857051 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/__ENV.js"} 0.015857051 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/__ENV.js"} 0.015857051 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/__ENV.js"} 0.024639318 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/__ENV.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/config/env.js"} 0.002499008 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/config/env.js"} 0.01550333 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/config/env.js"} 0.01550333 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/config/env.js"} 0.01550333 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/config/env.js"} 0.025415482 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/config/env.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/payment"} 0.001850006 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/payment"} 0.01536193 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/payment"} 0.01536193 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/payment"} 0.01536193 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/payment"} 0.024440759 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/payment"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/donate"} 0.000406241 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/donate"} 0.004512375 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/donate"} 0.004512375 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/donate"} 0.004512375 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/donate"} 0.007876106 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/donate"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.vite/manifest.json"} 0.004175173 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.vite/manifest.json"} 0.014018845 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.vite/manifest.json"} 0.014018845 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.vite/manifest.json"} 0.014018845 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.vite/manifest.json"} 0.031072019000000003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.vite/manifest.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/service-worker.js"} 0.004337774 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/service-worker.js"} 0.01215672 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/service-worker.js"} 0.01215672 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/service-worker.js"} 0.01215672 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/service-worker.js"} 0.022824155999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/service-worker.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/asset-manifest.json"} 0.002451928 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/asset-manifest.json"} 0.00928303 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/asset-manifest.json"} 0.00928303 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/asset-manifest.json"} 0.00928303 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/asset-manifest.json"} 0.019423821999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/asset-manifest.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/api/config.json"} 0.006081579 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/api/config.json"} 0.010266553 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/api/config.json"} 0.010266553 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/api/config.json"} 0.010266553 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/api/config.json"} 0.029493017 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/api/config.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/subscribe"} 0.001277404 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/subscribe"} 0.006670262 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/subscribe"} 0.006670262 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/subscribe"} 0.006670262 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/subscribe"} 0.015055888 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/subscribe"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/manifest.json"} 0.002504788 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/manifest.json"} 0.0087052397 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/manifest.json"} 0.009133549 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/manifest.json"} 0.009133549 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/manifest.json"} 0.019394942000000002 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/manifest.json"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_next/static/chunks/commons.js"} 0.002056446 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_next/static/chunks/commons.js"} 0.013247003 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_next/static/chunks/commons.js"} 0.013247003 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_next/static/chunks/commons.js"} 0.013247003 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_next/static/chunks/commons.js"} 0.02479348 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_next/static/chunks/commons.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/assets/main.js"} 0.001744526 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/assets/main.js"} 0.007677025 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/assets/main.js"} 0.007677025 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/assets/main.js"} 0.007677025 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/assets/main.js"} 0.015041688999999997 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/assets/main.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/vite.config.js"} 0.002033927 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/vite.config.js"} 0.004500015 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/vite.config.js"} 0.004500015 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/vite.config.js"} 0.004500015 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/vite.config.js"} 0.009313189999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/vite.config.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/runtime~main.js"} 0.002654608 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/runtime~main.js"} 0.00613914 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/runtime~main.js"} 0.00613914 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/runtime~main.js"} 0.00613914 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/runtime~main.js"} 0.017220694999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/runtime~main.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_app/env.js"} 0.001295644 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_app/env.js"} 0.01206184 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_app/env.js"} 0.01206184 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_app/env.js"} 0.01206184 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_app/env.js"} 0.021862671 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_app/env.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/src/env.d.ts"} 0.0004008015 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/src/env.d.ts"} 0.012373559999999999 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/src/env.d.ts"} 0.014485007 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/src/env.d.ts"} 0.014485007 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/src/env.d.ts"} 0.03484279199999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/src/env.d.ts"} 10 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/index.js"} 0.001108124 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/index.js"} 0.005152816 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/index.js"} 0.005152816 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/index.js"} 0.005152816 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/index.js"} 0.011669637 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/index.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/root.js"} 0.001123124 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/root.js"} 0.007860785 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/root.js"} 0.007860785 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/root.js"} 0.007860785 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/root.js"} 0.011434637 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/root.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/build/manifest.json"} 0.001552125 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/build/manifest.json"} 0.001964686 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/build/manifest.json"} 0.001964686 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/build/manifest.json"} 0.001964686 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/build/manifest.json"} 0.0071851829999999995 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/build/manifest.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/build/entry.client.js"} 0.000534242 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/build/entry.client.js"} 0.019041182 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/build/entry.client.js"} 0.019041182 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/build/entry.client.js"} 0.019041182 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/build/entry.client.js"} 0.020644786999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/build/entry.client.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_astro/client.js"} 0.00606166 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_astro/client.js"} 0.020574266 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_astro/client.js"} 0.020574266 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_astro/client.js"} 0.020574266 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_astro/client.js"} 0.035728196000000004 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_astro/client.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/_astro/page.js"} 0.000616642 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/_astro/page.js"} 0.00930959 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/_astro/page.js"} 0.00930959 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/_astro/page.js"} 0.00930959 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/_astro/page.js"} 0.011157195 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/_astro/page.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/build/root.js"} 0.000888323 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/build/root.js"} 0.008275347 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/build/root.js"} 0.008275347 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/build/root.js"} 0.008275347 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/build/root.js"} 0.014424686999999999 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/build/root.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/page-data/app-data.json"} 0.0029376695 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/page-data/app-data.json"} 0.010770623500000001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/page-data/app-data.json"} 0.011226197 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/page-data/app-data.json"} 0.011226197 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/page-data/app-data.json"} 0.024252119000000003 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/page-data/app-data.json"} 6 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/astro.config.mjs"} 0.000198121 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/astro.config.mjs"} 0.008555627 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/astro.config.mjs"} 0.008555627 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/astro.config.mjs"} 0.008555627 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/astro.config.mjs"} 0.010779314 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/astro.config.mjs"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/build/qwik-loader.js"} 0.000943243 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/build/qwik-loader.js"} 0.016175052 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/build/qwik-loader.js"} 0.016175052 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/build/qwik-loader.js"} 0.016175052 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/build/qwik-loader.js"} 0.022786714 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/build/qwik-loader.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js"} 0.00022776 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js"} 0.009759272 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js"} 0.009759272 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js"} 0.009759272 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/.cache/page-ssr/routes/render-page.js"} 0.010839994999999998 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/.cache/page-ssr/routes/render-page.js"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/public/page-data/app-data.json"} 0.000238801 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/public/page-data/app-data.json"} 0.010178913 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/public/page-data/app-data.json"} 0.010178913 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/public/page-data/app-data.json"} 0.010178913 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/public/page-data/app-data.json"} 0.012127039 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/public/page-data/app-data.json"} 5 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/wp-json/wc/v3"} 0.000266201 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/wp-json/wc/v3"} 0.000266201 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/wp-json/wc/v3"} 0.000266201 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/wp-json/wc/v3"} 0.000266201 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/wp-json/wc/v3"} 0.000266201 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/wp-json/wc/v3"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/magento_version"} 0.000270001 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/magento_version"} 0.000270001 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/magento_version"} 0.000270001 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/magento_version"} 0.000270001 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/magento_version"} 0.000270001 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/magento_version"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/index.php"} 0.0002867805 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/index.php"} 0.000400842 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/index.php"} 0.000400842 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/index.php"} 0.000400842 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/index.php"} 0.001240004 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/index.php"} 4 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/"} 0.000266321 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/"} 0.000266321 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/"} 0.000266321 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/"} 0.000266321 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/"} 0.000266321 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/wp-json/"} 0.000395921 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/wp-json/"} 0.000395921 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/wp-json/"} 0.000395921 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/wp-json/"} 0.000395921 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/wp-json/"} 0.000395921 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/wp-json/"} 1 nodejs_http_response_time_summary_seconds{quantile="0.5",method="GET",endpoint="/admin/login"} 0.000613362 nodejs_http_response_time_summary_seconds{quantile="0.9",method="GET",endpoint="/admin/login"} 0.000613362 nodejs_http_response_time_summary_seconds{quantile="0.95",method="GET",endpoint="/admin/login"} 0.000613362 nodejs_http_response_time_summary_seconds{quantile="0.99",method="GET",endpoint="/admin/login"} 0.000613362 nodejs_http_response_time_summary_seconds_sum{method="GET",endpoint="/admin/login"} 0.000613362 nodejs_http_response_time_summary_seconds_count{method="GET",endpoint="/admin/login"} 1 # HELP nodejs_http_response_size_bytes HTTP response size in bytes # TYPE nodejs_http_response_size_bytes histogram nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/homepage/contents/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/homepage/contents/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/homepage/contents/",status="200"} 474 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/homepage/contents/",status="200"} 474 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/homepage/contents/",status="200"} 474 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/homepage/contents/",status="200"} 474 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/homepage/contents/",status="200"} 1867340 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/homepage/contents/",status="200"} 474 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/auth/profile",status="304"} 27 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/auth/profile",status="304"} 27 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/auth/profile",status="304"} 27 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/auth/profile",status="304"} 27 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/auth/profile",status="304"} 27 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/auth/profile",status="304"} 27 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/auth/profile",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/auth/profile",status="304"} 27 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/eligibility/simulations",status="304"} 26 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/eligibility/simulations",status="304"} 26 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/eligibility/simulations",status="304"} 26 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/eligibility/simulations",status="304"} 26 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/eligibility/simulations",status="304"} 26 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/eligibility/simulations",status="304"} 26 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/eligibility/simulations",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/eligibility/simulations",status="304"} 26 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/stats",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/stats",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/stats",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/stats",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/stats",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/stats",status="304"} 15 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/stats",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/stats",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/trends",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/trends",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/trends",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/trends",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/trends",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/trends",status="304"} 15 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/trends",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/trends",status="304"} 15 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/homepage/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/homepage/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/homepage/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/homepage/",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/homepage/",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/homepage/",status="200"} 13 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/homepage/",status="200"} 150288 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/homepage/",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/homepage/stats",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/homepage/stats",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/homepage/stats",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/homepage/stats",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/homepage/stats",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/homepage/stats",status="200"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/homepage/stats",status="200"} 2315 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/homepage/stats",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="PUT",endpoint="/api/admin/homepage/:id",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="PUT",endpoint="/api/admin/homepage/:id",status="200"} 30 nodejs_http_response_size_bytes_bucket{le="10000",method="PUT",endpoint="/api/admin/homepage/:id",status="200"} 30 nodejs_http_response_size_bytes_bucket{le="100000",method="PUT",endpoint="/api/admin/homepage/:id",status="200"} 30 nodejs_http_response_size_bytes_bucket{le="1000000",method="PUT",endpoint="/api/admin/homepage/:id",status="200"} 30 nodejs_http_response_size_bytes_bucket{le="+Inf",method="PUT",endpoint="/api/admin/homepage/:id",status="200"} 30 nodejs_http_response_size_bytes_sum{method="PUT",endpoint="/api/admin/homepage/:id",status="200"} 9138 nodejs_http_response_size_bytes_count{method="PUT",endpoint="/api/admin/homepage/:id",status="200"} 30 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/admin/actions/log",status="201"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/admin/actions/log",status="201"} 30 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/admin/actions/log",status="201"} 30 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/admin/actions/log",status="201"} 30 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/admin/actions/log",status="201"} 30 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/admin/actions/log",status="201"} 30 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/admin/actions/log",status="201"} 5662 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/admin/actions/log",status="201"} 30 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/homepage/contents/",status="304"} 57 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/homepage/contents/",status="304"} 57 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/homepage/contents/",status="304"} 57 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/homepage/contents/",status="304"} 57 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/homepage/contents/",status="304"} 57 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/homepage/contents/",status="304"} 57 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/homepage/contents/",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/homepage/contents/",status="304"} 57 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/actions/history",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/actions/history",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/actions/history",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/actions/history",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/actions/history",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/actions/history",status="200"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/actions/history",status="200"} 43527 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/actions/history",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/homepage/stats",status="304"} 9 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/homepage/stats",status="304"} 9 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/homepage/stats",status="304"} 9 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/homepage/stats",status="304"} 9 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/homepage/stats",status="304"} 9 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/homepage/stats",status="304"} 9 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/homepage/stats",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/homepage/stats",status="304"} 9 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/auth/refresh-token",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/auth/refresh-token",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/auth/refresh-token",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/auth/refresh-token",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/auth/refresh-token",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/auth/refresh-token",status="200"} 8 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/auth/refresh-token",status="200"} 2477 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/auth/refresh-token",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/auth/profile",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/auth/profile",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/auth/profile",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/auth/profile",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/auth/profile",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/auth/profile",status="200"} 8 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/auth/profile",status="200"} 1358 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/auth/profile",status="200"} 8 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/robots.txt",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/robots.txt",status="404"} 333 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/robots.txt",status="404"} 333 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/robots.txt",status="404"} 333 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/robots.txt",status="404"} 333 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/robots.txt",status="404"} 333 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/robots.txt",status="404"} 49617 nodejs_http_response_size_bytes_count{method="GET",endpoint="/robots.txt",status="404"} 333 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/villes-emissions/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/villes-emissions/",status="200"} 10 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/villes-emissions/",status="200"} 10 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/villes-emissions/",status="200"} 10 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/villes-emissions/",status="200"} 10 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/villes-emissions/",status="200"} 10 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/villes-emissions/",status="200"} 9380 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/villes-emissions/",status="200"} 10 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/auth/logout",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/auth/logout",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/auth/logout",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/auth/logout",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/auth/logout",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/auth/logout",status="200"} 6 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/auth/logout",status="200"} 324 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/auth/logout",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/informations/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/informations/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/informations/",status="200"} 37 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/informations/",status="200"} 37 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/informations/",status="200"} 37 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/informations/",status="200"} 37 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/informations/",status="200"} 63344 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/informations/",status="200"} 37 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/list",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/list",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/list",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/list",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/list",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/list",status="200"} 13 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/list",status="200"} 3978 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/list",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/details",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/details",status="200"} 26 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/details",status="200"} 26 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/details",status="200"} 26 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/details",status="200"} 26 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/details",status="200"} 26 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/details",status="200"} 4487 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/details",status="200"} 26 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/comparisons",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/comparisons",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/comparisons",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/comparisons",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/comparisons",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/comparisons",status="200"} 9 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/comparisons",status="200"} 30816 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/comparisons",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/emissions-data",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/emissions-data",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/emissions-data",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/emissions-data",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/emissions-data",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/emissions-data",status="200"} 9 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/emissions-data",status="200"} 2610 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/emissions-data",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/cost-evolution",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/cost-evolution",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/cost-evolution",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/cost-evolution",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/cost-evolution",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/cost-evolution",status="200"} 9 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/cost-evolution",status="200"} 4212 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/cost-evolution",status="200"} 9 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/regions/data",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/regions/data",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/regions/data",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/regions/data",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/regions/data",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/regions/data",status="200"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/regions/data",status="200"} 5658 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/regions/data",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/previsions/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/previsions/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/previsions/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/previsions/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/previsions/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/previsions/",status="200"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/previsions/",status="200"} 1432 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/previsions/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/administrative/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/administrative/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/administrative/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/administrative/",status="200"} 21 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/administrative/",status="200"} 21 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/administrative/",status="200"} 21 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/administrative/",status="200"} 274407 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/administrative/",status="200"} 21 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/administrative/faq/all",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/administrative/faq/all",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/administrative/faq/all",status="200"} 38 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/administrative/faq/all",status="200"} 38 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/administrative/faq/all",status="200"} 38 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/administrative/faq/all",status="200"} 38 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/administrative/faq/all",status="200"} 95038 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/administrative/faq/all",status="200"} 38 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/auth/google",status="302"} 7 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/auth/google",status="302"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/auth/google",status="302"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/auth/google",status="302"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/auth/google",status="302"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/auth/google",status="302"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/auth/google",status="302"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/auth/google",status="302"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/auth/google/callback",status="302"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/auth/google/callback",status="302"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/auth/google/callback",status="302"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/auth/google/callback",status="302"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/auth/google/callback",status="302"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/auth/google/callback",status="302"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/auth/google/callback",status="302"} 2140 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/auth/google/callback",status="302"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/eligibility/aids",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/eligibility/aids",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/eligibility/aids",status="200"} 15 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/eligibility/aids",status="200"} 15 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/eligibility/aids",status="200"} 15 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/eligibility/aids",status="200"} 15 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/eligibility/aids",status="200"} 24255 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/eligibility/aids",status="200"} 15 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/eligibility/simulations",status="201"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/eligibility/simulations",status="201"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/eligibility/simulations",status="201"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/eligibility/simulations",status="201"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/eligibility/simulations",status="201"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/eligibility/simulations",status="201"} 1 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/eligibility/simulations",status="201"} 316 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/eligibility/simulations",status="201"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/eligibility/simulations",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/eligibility/simulations",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/eligibility/simulations",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/eligibility/simulations",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/eligibility/simulations",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/eligibility/simulations",status="200"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/eligibility/simulations",status="200"} 19263 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/eligibility/simulations",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/consumption/simulations",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/consumption/simulations",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/consumption/simulations",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/consumption/simulations",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/consumption/simulations",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/consumption/simulations",status="200"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/consumption/simulations",status="200"} 3918 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/consumption/simulations",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/activity-types/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/activity-types/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/activity-types/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/activity-types/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/activity-types/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/activity-types/",status="200"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/activity-types/",status="200"} 588 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/activity-types/",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/game/prestige-leaderboard",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/game/prestige-leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/game/prestige-leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/game/prestige-leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/game/prestige-leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/game/prestige-leaderboard",status="200"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/game/prestige-leaderboard",status="200"} 608 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/game/prestige-leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/game/leaderboard",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/game/leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/game/leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/game/leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/game/leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/game/leaderboard",status="200"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/game/leaderboard",status="200"} 1216 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/game/leaderboard",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/stats",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/stats",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/stats",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/stats",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/stats",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/stats",status="200"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/stats",status="200"} 1068 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/stats",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/trends",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/trends",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/trends",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/trends",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/trends",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/trends",status="200"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/trends",status="200"} 830 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/trends",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/users",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/users",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/users",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/users",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/users",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/users",status="200"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/users",status="200"} 3508 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/users",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/simulations",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/simulations",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/simulations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/simulations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/simulations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/simulations",status="200"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/simulations",status="200"} 7660 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/simulations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/activity-types/",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/activity-types/",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/activity-types/",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/activity-types/",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/activity-types/",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/activity-types/",status="304"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/activity-types/",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/activity-types/",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/aids/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/aids/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/aids/",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/aids/",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/aids/",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/aids/",status="200"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/aids/",status="200"} 6147 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/aids/",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/faq/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/faq/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/faq/",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/faq/",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/faq/",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/faq/",status="200"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/faq/",status="200"} 2728 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/faq/",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/procedures/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/procedures/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/procedures/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/procedures/",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/procedures/",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/procedures/",status="200"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/procedures/",status="200"} 39471 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/procedures/",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/simulations",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/simulations",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/simulations",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/simulations",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/simulations",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/simulations",status="304"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/simulations",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/simulations",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/health/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/health/",status="200"} 36 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/health/",status="200"} 36 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/health/",status="200"} 36 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/health/",status="200"} 36 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/health/",status="200"} 36 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/health/",status="200"} 29944 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/health/",status="200"} 36 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/health/system",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/health/system",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/health/system",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/health/system",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/health/system",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/health/system",status="200"} 13 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/health/system",status="200"} 5165 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/health/system",status="200"} 13 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/account-deletion/status",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/account-deletion/status",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/account-deletion/status",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/account-deletion/status",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/account-deletion/status",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/account-deletion/status",status="200"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/account-deletion/status",status="200"} 567 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/account-deletion/status",status="200"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/account-deletion/request",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/account-deletion/request",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/account-deletion/request",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/account-deletion/request",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/account-deletion/request",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/account-deletion/request",status="200"} 1 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/account-deletion/request",status="200"} 191 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/account-deletion/request",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/account-deletion/cancel",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/account-deletion/cancel",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/account-deletion/cancel",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/account-deletion/cancel",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/account-deletion/cancel",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/account-deletion/cancel",status="200"} 1 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/account-deletion/cancel",status="200"} 77 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/account-deletion/cancel",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/account-deletion/check-auth-type",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/account-deletion/check-auth-type",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/account-deletion/check-auth-type",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/account-deletion/check-auth-type",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/account-deletion/check-auth-type",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/account-deletion/check-auth-type",status="200"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/account-deletion/check-auth-type",status="200"} 88 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/account-deletion/check-auth-type",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/account-deletion/send-confirmation-code",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/account-deletion/send-confirmation-code",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/account-deletion/send-confirmation-code",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/account-deletion/send-confirmation-code",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/account-deletion/send-confirmation-code",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/account-deletion/send-confirmation-code",status="200"} 1 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/account-deletion/send-confirmation-code",status="200"} 119 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/account-deletion/send-confirmation-code",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/account-deletion/status",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/account-deletion/status",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/account-deletion/status",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/account-deletion/status",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/account-deletion/status",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/account-deletion/status",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/account-deletion/status",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/account-deletion/status",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/administrative/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/administrative/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/administrative/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/administrative/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/administrative/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/administrative/",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/administrative/",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/administrative/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/administrative/faq/all",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/administrative/faq/all",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/administrative/faq/all",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/administrative/faq/all",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/administrative/faq/all",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/administrative/faq/all",status="304"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/administrative/faq/all",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/administrative/faq/all",status="304"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/comparisons",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/comparisons",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/comparisons",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/comparisons",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/comparisons",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/comparisons",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/comparisons",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/comparisons",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/emissions-data",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/emissions-data",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/emissions-data",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/emissions-data",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/emissions-data",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/emissions-data",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/emissions-data",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/emissions-data",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/cost-evolution",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/cost-evolution",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/cost-evolution",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/cost-evolution",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/cost-evolution",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/cost-evolution",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/cost-evolution",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/cost-evolution",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.save",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.save",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.save",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.save",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.save",status="404"} 10 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.save",status="404"} 1480 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.save",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.prod",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.prod",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.prod",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.prod",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.prod",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.prod",status="404"} 11 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.prod",status="404"} 1628 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.prod",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo.php",status="404"} 20 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo.php",status="404"} 20 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo.php",status="404"} 20 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo.php",status="404"} 20 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo.php",status="404"} 20 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo.php",status="404"} 3000 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo.php",status="404"} 20 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo",status="404"} 18 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo",status="404"} 18 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo",status="404"} 18 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo",status="404"} 18 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo",status="404"} 18 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo",status="404"} 2628 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo",status="404"} 18 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_info.php",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_info.php",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_info.php",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_info.php",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_info.php",status="404"} 8 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_info.php",status="404"} 1208 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_info.php",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_profiler/phpinfo",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_profiler/phpinfo",status="404"} 2184 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.example",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.example",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.example",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.example",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.example",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.example",status="404"} 14 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.example",status="404"} 2114 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.example",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info",status="404"} 715 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/",status="404"} 23 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/",status="404"} 23 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/",status="404"} 23 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/",status="404"} 23 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/",status="404"} 23 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/",status="404"} 3220 nodejs_http_response_size_bytes_count{method="POST",endpoint="/",status="404"} 23 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/favicon.ico",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/favicon.ico",status="404"} 73 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/favicon.ico",status="404"} 73 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/favicon.ico",status="404"} 73 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/favicon.ico",status="404"} 73 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/favicon.ico",status="404"} 73 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/favicon.ico",status="404"} 10950 nodejs_http_response_size_bytes_count{method="GET",endpoint="/favicon.ico",status="404"} 73 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/auth/refresh-token",status="401"} 10 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/auth/refresh-token",status="401"} 10 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/auth/refresh-token",status="401"} 10 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/auth/refresh-token",status="401"} 10 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/auth/refresh-token",status="401"} 10 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/auth/refresh-token",status="401"} 10 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/auth/refresh-token",status="401"} 840 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/auth/refresh-token",status="401"} 10 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/world-green-gas/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/world-green-gas/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/world-green-gas/",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/world-green-gas/",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/world-green-gas/",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/world-green-gas/",status="200"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/world-green-gas/",status="200"} 26508 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/world-green-gas/",status="200"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/funny-comparisons/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/funny-comparisons/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/funny-comparisons/",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/funny-comparisons/",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/funny-comparisons/",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/funny-comparisons/",status="200"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/funny-comparisons/",status="200"} 74245 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/funny-comparisons/",status="200"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/funny-comparisons/:id",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/funny-comparisons/:id",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/funny-comparisons/:id",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/funny-comparisons/:id",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/funny-comparisons/:id",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/funny-comparisons/:id",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/funny-comparisons/:id",status="404"} 54 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/funny-comparisons/:id",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/world-green-gas/countries/:countryCode",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/world-green-gas/countries/:countryCode",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/world-green-gas/countries/:countryCode",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/world-green-gas/countries/:countryCode",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/world-green-gas/countries/:countryCode",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/world-green-gas/countries/:countryCode",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/world-green-gas/countries/:countryCode",status="404"} 46 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/world-green-gas/countries/:countryCode",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/details",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/details",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/details",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/details",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/details",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/details",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/details",status="404"} 33 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/details",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/world-green-gas/filter",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/world-green-gas/filter",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/world-green-gas/filter",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/world-green-gas/filter",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/world-green-gas/filter",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/world-green-gas/filter",status="200"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/world-green-gas/filter",status="200"} 4418 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/world-green-gas/filter",status="200"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/users/profile",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/users/profile",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/users/profile",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/users/profile",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/users/profile",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/users/profile",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/users/profile",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/users/profile",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.well-known/security.txt",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.well-known/security.txt",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.well-known/security.txt",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.well-known/security.txt",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.well-known/security.txt",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.well-known/security.txt",status="404"} 8 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.well-known/security.txt",status="404"} 1304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.well-known/security.txt",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/administrative/:id",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/administrative/:id",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/administrative/:id",status="200"} 31 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/administrative/:id",status="200"} 31 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/administrative/:id",status="200"} 31 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/administrative/:id",status="200"} 31 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/administrative/:id",status="200"} 67891 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/administrative/:id",status="200"} 31 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/",status="403"} 21 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/",status="403"} 21 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/",status="403"} 21 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/",status="403"} 21 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/",status="403"} 21 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/",status="403"} 21 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/",status="403"} 1827 nodejs_http_response_size_bytes_count{method="GET",endpoint="/",status="403"} 21 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/new/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/new/.env.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/new/.env.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/new/.env.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/new/.env.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/new/.env.local",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/new/.env.local",status="404"} 612 nodejs_http_response_size_bytes_count{method="GET",endpoint="/new/.env.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/new/.env.production",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/new/.env.production",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/new/.env.production",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/new/.env.production",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/new/.env.production",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/new/.env.production",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/new/.env.production",status="404"} 632 nodejs_http_response_size_bytes_count{method="GET",endpoint="/new/.env.production",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/new/.env.staging",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/new/.env.staging",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/new/.env.staging",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/new/.env.staging",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/new/.env.staging",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/new/.env.staging",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/new/.env.staging",status="404"} 620 nodejs_http_response_size_bytes_count{method="GET",endpoint="/new/.env.staging",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_phpinfo.php",status="404"} 604 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_profiler/phpinfo/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_profiler/phpinfo/info.php",status="404"} 660 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_profiler/phpinfo/phpinfo.php",status="404"} 672 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/wp-config",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/wp-config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/wp-config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/wp-config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/wp-config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/wp-config",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/wp-config",status="404"} 592 nodejs_http_response_size_bytes_count{method="GET",endpoint="/wp-config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/aws-secret.yaml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/aws-secret.yaml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/aws-secret.yaml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/aws-secret.yaml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/aws-secret.yaml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/aws-secret.yaml",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/aws-secret.yaml",status="404"} 616 nodejs_http_response_size_bytes_count{method="GET",endpoint="/aws-secret.yaml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/env.backup",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/env.backup",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/env.backup",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/env.backup",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/env.backup",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/env.backup",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/env.backup",status="404"} 596 nodejs_http_response_size_bytes_count{method="GET",endpoint="/env.backup",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/xampp/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/xampp/phpinfo.php",status="404"} 624 nodejs_http_response_size_bytes_count{method="GET",endpoint="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/lara/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/lara/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/lara/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/lara/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/lara/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/lara/info.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/lara/info.php",status="404"} 608 nodejs_http_response_size_bytes_count{method="GET",endpoint="/lara/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/lara/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/lara/phpinfo.php",status="404"} 620 nodejs_http_response_size_bytes_count{method="GET",endpoint="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/laravel/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/laravel/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/laravel/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/laravel/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/laravel/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/laravel/info.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/laravel/info.php",status="404"} 620 nodejs_http_response_size_bytes_count{method="GET",endpoint="/laravel/info.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/service/email_service.py",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/service/email_service.py",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/service/email_service.py",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/service/email_service.py",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/service/email_service.py",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/service/email_service.py",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/service/email_service.py",status="404"} 652 nodejs_http_response_size_bytes_count{method="GET",endpoint="/service/email_service.py",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/node/.env_example",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/node/.env_example",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/node/.env_example",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/node/.env_example",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/node/.env_example",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/node/.env_example",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/node/.env_example",status="404"} 624 nodejs_http_response_size_bytes_count{method="GET",endpoint="/node/.env_example",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.production.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.production.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.production.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.production.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.production.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.production.local",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.production.local",status="404"} 640 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.production.local",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.local",status="404"} 13 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.local",status="404"} 13 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.local",status="404"} 13 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.local",status="404"} 13 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.local",status="404"} 13 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.local",status="404"} 1937 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.local",status="404"} 13 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.stage",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.stage",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.stage",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.stage",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.stage",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.stage",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.stage",status="404"} 596 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.stage",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server/config/database.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server/config/database.js",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server/config/database.js",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server/config/database.js",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server/config/database.js",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server/config/database.js",status="404"} 8 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server/config/database.js",status="404"} 1312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server/config/database.js",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.old",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.old",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.old",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.old",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.old",status="404"} 12 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.old",status="404"} 1764 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.old",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env_sample",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env_sample",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env_sample",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env_sample",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env_sample",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env_sample",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env_sample",status="404"} 600 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env_sample",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/scripts/nodemailer.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/scripts/nodemailer.js",status="404"} 1120 nodejs_http_response_size_bytes_count{method="GET",endpoint="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.aws/credentials",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.aws/credentials",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.aws/credentials",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.aws/credentials",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.aws/credentials",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.aws/credentials",status="404"} 14 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.aws/credentials",status="404"} 2170 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.aws/credentials",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info.php",status="404"} 21 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info.php",status="404"} 21 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info.php",status="404"} 21 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info.php",status="404"} 21 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info.php",status="404"} 21 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info.php",status="404"} 3087 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info.php",status="404"} 21 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dashboard/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dashboard/phpinfo.php",status="404"} 640 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/main.141b0494.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/main.141b0494.js",status="404"} 990 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/enhancecp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/enhancecp",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/enhancecp",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/enhancecp",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/enhancecp",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/enhancecp",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/enhancecp",status="404"} 740 nodejs_http_response_size_bytes_count{method="GET",endpoint="/enhancecp",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/homepage/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/homepage/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/homepage/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/homepage/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/homepage/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/homepage/",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/homepage/",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/homepage/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/users",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/users",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/users",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/users",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/users",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/users",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/users",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/users",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/admin/aids/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/admin/aids/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/admin/aids/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/admin/aids/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/admin/aids/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/admin/aids/",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/admin/aids/",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/admin/aids/",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/tool/view/phpinfo.view.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/tool/view/phpinfo.view.php",status="404"} 165 nodejs_http_response_size_bytes_count{method="GET",endpoint="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js",status="404"} 1012 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/:id.ca066a4b.chunk.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/main.e85f7a37.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/main.e85f7a37.js",status="404"} 825 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/server_info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/server_info.php",status="404"} 480 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server_info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server_info.php",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server_info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app_dev.php/_profiler/phpinfo",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app_dev.php/_profiler/phpinfo",status="404"} 840 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test.php",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test.php",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test.php",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test.php",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test.php",status="404"} 14 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test.php",status="404"} 2058 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test.php",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server-info",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server-info",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server-info",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server-info",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server-info",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server-info",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server-info",status="404"} 450 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server-info",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server-info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server-info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server-info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server-info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server-info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server-info.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server-info.php",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server-info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/secured/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/secured/phpinfo.php",status="404"} 474 nodejs_http_response_size_bytes_count{method="GET",endpoint="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config.js",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config.js",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config.js",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config.js",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config.js",status="404"} 14 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config.js",status="404"} 2072 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config.js",status="404"} 14 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server.js",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server.js",status="404"} 1036 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/appsettings.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/appsettings.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/appsettings.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/appsettings.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/appsettings.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/appsettings.json",status="404"} 10 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/appsettings.json",status="404"} 1550 nodejs_http_response_size_bytes_count{method="GET",endpoint="/appsettings.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/shared/config/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/shared/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/shared/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/shared/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/shared/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/shared/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/shared/config/config.js",status="404"} 810 nodejs_http_response_size_bytes_count{method="GET",endpoint="/shared/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/aws.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/aws.yml",status="404"} 459 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/settings.py",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/settings.py",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/settings.py",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/settings.py",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/settings.py",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/settings.py",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/settings.py",status="404"} 750 nodejs_http_response_size_bytes_count{method="GET",endpoint="/settings.py",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config.json",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config.json",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config.json",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config.json",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config.json",status="404"} 22 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config.json",status="404"} 3300 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config.json",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/main.js",status="404"} 11 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/main.js",status="404"} 1606 nodejs_http_response_size_bytes_count{method="GET",endpoint="/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/constants.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/constants.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/constants.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/constants.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/constants.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/constants.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/constants.js",status="404"} 948 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/constants.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/application.properties",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/application.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/application.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/application.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/application.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/application.properties",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/application.properties",status="404"} 644 nodejs_http_response_size_bytes_count{method="GET",endpoint="/application.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/js/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/js/main.js",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/js/main.js",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/js/main.js",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/js/main.js",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/js/main.js",status="404"} 10 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/js/main.js",status="404"} 1560 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/js/main.js",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/js/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/js/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/js/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/js/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/js/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/js/main.js",status="404"} 11 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/js/main.js",status="404"} 1639 nodejs_http_response_size_bytes_count{method="GET",endpoint="/js/main.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/karma.conf.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/karma.conf.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/karma.conf.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/karma.conf.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/karma.conf.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/karma.conf.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/karma.conf.json",status="404"} 770 nodejs_http_response_size_bytes_count{method="GET",endpoint="/karma.conf.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/swagger.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/swagger.json",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/swagger.json",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/swagger.json",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/swagger.json",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/swagger.json",status="404"} 11 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/swagger.json",status="404"} 1661 nodejs_http_response_size_bytes_count{method="GET",endpoint="/swagger.json",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/swagger.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/swagger.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/swagger.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/swagger.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/swagger.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/swagger.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/swagger.js",status="404"} 745 nodejs_http_response_size_bytes_count{method="GET",endpoint="/swagger.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/gatsby-config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/gatsby-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/gatsby-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/gatsby-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/gatsby-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/gatsby-config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/gatsby-config.js",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/gatsby-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/backend/config/default.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/backend/config/default.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/backend/config/default.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/backend/config/default.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/backend/config/default.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/backend/config/default.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/backend/config/default.yml",status="404"} 495 nodejs_http_response_size_bytes_count{method="GET",endpoint="/backend/config/default.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app.py",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app.py",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app.py",status="404"} 435 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/controllers/merchant.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/controllers/merchant.js",status="404"} 840 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/controllers/partner.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/controllers/partner.js",status="404"} 835 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/config.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/objects/codes.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/objects/codes.php.save",status="404"} 495 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/apis/config/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/apis/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/apis/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/apis/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/apis/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/apis/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/apis/config/config.js",status="404"} 800 nodejs_http_response_size_bytes_count{method="GET",endpoint="/apis/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/apis/controllers/users.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/apis/controllers/users.js",status="404"} 820 nodejs_http_response_size_bytes_count{method="GET",endpoint="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app.js",status="404"} 11 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app.js",status="404"} 1595 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app.js",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/backend/config/development.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/backend/config/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/backend/config/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/backend/config/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/backend/config/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/backend/config/development.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/backend/config/development.yml",status="404"} 507 nodejs_http_response_size_bytes_count{method="GET",endpoint="/backend/config/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/cloud/Scraper.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/cloud/Scraper.js",status="404"} 930 nodejs_http_response_size_bytes_count{method="GET",endpoint="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/application.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/application.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/application.yml",status="404"} 483 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/storage.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/storage.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/storage.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/storage.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/storage.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/storage.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/storage.yml",status="404"} 471 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/storage.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/configs/routes-4aug.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/configs/routes-4aug.js",status="404"} 966 nodejs_http_response_size_bytes_count{method="GET",endpoint="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/configs/routes.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/configs/routes.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/configs/routes.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/configs/routes.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/configs/routes.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/configs/routes.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/configs/routes.js",status="404"} 780 nodejs_http_response_size_bytes_count{method="GET",endpoint="/configs/routes.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/configs/s3_config.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/configs/s3_config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/configs/s3_config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/configs/s3_config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/configs/s3_config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/configs/s3_config.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/configs/s3_config.json",status="404"} 805 nodejs_http_response_size_bytes_count{method="GET",endpoint="/configs/s3_config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/controller/admin/post.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/controller/admin/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/controller/admin/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/controller/admin/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/controller/admin/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/controller/admin/post.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/controller/admin/post.js",status="404"} 815 nodejs_http_response_size_bytes_count{method="GET",endpoint="/controller/admin/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/controller/api/post.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/controller/api/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/controller/api/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/controller/api/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/controller/api/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/controller/api/post.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/controller/api/post.js",status="404"} 805 nodejs_http_response_size_bytes_count{method="GET",endpoint="/controller/api/post.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/controllers/settings.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/controllers/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/controllers/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/controllers/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/controllers/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/controllers/settings.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/controllers/settings.js",status="404"} 810 nodejs_http_response_size_bytes_count{method="GET",endpoint="/controllers/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/getcpuutil.php-bakworking",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/getcpuutil.php-bakworking",status="404"} 492 nodejs_http_response_size_bytes_count{method="GET",endpoint="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/helper.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/helper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/helper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/helper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/helper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/helper.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/helper.js",status="404"} 740 nodejs_http_response_size_bytes_count{method="GET",endpoint="/helper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/helper/EmailHelper.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/helper/EmailHelper.js",status="404"} 800 nodejs_http_response_size_bytes_count{method="GET",endpoint="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/index.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/index.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/index.js",status="404"} 735 nodejs_http_response_size_bytes_count{method="GET",endpoint="/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/index.html",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/index.html",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/index.html",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/index.html",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/index.html",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/index.html",status="404"} 8 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/index.html",status="404"} 1192 nodejs_http_response_size_bytes_count{method="GET",endpoint="/index.html",status="404"} 8 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/my_env/chakaash.py",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/my_env/chakaash.py",status="404"} 471 nodejs_http_response_size_bytes_count{method="GET",endpoint="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/my_env/newsletter.py",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/my_env/newsletter.py",status="404"} 477 nodejs_http_response_size_bytes_count{method="GET",endpoint="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/my_env/palash.py",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/my_env/palash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/my_env/palash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/my_env/palash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/my_env/palash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/my_env/palash.py",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/my_env/palash.py",status="404"} 465 nodejs_http_response_size_bytes_count{method="GET",endpoint="/my_env/palash.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/mytest/astech_robot.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/mytest/astech_robot.js",status="404"} 966 nodejs_http_response_size_bytes_count{method="GET",endpoint="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/partner/config/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/partner/config/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/partner/config/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/partner/config/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/partner/config/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/partner/config/config.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/partner/config/config.js",status="404"} 978 nodejs_http_response_size_bytes_count{method="GET",endpoint="/partner/config/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/settings.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/settings.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/settings.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/settings.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/settings.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/settings.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/settings.json",status="404"} 795 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/settings.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/settings.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/settings.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/settings.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/settings.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/settings.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/settings.local",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/settings.local",status="404"} 480 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/settings.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.circleci/configs/development.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.circleci/configs/development.yml",status="404"} 516 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/settings.prod",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/settings.prod",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/settings.prod",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/settings.prod",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/settings.prod",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/settings.prod",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/settings.prod",status="404"} 477 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/settings.prod",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/config/parameters.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/config/parameters.yml",status="404"} 492 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/parameters.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/parameters.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/parameters.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/parameters.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/parameters.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/parameters.yml",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/parameters.yml",status="404"} 640 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/parameters.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/user/config/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/user/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/user/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/user/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/user/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/user/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/user/config/config.js",status="404"} 800 nodejs_http_response_size_bytes_count{method="GET",endpoint="/user/config/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/user/controllers/index.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/user/controllers/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/user/controllers/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/user/controllers/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/user/controllers/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/user/controllers/index.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/user/controllers/index.js",status="404"} 820 nodejs_http_response_size_bytes_count{method="GET",endpoint="/user/controllers/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.AWS_/credentials",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.AWS_/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.AWS_/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.AWS_/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.AWS_/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.AWS_/credentials",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.AWS_/credentials",status="404"} 468 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.AWS_/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/local.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/local.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/local.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/local.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/local.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/local.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/local.yml",status="404"} 465 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/local.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/backend/config/settings.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/backend/config/settings.yml",status="404"} 498 nodejs_http_response_size_bytes_count{method="GET",endpoint="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/config/config.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/config/config.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/config/config.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/config/config.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/config/config.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/config/config.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/config/config.yml",status="404"} 480 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/config/config.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/config",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/config",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/config",status="404"} 604 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/config",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.travis.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.travis.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.travis.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.travis.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.travis.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.travis.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.travis.yml",status="404"} 450 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.travis.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/aws.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/aws.yml",status="404"} 438 nodejs_http_response_size_bytes_count{method="GET",endpoint="/aws.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/sms.py",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/sms.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/sms.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/sms.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/sms.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/sms.py",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/sms.py",status="404"} 435 nodejs_http_response_size_bytes_count{method="GET",endpoint="/sms.py",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/config.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/config.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/config.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/config.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/config.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/config.json",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/config.json",status="404"} 1099 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/config.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/main.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/main.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/main.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/main.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/main.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/main.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/main.yml",status="404"} 441 nodejs_http_response_size_bytes_count{method="GET",endpoint="/main.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/helpers/utility.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/helpers/utility.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/helpers/utility.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/helpers/utility.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/helpers/utility.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/helpers/utility.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/helpers/utility.js",status="404"} 785 nodejs_http_response_size_bytes_count{method="GET",endpoint="/helpers/utility.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server/s3.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server/s3.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server/s3.js",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/s3.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/s3.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/s3.js",status="404"} 720 nodejs_http_response_size_bytes_count{method="GET",endpoint="/s3.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/debug/default/view",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/debug/default/view",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/debug/default/view",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/debug/default/view",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/debug/default/view",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/debug/default/view",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/debug/default/view",status="404"} 1099 nodejs_http_response_size_bytes_count{method="GET",endpoint="/debug/default/view",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/aws/credentials",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/aws/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/aws/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/aws/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/aws/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/aws/credentials",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/aws/credentials",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/aws/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.aws/config",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.aws/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.aws/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.aws/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.aws/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.aws/config",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.aws/config",status="404"} 1050 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.aws/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/graphql",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/graphql",status="404"} 4 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/graphql",status="404"} 588 nodejs_http_response_size_bytes_count{method="POST",endpoint="/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api",status="404"} 4 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api",status="404"} 572 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/graphql",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/graphql",status="404"} 4 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/graphql",status="404"} 604 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/graphql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/graphql/api",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/graphql/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/graphql/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/graphql/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/graphql/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/graphql/api",status="404"} 4 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/graphql/api",status="404"} 604 nodejs_http_response_size_bytes_count{method="POST",endpoint="/graphql/api",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/api/gql",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/api/gql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/api/gql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/api/gql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/api/gql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/api/gql",status="404"} 4 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/api/gql",status="404"} 588 nodejs_http_response_size_bytes_count{method="POST",endpoint="/api/gql",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/swagger-ui.html",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/swagger-ui.html",status="404"} 616 nodejs_http_response_size_bytes_count{method="GET",endpoint="/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/swagger/index.html",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/swagger/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/swagger/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/swagger/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/swagger/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/swagger/index.html",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/swagger/index.html",status="404"} 628 nodejs_http_response_size_bytes_count{method="GET",endpoint="/swagger/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/swagger/swagger-ui.html",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/swagger/swagger-ui.html",status="404"} 648 nodejs_http_response_size_bytes_count{method="GET",endpoint="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/webjars/swagger-ui/index.html",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/webjars/swagger-ui/index.html",status="404"} 672 nodejs_http_response_size_bytes_count{method="GET",endpoint="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/swagger/v1/swagger.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/swagger/v1/swagger.json",status="404"} 972 nodejs_http_response_size_bytes_count{method="GET",endpoint="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/v2/api-docs",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/v2/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/v2/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/v2/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/v2/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/v2/api-docs",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/v2/api-docs",status="404"} 600 nodejs_http_response_size_bytes_count{method="GET",endpoint="/v2/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/v3/api-docs",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/v3/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/v3/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/v3/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/v3/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/v3/api-docs",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/v3/api-docs",status="404"} 600 nodejs_http_response_size_bytes_count{method="GET",endpoint="/v3/api-docs",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/swagger.json",status="403"} 5 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/swagger.json",status="403"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/swagger.json",status="403"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/swagger.json",status="403"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/swagger.json",status="403"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/swagger.json",status="403"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/swagger.json",status="403"} 435 nodejs_http_response_size_bytes_count{method="GET",endpoint="/swagger.json",status="403"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/swagger.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/swagger.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/swagger.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/swagger.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/swagger.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/swagger.json",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/swagger.json",status="404"} 1085 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/swagger.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/@vite/env",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/@vite/env",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/@vite/env",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/@vite/env",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/@vite/env",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/@vite/env",status="404"} 9 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/@vite/env",status="404"} 1332 nodejs_http_response_size_bytes_count{method="GET",endpoint="/@vite/env",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/actuator/env",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/actuator/env",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/actuator/env",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/actuator/env",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/actuator/env",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/actuator/env",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/actuator/env",status="404"} 604 nodejs_http_response_size_bytes_count{method="GET",endpoint="/actuator/env",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server",status="404"} 580 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.vscode/sftp.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.vscode/sftp.json",status="404"} 936 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/about",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/about",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/about",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/about",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/about",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/about",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/about",status="404"} 576 nodejs_http_response_size_bytes_count{method="GET",endpoint="/about",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/v2/_catalog",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/v2/_catalog",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/v2/_catalog",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/v2/_catalog",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/v2/_catalog",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/v2/_catalog",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/v2/_catalog",status="404"} 600 nodejs_http_response_size_bytes_count{method="GET",endpoint="/v2/_catalog",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 856 nodejs_http_response_size_bytes_count{method="GET",endpoint="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server-status",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server-status",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server-status",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server-status",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server-status",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server-status",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server-status",status="404"} 608 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server-status",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/login.action",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/login.action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/login.action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/login.action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/login.action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/login.action",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/login.action",status="404"} 604 nodejs_http_response_size_bytes_count{method="GET",endpoint="/login.action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_all_dbs",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_all_dbs",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_all_dbs",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_all_dbs",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_all_dbs",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_all_dbs",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_all_dbs",status="404"} 294 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_all_dbs",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 956 nodejs_http_response_size_bytes_count{method="GET",endpoint="/s/:ide2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/telescope/requests",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/telescope/requests",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/telescope/requests",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/telescope/requests",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/telescope/requests",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/telescope/requests",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/telescope/requests",status="404"} 628 nodejs_http_response_size_bytes_count{method="GET",endpoint="/telescope/requests",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.dev",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.dev",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.dev",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.dev",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.dev",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.dev",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.dev",status="404"} 588 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.dev",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.staging",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.staging",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.staging",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.staging",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.staging",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.staging",status="404"} 9 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.staging",status="404"} 1359 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.staging",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.development",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.development",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.development",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.development",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.development",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.development",status="404"} 11 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.development",status="404"} 1705 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.development",status="404"} 11 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.production",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.production",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.production",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.production",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.production",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.production",status="404"} 12 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.production",status="404"} 1848 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.production",status="404"} 12 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.test",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.test",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.test",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.test",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.test",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.test",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.test",status="404"} 1036 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.test",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.backup",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.backup",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.backup",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.backup",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.backup",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.backup",status="404"} 10 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.backup",status="404"} 1500 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.backup",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.sample",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.sample",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.sample",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.sample",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.sample",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.sample",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.sample",status="404"} 750 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.sample",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.orig",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.orig",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.orig",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.orig",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.orig",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.orig",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.orig",status="404"} 444 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.orig",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.swp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.swp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.swp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.swp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.swp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.swp",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.swp",status="404"} 441 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.swp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env~",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env~",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env~",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env~",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env~",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env~",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env~",status="404"} 432 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env~",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.tmp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.tmp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.tmp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.tmp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.tmp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.tmp",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.tmp",status="404"} 441 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.tmp",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.dist",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.dist",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.dist",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.dist",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.dist",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.dist",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.dist",status="404"} 592 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.dist",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/.env.save",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/.env.old",status="404"} 459 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/.env.save",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/.env.old",status="404"} 453 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/.env.save",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/.env.old",status="404"} 453 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/.env.save",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/.env.old",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/src/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/src/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/src/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/src/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/src/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/src/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/src/.env.save",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/src/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/src/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/src/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/src/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/src/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/src/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/src/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/src/.env.old",status="404"} 453 nodejs_http_response_size_bytes_count{method="GET",endpoint="/src/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/.env.save",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/.env.old",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/.env.save",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/.env.old",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/includes/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/includes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/includes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/includes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/includes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/includes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/includes/.env.save",status="404"} 314 nodejs_http_response_size_bytes_count{method="GET",endpoint="/includes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/includes/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/includes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/includes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/includes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/includes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/includes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/includes/.env.old",status="404"} 468 nodejs_http_response_size_bytes_count{method="GET",endpoint="/includes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/lib/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/lib/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/lib/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/lib/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/lib/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/lib/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/lib/.env.save",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/lib/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/lib/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/lib/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/lib/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/lib/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/lib/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/lib/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/lib/.env.old",status="404"} 453 nodejs_http_response_size_bytes_count{method="GET",endpoint="/lib/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/application/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/application/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/application/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/application/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/application/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/application/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/application/.env.save",status="404"} 320 nodejs_http_response_size_bytes_count{method="GET",endpoint="/application/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/application/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/application/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/application/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/application/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/application/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/application/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/application/.env.old",status="404"} 477 nodejs_http_response_size_bytes_count{method="GET",endpoint="/application/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/system/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/system/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/system/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/system/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/system/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/system/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/system/.env.save",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/system/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/system/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/system/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/system/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/system/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/system/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/system/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/system/.env.old",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/system/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/core/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/core/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/core/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/core/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/core/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/core/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/core/.env.save",status="404"} 306 nodejs_http_response_size_bytes_count{method="GET",endpoint="/core/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/core/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/core/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/core/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/core/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/core/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/core/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/core/.env.old",status="404"} 456 nodejs_http_response_size_bytes_count{method="GET",endpoint="/core/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/modules/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/modules/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/modules/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/modules/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/modules/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/modules/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/modules/.env.save",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/modules/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/modules/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/modules/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/modules/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/modules/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/modules/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/modules/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/modules/.env.old",status="404"} 465 nodejs_http_response_size_bytes_count{method="GET",endpoint="/modules/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/plugins/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/plugins/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/plugins/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/plugins/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/plugins/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/plugins/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/plugins/.env.save",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/plugins/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/plugins/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/plugins/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/plugins/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/plugins/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/plugins/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/plugins/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/plugins/.env.old",status="404"} 465 nodejs_http_response_size_bytes_count{method="GET",endpoint="/plugins/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/themes/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/themes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/themes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/themes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/themes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/themes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/themes/.env.save",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/themes/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/themes/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/themes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/themes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/themes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/themes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/themes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/themes/.env.old",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/themes/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/vendor/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/vendor/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/vendor/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/vendor/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/vendor/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/vendor/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/vendor/.env.save",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/vendor/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/vendor/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/vendor/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/vendor/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/vendor/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/vendor/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/vendor/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/vendor/.env.old",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/vendor/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/storage/.env.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/storage/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/storage/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/storage/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/storage/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/storage/.env.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/storage/.env.save",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/storage/.env.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/storage/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/storage/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/storage/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/storage/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/storage/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/storage/.env.old",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/storage/.env.old",status="404"} 465 nodejs_http_response_size_bytes_count{method="GET",endpoint="/storage/.env.old",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info1.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info1.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info1.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info1.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info1.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info1.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info1.php",status="404"} 592 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info1.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info2.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info2.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info2.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info2.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info2.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info2.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info2.php",status="404"} 592 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info2.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php.php",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php.php",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php.php",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php.php",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php.php",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php.php",status="404"} 1022 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php.php",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/pi.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/pi.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/pi.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/pi.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/pi.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/pi.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/pi.php",status="404"} 580 nodejs_http_response_size_bytes_count{method="GET",endpoint="/pi.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/i.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/i.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/i.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/i.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/i.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/i.php",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/i.php",status="404"} 864 nodejs_http_response_size_bytes_count{method="GET",endpoint="/i.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpversion.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpversion.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpversion.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpversion.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpversion.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpversion.php",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpversion.php",status="404"} 765 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpversion.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_version.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_version.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_version.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_version.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_version.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_version.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_version.php",status="404"} 616 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_version.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/serverinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/serverinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/serverinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/serverinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/serverinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/serverinfo.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/serverinfo.php",status="404"} 612 nodejs_http_response_size_bytes_count{method="GET",endpoint="/serverinfo.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/server.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/server.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/server.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/server.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/server.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/server.php",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/server.php",status="404"} 745 nodejs_http_response_size_bytes_count{method="GET",endpoint="/server.php",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/debug.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/debug.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/debug.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/debug.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/debug.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/debug.php",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/debug.php",status="404"} 888 nodejs_http_response_size_bytes_count{method="GET",endpoint="/debug.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/diagnostic.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/diagnostic.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/diagnostic.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/diagnostic.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/diagnostic.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/diagnostic.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/diagnostic.php",status="404"} 612 nodejs_http_response_size_bytes_count{method="GET",endpoint="/diagnostic.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phptest.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phptest.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phptest.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phptest.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phptest.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phptest.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phptest.php",status="404"} 600 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phptest.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/check.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/check.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/check.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/check.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/check.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/check.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/check.php",status="404"} 592 nodejs_http_response_size_bytes_count{method="GET",endpoint="/check.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo.php.save",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info.php.save",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_info.php.save",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test.php.save",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo.php.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo.php.old",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo.php.old",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info.php.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info.php.old",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info.php.old",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_info.php.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_info.php.old",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_info.php.old",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_info.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test.php.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test.php.old",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test.php.old",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test.php.old",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo.php.orig",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo.php.orig",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info.php.orig",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info.php.orig",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_info.php.orig",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_info.php.orig",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_info.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test.php.orig",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test.php.orig",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test.php.orig",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test.php.orig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo.php.backup",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo.php.backup",status="404"} 314 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info.php.backup",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info.php.backup",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_info.php.backup",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_info.php.backup",status="404"} 316 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_info.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test.php.backup",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test.php.backup",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test.php.backup",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test.php.backup",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo.php~",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo.php~",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo.php~",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info.php~",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info.php~",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info.php~",status="404"} 296 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_info.php~",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_info.php~",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_info.php~",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_info.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test.php~",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test.php~",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test.php~",status="404"} 296 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test.php~",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo.php.swp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo.php.swp",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info.php.swp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info.php.swp",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_info.php.swp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_info.php.swp",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_info.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test.php.swp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test.php.swp",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test.php.swp",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test.php.swp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/phpinfo.php.tmp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/phpinfo.php.tmp",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info.php.tmp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info.php.tmp",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php_info.php.tmp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php_info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php_info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php_info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php_info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php_info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php_info.php.tmp",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php_info.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test.php.tmp",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test.php.tmp",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test.php.tmp",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/info.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/info.php",status="404"} 459 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/info.php.save",status="404"} 316 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test/phpinfo.php",status="404"} 465 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test/info.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test/info.php",status="404"} 456 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test/phpinfo.php.save",status="404"} 320 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test/info.php.save",status="404"} 314 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dev/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dev/phpinfo.php",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dev/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dev/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dev/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dev/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dev/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dev/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dev/info.php",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dev/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dev/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dev/phpinfo.php.save",status="404"} 318 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dev/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dev/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dev/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dev/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dev/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dev/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dev/info.php.save",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dev/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/tmp/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/tmp/phpinfo.php",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/tmp/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/tmp/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/tmp/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/tmp/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/tmp/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/tmp/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/tmp/info.php",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/tmp/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/tmp/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/tmp/phpinfo.php.save",status="404"} 318 nodejs_http_response_size_bytes_count{method="GET",endpoint="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/tmp/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/tmp/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/tmp/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/tmp/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/tmp/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/tmp/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/tmp/info.php.save",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/tmp/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/includes/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/includes/phpinfo.php",status="404"} 318 nodejs_http_response_size_bytes_count{method="GET",endpoint="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/includes/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/includes/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/includes/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/includes/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/includes/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/includes/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/includes/info.php",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/includes/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/includes/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/includes/phpinfo.php.save",status="404"} 328 nodejs_http_response_size_bytes_count{method="GET",endpoint="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/includes/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/includes/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/includes/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/includes/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/includes/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/includes/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/includes/info.php.save",status="404"} 322 nodejs_http_response_size_bytes_count{method="GET",endpoint="/includes/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/scripts/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/scripts/phpinfo.php",status="404"} 316 nodejs_http_response_size_bytes_count{method="GET",endpoint="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/scripts/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/scripts/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/scripts/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/scripts/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/scripts/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/scripts/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/scripts/info.php",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/scripts/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/scripts/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/scripts/phpinfo.php.save",status="404"} 326 nodejs_http_response_size_bytes_count{method="GET",endpoint="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/scripts/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/scripts/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/scripts/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/scripts/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/scripts/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/scripts/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/scripts/info.php.save",status="404"} 320 nodejs_http_response_size_bytes_count{method="GET",endpoint="/scripts/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/cgi-bin/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/cgi-bin/phpinfo.php",status="404"} 316 nodejs_http_response_size_bytes_count{method="GET",endpoint="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/cgi-bin/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/cgi-bin/info.php",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/cgi-bin/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/cgi-bin/phpinfo.php.save",status="404"} 326 nodejs_http_response_size_bytes_count{method="GET",endpoint="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/cgi-bin/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/cgi-bin/info.php.save",status="404"} 320 nodejs_http_response_size_bytes_count{method="GET",endpoint="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/phpinfo.php",status="404"} 314 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/info.php",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/phpinfo.php.save",status="404"} 324 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/info.php.save",status="404"} 318 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/web/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/web/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/web/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/web/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/web/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/web/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/web/phpinfo.php",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/web/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/web/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/web/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/web/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/web/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/web/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/web/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/web/info.php",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/web/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/web/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/web/phpinfo.php.save",status="404"} 318 nodejs_http_response_size_bytes_count{method="GET",endpoint="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/web/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/web/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/web/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/web/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/web/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/web/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/web/info.php.save",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/web/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/www/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/www/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/www/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/www/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/www/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/www/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/www/phpinfo.php",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/www/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/www/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/www/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/www/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/www/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/www/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/www/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/www/info.php",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/www/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/www/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/www/phpinfo.php.save",status="404"} 318 nodejs_http_response_size_bytes_count{method="GET",endpoint="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/www/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/www/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/www/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/www/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/www/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/www/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/www/info.php.save",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/www/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/site/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/site/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/site/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/site/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/site/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/site/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/site/phpinfo.php",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/site/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/site/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/site/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/site/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/site/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/site/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/site/info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/site/info.php",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/site/info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/site/phpinfo.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/site/phpinfo.php.save",status="404"} 320 nodejs_http_response_size_bytes_count{method="GET",endpoint="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/site/info.php.save",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/site/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/site/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/site/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/site/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/site/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/site/info.php.save",status="404"} 314 nodejs_http_response_size_bytes_count{method="GET",endpoint="/site/info.php.save",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/test",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/test",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/test",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/test",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/test",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/test",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/test",status="404"} 143 nodejs_http_response_size_bytes_count{method="GET",endpoint="/test",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.json",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.json",status="404"} 444 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.yaml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.yaml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.yaml",status="404"} 148 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.yml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.yml",status="404"} 147 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.php",status="404"} 147 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.secrets",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.secrets",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.secrets",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.secrets",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.secrets",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.secrets",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.secrets",status="404"} 151 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.secrets",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.private",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.private",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.private",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.private",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.private",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.private",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.private",status="404"} 151 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.private",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.template",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.template",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.template",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.template",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.template",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.template",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.template",status="404"} 152 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.template",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.default",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.default",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.default",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.default",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.default",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.default",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.default",status="404"} 151 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.default",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/.env.local",status="404"} 155 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/.env.local",status="404"} 153 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/.env.local",status="404"} 153 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/.env.local",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/src/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/src/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/src/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/src/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/src/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/src/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/src/.env.local",status="404"} 153 nodejs_http_response_size_bytes_count{method="GET",endpoint="/src/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/.env.local",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/.env.local",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/includes/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/includes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/includes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/includes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/includes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/includes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/includes/.env.local",status="404"} 158 nodejs_http_response_size_bytes_count{method="GET",endpoint="/includes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/lib/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/lib/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/lib/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/lib/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/lib/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/lib/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/lib/.env.local",status="404"} 153 nodejs_http_response_size_bytes_count{method="GET",endpoint="/lib/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/application/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/application/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/application/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/application/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/application/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/application/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/application/.env.local",status="404"} 161 nodejs_http_response_size_bytes_count{method="GET",endpoint="/application/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/system/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/system/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/system/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/system/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/system/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/system/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/system/.env.local",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/system/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/core/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/core/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/core/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/core/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/core/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/core/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/core/.env.local",status="404"} 154 nodejs_http_response_size_bytes_count{method="GET",endpoint="/core/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/modules/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/modules/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/modules/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/modules/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/modules/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/modules/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/modules/.env.local",status="404"} 157 nodejs_http_response_size_bytes_count{method="GET",endpoint="/modules/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/plugins/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/plugins/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/plugins/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/plugins/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/plugins/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/plugins/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/plugins/.env.local",status="404"} 157 nodejs_http_response_size_bytes_count{method="GET",endpoint="/plugins/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/themes/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/themes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/themes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/themes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/themes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/themes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/themes/.env.local",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/themes/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/vendor/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/vendor/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/vendor/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/vendor/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/vendor/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/vendor/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/vendor/.env.local",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/vendor/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/storage/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/storage/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/storage/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/storage/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/storage/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/storage/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/storage/.env.local",status="404"} 157 nodejs_http_response_size_bytes_count{method="GET",endpoint="/storage/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/backend/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/backend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/backend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/backend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/backend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/backend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/backend/.env.local",status="404"} 157 nodejs_http_response_size_bytes_count{method="GET",endpoint="/backend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/backend/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/backend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/backend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/backend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/backend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/backend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/backend/.env.old",status="404"} 155 nodejs_http_response_size_bytes_count{method="GET",endpoint="/backend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/frontend/.env.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/frontend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/frontend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/frontend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/frontend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/frontend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/frontend/.env.local",status="404"} 158 nodejs_http_response_size_bytes_count{method="GET",endpoint="/frontend/.env.local",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/frontend/.env.old",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/frontend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/frontend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/frontend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/frontend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/frontend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/frontend/.env.old",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/frontend/.env.old",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/security.txt",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/security.txt",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/security.txt",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/security.txt",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/security.txt",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/security.txt",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/security.txt",status="404"} 453 nodejs_http_response_size_bytes_count{method="GET",endpoint="/security.txt",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.live",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.live",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.live",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.live",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.live",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.live",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.live",status="404"} 148 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.live",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/database.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/database.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/database.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/database.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/database.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/database.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/database.php",status="404"} 158 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/database.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/mail.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/mail.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/mail.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/mail.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/mail.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/mail.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/mail.php",status="404"} 154 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/mail.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/app.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/app.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/app.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/app.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/app.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/app.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/app.php",status="404"} 153 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/app.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/services.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/services.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/services.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/services.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/services.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/services.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/services.php",status="404"} 158 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/services.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/configuration.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/configuration.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/configuration.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/configuration.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/configuration.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/configuration.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/configuration.php",status="404"} 468 nodejs_http_response_size_bytes_count{method="GET",endpoint="/configuration.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/aws.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/aws.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/aws.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/aws.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/aws.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/aws.json",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/aws.json",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/aws.json",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/sendgrid.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/sendgrid.json",status="404"} 318 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/mailgun.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/mailgun.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/mailgun.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/mailgun.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/mailgun.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/mailgun.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/mailgun.json",status="404"} 316 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/mailgun.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/sendgrid.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/sendgrid.json",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/sendgrid.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/aws.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/aws.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/aws.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/aws.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/aws.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/aws.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/aws.json",status="404"} 735 nodejs_http_response_size_bytes_count{method="GET",endpoint="/aws.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api_keys.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api_keys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api_keys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api_keys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api_keys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api_keys.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api_keys.json",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api_keys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/keys.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/keys.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/keys.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/keys.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/keys.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/keys.json",status="404"} 10 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/keys.json",status="404"} 1480 nodejs_http_response_size_bytes_count{method="GET",endpoint="/keys.json",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/secrets.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/secrets.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/secrets.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/secrets.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/secrets.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/secrets.json",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/secrets.json",status="404"} 1057 nodejs_http_response_size_bytes_count{method="GET",endpoint="/secrets.json",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/secrets.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/secrets.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/secrets.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/secrets.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/secrets.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/secrets.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/secrets.json",status="404"} 316 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/secrets.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/config.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/config.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/config.json",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/settings.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/settings.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/settings.php",status="404"} 151 nodejs_http_response_size_bytes_count{method="GET",endpoint="/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/settings.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/settings.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/settings.php",status="404"} 155 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/settings.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/settings.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/settings.php",status="404"} 158 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/settings.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/database.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/database.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/database.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/database.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/database.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/database.yml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/database.yml",status="404"} 151 nodejs_http_response_size_bytes_count{method="GET",endpoint="/database.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/database.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/database.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/database.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/database.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/database.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/database.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/database.json",status="404"} 318 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/database.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/mail.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/mail.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/mail.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/mail.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/mail.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/mail.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/mail.json",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/mail.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/smtp.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/smtp.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/smtp.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/smtp.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/smtp.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/smtp.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/smtp.php",status="404"} 154 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/smtp.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/database.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/database.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/database.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/database.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/database.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/database.yml",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/database.yml",status="404"} 632 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/database.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/secrets/config.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/secrets/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/secrets/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/secrets/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/secrets/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/secrets/config.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/secrets/config.json",status="404"} 316 nodejs_http_response_size_bytes_count{method="GET",endpoint="/secrets/config.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/private/keys.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/private/keys.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/private/keys.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/private/keys.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/private/keys.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/private/keys.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/private/keys.json",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/private/keys.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/pms",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/pms",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/pms",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/pms",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/pms",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/pms",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/pms",status="404"} 142 nodejs_http_response_size_bytes_count{method="GET",endpoint="/pms",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/funny-comparisons/:id/explanations",status="200"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/funny-comparisons/:id/explanations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/funny-comparisons/:id/explanations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/funny-comparisons/:id/explanations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/funny-comparisons/:id/explanations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/funny-comparisons/:id/explanations",status="200"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/funny-comparisons/:id/explanations",status="200"} 532 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/funny-comparisons/:id/explanations",status="200"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_fragment",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_fragment",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_fragment",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_fragment",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_fragment",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_fragment",status="404"} 9 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_fragment",status="404"} 1332 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_fragment",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.gitignore",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.gitignore",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.gitignore",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.gitignore",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.gitignore",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.gitignore",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.gitignore",status="404"} 596 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.gitignore",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/energies/details",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/energies/details",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/energies/details",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/energies/details",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/energies/details",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/energies/details",status="304"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/energies/details",status="304"} 0 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/energies/details",status="304"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.gitlab-ci.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.gitlab-ci.yml",status="404"} 153 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/aws-config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/aws-config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/aws-config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/aws-config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/aws-config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/aws-config.js",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/aws-config.js",status="404"} 456 nodejs_http_response_size_bytes_count{method="GET",endpoint="/aws-config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/aws.config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/aws.config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/aws.config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/aws.config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/aws.config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/aws.config.js",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/aws.config.js",status="404"} 456 nodejs_http_response_size_bytes_count{method="GET",endpoint="/aws.config.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/favicon.png",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/favicon.png",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/favicon.png",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/favicon.png",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/favicon.png",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/favicon.png",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/favicon.png",status="404"} 450 nodejs_http_response_size_bytes_count{method="GET",endpoint="/favicon.png",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config.yaml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config.yaml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config.yaml",status="404"} 150 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config.yaml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/configuration.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/configuration.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/configuration.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/configuration.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/configuration.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/configuration.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/configuration.json",status="404"} 314 nodejs_http_response_size_bytes_count{method="GET",endpoint="/configuration.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/settings.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/settings.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/settings.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/settings.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/settings.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/settings.yml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/settings.yml",status="404"} 151 nodejs_http_response_size_bytes_count{method="GET",endpoint="/settings.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/secrets.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/secrets.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/secrets.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/secrets.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/secrets.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/secrets.yml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/secrets.yml",status="404"} 157 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/secrets.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/config.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/config.yml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/config.yml",status="404"} 156 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.s3cfg",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.s3cfg",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.s3cfg",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.s3cfg",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.s3cfg",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.s3cfg",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.s3cfg",status="404"} 435 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.s3cfg",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.gcloud/credentials",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.gcloud/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.gcloud/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.gcloud/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.gcloud/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.gcloud/credentials",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.gcloud/credentials",status="404"} 474 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.gcloud/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/azure.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/azure.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/azure.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/azure.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/azure.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/azure.json",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/azure.json",status="404"} 596 nodejs_http_response_size_bytes_count{method="GET",endpoint="/azure.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.api_keys",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.api_keys",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.api_keys",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.api_keys",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.api_keys",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.api_keys",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.api_keys",status="404"} 444 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.api_keys",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/tokens.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/tokens.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/tokens.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/tokens.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/tokens.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/tokens.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/tokens.json",status="404"} 750 nodejs_http_response_size_bytes_count{method="GET",endpoint="/tokens.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/oauth.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/oauth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/oauth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/oauth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/oauth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/oauth.json",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/oauth.json",status="404"} 596 nodejs_http_response_size_bytes_count{method="GET",endpoint="/oauth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/docker-compose.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/docker-compose.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/docker-compose.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/docker-compose.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/docker-compose.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/docker-compose.yml",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/docker-compose.yml",status="404"} 628 nodejs_http_response_size_bytes_count{method="GET",endpoint="/docker-compose.yml",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.dockerenv",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.dockerenv",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.dockerenv",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.dockerenv",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.dockerenv",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.dockerenv",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.dockerenv",status="404"} 447 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.dockerenv",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.docker/config.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.docker/config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.docker/config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.docker/config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.docker/config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.docker/config.json",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.docker/config.json",status="404"} 632 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.docker/config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config.yml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config.yml",status="404"} 149 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/app.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/app.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/app.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/app.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/app.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/app.yml",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/app.yml",status="404"} 153 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/app.yml",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/application.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/application.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/application.yml",status="404"} 462 nodejs_http_response_size_bytes_count{method="GET",endpoint="/application.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/aws-config.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/aws-config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/aws-config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/aws-config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/aws-config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/aws-config.json",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/aws-config.json",status="404"} 616 nodejs_http_response_size_bytes_count{method="GET",endpoint="/aws-config.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/s3.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/s3.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/s3.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/s3.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/s3.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/s3.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/s3.yml",status="404"} 435 nodejs_http_response_size_bytes_count{method="GET",endpoint="/s3.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/gcp-credentials.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/gcp-credentials.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/gcp-credentials.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/gcp-credentials.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/gcp-credentials.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/gcp-credentials.json",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/gcp-credentials.json",status="404"} 636 nodejs_http_response_size_bytes_count{method="GET",endpoint="/gcp-credentials.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/secrets.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/secrets.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/secrets.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/secrets.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/secrets.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/secrets.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/secrets.yml",status="404"} 450 nodejs_http_response_size_bytes_count{method="GET",endpoint="/secrets.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/credentials.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/credentials.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/credentials.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/credentials.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/credentials.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/credentials.json",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/credentials.json",status="404"} 930 nodejs_http_response_size_bytes_count{method="GET",endpoint="/credentials.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/auth.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/auth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/auth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/auth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/auth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/auth.json",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/auth.json",status="404"} 592 nodejs_http_response_size_bytes_count{method="GET",endpoint="/auth.json",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/docker-compose.yaml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/docker-compose.yaml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/docker-compose.yaml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/docker-compose.yaml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/docker-compose.yaml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/docker-compose.yaml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/docker-compose.yaml",status="404"} 474 nodejs_http_response_size_bytes_count{method="GET",endpoint="/docker-compose.yaml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/Dockerfile",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/Dockerfile",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/Dockerfile",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/Dockerfile",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/Dockerfile",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/Dockerfile",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/Dockerfile",status="404"} 447 nodejs_http_response_size_bytes_count{method="GET",endpoint="/Dockerfile",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/kubernetes.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/kubernetes.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/kubernetes.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/kubernetes.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/kubernetes.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/kubernetes.yml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/kubernetes.yml",status="404"} 459 nodejs_http_response_size_bytes_count{method="GET",endpoint="/kubernetes.yml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_debug",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_debug",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_debug",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_debug",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_debug",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_debug",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_debug",status="404"} 435 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_debug",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/settings.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/settings.json",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/settings.json",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/settings.json",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/settings.json",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/settings.json",status="404"} 9 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/settings.json",status="404"} 1368 nodejs_http_response_size_bytes_count{method="GET",endpoint="/settings.json",status="404"} 9 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.azure/credentials",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.azure/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.azure/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.azure/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.azure/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.azure/credentials",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.azure/credentials",status="404"} 471 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.azure/credentials",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/apikeys.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/apikeys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/apikeys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/apikeys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/apikeys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/apikeys.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/apikeys.json",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/apikeys.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.secrets",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.secrets",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.secrets",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.secrets",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.secrets",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.secrets",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.secrets",status="404"} 441 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.secrets",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info3.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info3.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info3.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info3.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info3.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info3.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info3.php",status="404"} 296 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info3.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/probe.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/probe.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/probe.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/probe.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/probe.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/probe.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/probe.php",status="404"} 296 nodejs_http_response_size_bytes_count{method="GET",endpoint="/probe.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/:id.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/:id.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/:id.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/:id.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/:id.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/:id.php",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/:id.php",status="404"} 864 nodejs_http_response_size_bytes_count{method="GET",endpoint="/:id.php",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/p.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/p.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/p.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/p.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/p.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/p.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/p.php",status="404"} 288 nodejs_http_response_size_bytes_count{method="GET",endpoint="/p.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/t.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/t.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/t.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/t.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/t.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/t.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/t.php",status="404"} 288 nodejs_http_response_size_bytes_count{method="GET",endpoint="/t.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/info_php.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/info_php.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/info_php.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/info_php.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/info_php.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/info_php.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/info_php.php",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/info_php.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/php-info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/php-info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/php-info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/php-info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/php-info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/php-info.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/php-info.php",status="404"} 302 nodejs_http_response_size_bytes_count{method="GET",endpoint="/php-info.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/infophp.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/infophp.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/infophp.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/infophp.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/infophp.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/infophp.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/infophp.php",status="404"} 450 nodejs_http_response_size_bytes_count{method="GET",endpoint="/infophp.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/testphp.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/testphp.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/testphp.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/testphp.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/testphp.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/testphp.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/testphp.php",status="404"} 300 nodejs_http_response_size_bytes_count{method="GET",endpoint="/testphp.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.remote",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.remote",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.remote",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.remote",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.remote",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.remote",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.remote",status="404"} 300 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.remote",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.1",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.1",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.1",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.1",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.1",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.1",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.1",status="404"} 290 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.1",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.2",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.2",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.2",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.2",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.2",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.2",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.2",status="404"} 290 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.2",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.prod.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.prod.local",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.prod.local",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.prod.local",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.prod.local",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.prod.local",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.prod.local",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.prod.local",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.dev.local",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.dev.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.dev.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.dev.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.dev.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.dev.local",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.dev.local",status="404"} 459 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.dev.local",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/config",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/config",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/config",status="404"} 1043 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/v1/config",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/v1/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/v1/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/v1/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/v1/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/v1/config",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/v1/config",status="404"} 1064 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/v1/config",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/v2/config",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/v2/config",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/v2/config",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/v2/config",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/v2/config",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/v2/config",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/v2/config",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/v2/config",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/docker-compose.override.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/docker-compose.override.yml",status="404"} 332 nodejs_http_response_size_bytes_count{method="GET",endpoint="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.dockerignore",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.dockerignore",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.dockerignore",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.dockerignore",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.dockerignore",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.dockerignore",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.dockerignore",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.dockerignore",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/k8s-config.yml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/k8s-config.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/k8s-config.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/k8s-config.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/k8s-config.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/k8s-config.yml",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/k8s-config.yml",status="404"} 306 nodejs_http_response_size_bytes_count{method="GET",endpoint="/k8s-config.yml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/backup.zip",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/backup.zip",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/backup.zip",status="404"} 298 nodejs_http_response_size_bytes_count{method="GET",endpoint="/backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/backup.tar.gz",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/backup.tar.gz",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/backup.tar.gz",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/backup.tar.gz",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/backup.tar.gz",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/backup.tar.gz",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/backup.tar.gz",status="404"} 304 nodejs_http_response_size_bytes_count{method="GET",endpoint="/backup.tar.gz",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/site-backup.zip",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/site-backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/site-backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/site-backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/site-backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/site-backup.zip",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/site-backup.zip",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/site-backup.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config.zip",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config.zip",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config.zip",status="404"} 298 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config.zip",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/Thumbs.db",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/Thumbs.db",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/Thumbs.db",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/Thumbs.db",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/Thumbs.db",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/Thumbs.db",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/Thumbs.db",status="404"} 296 nodejs_http_response_size_bytes_count{method="GET",endpoint="/Thumbs.db",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/sites/default/settings.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/sites/default/settings.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/sites/default/settings.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/sites/default/settings.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/sites/default/settings.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/sites/default/settings.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/sites/default/settings.php",status="404"} 330 nodejs_http_response_size_bytes_count{method="GET",endpoint="/sites/default/settings.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/etc/local.xml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/etc/local.xml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/etc/local.xml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/etc/local.xml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/etc/local.xml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/etc/local.xml",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/etc/local.xml",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/etc/local.xml",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/etc/env.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/etc/env.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/etc/env.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/etc/env.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/etc/env.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/etc/env.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/etc/env.php",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/etc/env.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/var/www/html/error_log",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/var/www/html/error_log",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/var/www/html/error_log",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/var/www/html/error_log",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/var/www/html/error_log",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/var/www/html/error_log",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/var/www/html/error_log",status="404"} 322 nodejs_http_response_size_bytes_count{method="GET",endpoint="/var/www/html/error_log",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/sitemap.xml",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/sitemap.xml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/sitemap.xml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/sitemap.xml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/sitemap.xml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/sitemap.xml",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/sitemap.xml",status="404"} 450 nodejs_http_response_size_bytes_count{method="GET",endpoint="/sitemap.xml",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/index.php/phpinfo",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/index.php/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/index.php/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/index.php/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/index.php/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/index.php/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/index.php/phpinfo",status="404"} 312 nodejs_http_response_size_bytes_count{method="GET",endpoint="/index.php/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/symfony/_profiler/phpinfo",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/symfony/_profiler/phpinfo",status="404"} 328 nodejs_http_response_size_bytes_count{method="GET",endpoint="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dashboard/info.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dashboard/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dashboard/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dashboard/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dashboard/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dashboard/info.php",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dashboard/info.php",status="404"} 471 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dashboard/info.php",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.js",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.js",status="404"} 438 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_profiler/open",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_profiler/open",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_profiler/open",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_profiler/open",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_profiler/open",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_profiler/open",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_profiler/open",status="404"} 153 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_profiler/open",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app_dev.php/_profiler/open",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app_dev.php/_profiler/open",status="404"} 330 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="HEAD",endpoint="/apps",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000",method="HEAD",endpoint="/apps",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="HEAD",endpoint="/apps",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="HEAD",endpoint="/apps",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="HEAD",endpoint="/apps",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="HEAD",endpoint="/apps",status="404"} 4 nodejs_http_response_size_bytes_sum{method="HEAD",endpoint="/apps",status="404"} 0 nodejs_http_response_size_bytes_count{method="HEAD",endpoint="/apps",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="HEAD",endpoint="/api/action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000",method="HEAD",endpoint="/api/action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="HEAD",endpoint="/api/action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="HEAD",endpoint="/api/action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="HEAD",endpoint="/api/action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="HEAD",endpoint="/api/action",status="404"} 4 nodejs_http_response_size_bytes_sum{method="HEAD",endpoint="/api/action",status="404"} 0 nodejs_http_response_size_bytes_count{method="HEAD",endpoint="/api/action",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="HEAD",endpoint="/api/actions",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000",method="HEAD",endpoint="/api/actions",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="HEAD",endpoint="/api/actions",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="HEAD",endpoint="/api/actions",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="HEAD",endpoint="/api/actions",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="HEAD",endpoint="/api/actions",status="404"} 4 nodejs_http_response_size_bytes_sum{method="HEAD",endpoint="/api/actions",status="404"} 0 nodejs_http_response_size_bytes_count{method="HEAD",endpoint="/api/actions",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="HEAD",endpoint="/_next/data",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000",method="HEAD",endpoint="/_next/data",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="HEAD",endpoint="/_next/data",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="HEAD",endpoint="/_next/data",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="HEAD",endpoint="/_next/data",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="HEAD",endpoint="/_next/data",status="404"} 4 nodejs_http_response_size_bytes_sum{method="HEAD",endpoint="/_next/data",status="404"} 0 nodejs_http_response_size_bytes_count{method="HEAD",endpoint="/_next/data",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 380 nodejs_http_response_size_bytes_count{method="POST",endpoint="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/vendor/laravel-filemanager/js/script.js",status="404"} 534 nodejs_http_response_size_bytes_count{method="GET",endpoint="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js",status="404"} 555 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_ignition/execute-solution",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_ignition/execute-solution",status="404"} 330 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/_ignition/execute-solution",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/_ignition/execute-solution",status="404"} 344 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="HEAD",endpoint="/_next",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000",method="HEAD",endpoint="/_next",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="HEAD",endpoint="/_next",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="HEAD",endpoint="/_next",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="HEAD",endpoint="/_next",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="HEAD",endpoint="/_next",status="404"} 7 nodejs_http_response_size_bytes_sum{method="HEAD",endpoint="/_next",status="404"} 0 nodejs_http_response_size_bytes_count{method="HEAD",endpoint="/_next",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.npmrc",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.npmrc",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.npmrc",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.npmrc",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.npmrc",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.npmrc",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.npmrc",status="404"} 145 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.npmrc",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.txt",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.txt",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.txt",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.txt",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.txt",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.txt",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.txt",status="404"} 147 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.txt",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/staging/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/staging/phpinfo.php",status="404"} 158 nodejs_http_response_size_bytes_count{method="GET",endpoint="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/logs/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/logs/phpinfo.php",status="404"} 155 nodejs_http_response_size_bytes_count{method="GET",endpoint="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/backup/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/backup/phpinfo.php",status="404"} 157 nodejs_http_response_size_bytes_count{method="GET",endpoint="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/terraform.tfvars",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/terraform.tfvars",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/terraform.tfvars",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/terraform.tfvars",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/terraform.tfvars",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/terraform.tfvars",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/terraform.tfvars",status="404"} 155 nodejs_http_response_size_bytes_count{method="GET",endpoint="/terraform.tfvars",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/settings.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/settings.js",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/settings.js",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/settings.js",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/settings.js",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/settings.js",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/settings.js",status="404"} 314 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/settings.js",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.vscode/settings.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.vscode/settings.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.vscode/settings.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.vscode/settings.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.vscode/settings.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.vscode/settings.json",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.vscode/settings.json",status="404"} 320 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.vscode/settings.json",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/README.md",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/README.md",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/README.md",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/README.md",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/README.md",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/README.md",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/README.md",status="404"} 148 nodejs_http_response_size_bytes_count{method="GET",endpoint="/README.md",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api",status="404"} 142 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/data/test",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/data/test",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/data/test",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/data/test",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/data/test",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/data/test",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/data/test",status="404"} 308 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/data/test",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/env/production/database.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/env/production/database.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/env/production/database.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/env/production/database.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/env/production/database.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/env/production/database.js",status="404"} 3 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/env/production/database.js",status="404"} 516 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/env/production/database.js",status="404"} 3 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/wp/phpinfo.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/wp/phpinfo.php",status="404"} 306 nodejs_http_response_size_bytes_count{method="GET",endpoint="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.git-credentials",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.git-credentials",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.git-credentials",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.git-credentials",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.git-credentials",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.git-credentials",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.git-credentials",status="404"} 310 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.git-credentials",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.gitconfig",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.gitconfig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.gitconfig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.gitconfig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.gitconfig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.gitconfig",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.gitconfig",status="404"} 298 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.gitconfig",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.deploy",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.deploy",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.deploy",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.deploy",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.deploy",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.deploy",status="404"} 2 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.deploy",status="404"} 300 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.deploy",status="404"} 2 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/:id.chunk.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/:id.chunk.js",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/:id.chunk.js",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/:id.chunk.js",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/:id.chunk.js",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/:id.chunk.js",status="404"} 22 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/:id.chunk.js",status="404"} 3500 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/:id.chunk.js",status="404"} 22 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.svelte-kit/output/client/_app/env.js",status="404"} 1056 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/framework.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/framework.js",status="404"} 1026 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/_ssgManifest.js",status="404"} 1044 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/cart",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/cart",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/cart",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/cart",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/cart",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/cart",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/cart",status="404"} 715 nodejs_http_response_size_bytes_count{method="GET",endpoint="/cart",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/vite.config.ts",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/vite.config.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/vite.config.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/vite.config.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/vite.config.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/vite.config.ts",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/vite.config.ts",status="404"} 765 nodejs_http_response_size_bytes_count{method="GET",endpoint="/vite.config.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/settings",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/settings",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/settings",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/settings",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/settings",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/settings",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/settings",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/settings",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/serviceworker.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/serviceworker.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/serviceworker.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/serviceworker.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/serviceworker.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/serviceworker.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/serviceworker.js",status="404"} 930 nodejs_http_response_size_bytes_count{method="GET",endpoint="/serviceworker.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/main.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/main.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/main.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/main.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/main.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/main.js",status="404"} 936 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/main.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/:id.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/:id.js",status="404"} 16 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/:id.js",status="404"} 16 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/:id.js",status="404"} 16 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/:id.js",status="404"} 16 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/:id.js",status="404"} 16 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/:id.js",status="404"} 2610 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/:id.js",status="404"} 16 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/runtime-config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/runtime-config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/runtime-config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/runtime-config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/runtime-config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/runtime-config.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/runtime-config.js",status="404"} 936 nodejs_http_response_size_bytes_count{method="GET",endpoint="/runtime-config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_app/immutable/chunks/singletons.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_app/immutable/chunks/singletons.js",status="404"} 1218 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/bundle.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/bundle.js",status="404"} 918 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/main.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/main.js.map",status="404"} 620 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/env.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/env.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/env.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/env.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/env.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/env.json",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/env.json",status="404"} 882 nodejs_http_response_size_bytes_count{method="GET",endpoint="/env.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/@vite/client",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/@vite/client",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/@vite/client",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/@vite/client",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/@vite/client",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/@vite/client",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/@vite/client",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/@vite/client",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_app/immutable/chunks/index.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_app/immutable/chunks/index.js",status="404"} 1014 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/remix.config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/remix.config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/remix.config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/remix.config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/remix.config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/remix.config.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/remix.config.js",status="404"} 924 nodejs_http_response_size_bytes_count{method="GET",endpoint="/remix.config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/js/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/js/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/js/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/js/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/js/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/js/config.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/js/config.js",status="404"} 906 nodejs_http_response_size_bytes_count{method="GET",endpoint="/js/config.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/js/bundle.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/js/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/js/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/js/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/js/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/js/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/js/bundle.js",status="404"} 948 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/js/bundle.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/checkout",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/checkout",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/checkout",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/checkout",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/checkout",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/checkout",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/checkout",status="404"} 735 nodejs_http_response_size_bytes_count{method="GET",endpoint="/checkout",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/main.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/main.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/main.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/main.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/main.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/main.js.map",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/main.js.map",status="404"} 750 nodejs_http_response_size_bytes_count{method="GET",endpoint="/main.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/main.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/main.js.map",status="404"} 680 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_astro/hoisted.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_astro/hoisted.js",status="404"} 936 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/entry.client.tsx",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/entry.client.tsx",status="404"} 795 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/index.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/index.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/index.js",status="404"} 770 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/webpack.runtime.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/webpack.runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/webpack.runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/webpack.runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/webpack.runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/webpack.runtime.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/webpack.runtime.js",status="404"} 785 nodejs_http_response_size_bytes_count{method="GET",endpoint="/webpack.runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/_buildManifest.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/_buildManifest.js",status="404"} 1056 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/static/js/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/static/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/static/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/static/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/static/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/static/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/static/js/main.js",status="404"} 810 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/static/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/__env.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/__env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/__env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/__env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/__env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/__env.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/__env.js",status="404"} 735 nodejs_http_response_size_bytes_count{method="GET",endpoint="/__env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.env.vite",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.env.vite",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.env.vite",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.env.vite",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.env.vite",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.env.vite",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.env.vite",status="404"} 740 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.env.vite",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/asset-manifest.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/asset-manifest.json",status="404"} 820 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.astro/types.d.ts",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.astro/types.d.ts",status="404"} 780 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/.vite/manifest.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/.vite/manifest.json",status="404"} 815 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/pages/_app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/pages/_app.js",status="404"} 860 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app.js.map",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app.js.map",status="404"} 745 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/svelte.config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/svelte.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/svelte.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/svelte.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/svelte.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/svelte.config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/svelte.config.js",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/svelte.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/env.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/env.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/env.js",status="404"} 725 nodejs_http_response_size_bytes_count{method="GET",endpoint="/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/js/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/js/app.js",status="404"} 740 nodejs_http_response_size_bytes_count{method="GET",endpoint="/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/keys.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/keys.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/keys.js",status="404"} 765 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/bundle.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/bundle.js.map",status="404"} 648 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/main.chunk.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/main.chunk.js",status="404"} 810 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/sw.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/sw.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/sw.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/sw.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/sw.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/sw.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/sw.js",status="404"} 720 nodejs_http_response_size_bytes_count{method="GET",endpoint="/sw.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_app/immutable/entry/start.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_app/immutable/entry/start.js",status="404"} 840 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/app.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/app.js.map",status="404"} 616 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/env-config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/env-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/env-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/env-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/env-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/env-config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/env-config.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/env-config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/pages/_app.js.map",status="404"} 704 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/main.chunk.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/main.chunk.js.map",status="404"} 664 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/client.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/client.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/client.js",status="404"} 765 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/q-manifest.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/q-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/q-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/q-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/q-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/q-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/q-manifest.json",status="404"} 800 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/q-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/polyfills.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/polyfills.js",status="404"} 855 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/keys.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/keys.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/keys.js",status="404"} 730 nodejs_http_response_size_bytes_count{method="GET",endpoint="/keys.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/workbox.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/workbox.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/workbox.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/workbox.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/workbox.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/workbox.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/workbox.js",status="404"} 894 nodejs_http_response_size_bytes_count{method="GET",endpoint="/workbox.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_app/immutable/entry/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_app/immutable/entry/app.js",status="404"} 830 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/app/root.tsx",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/app/root.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/app/root.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/app/root.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/app/root.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/app/root.tsx",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/app/root.tsx",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/app/root.tsx",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/webpack-runtime.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/webpack-runtime.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/webpack-runtime.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/webpack-runtime.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/webpack-runtime.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/webpack-runtime.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/webpack-runtime.js",status="404"} 942 nodejs_http_response_size_bytes_count{method="GET",endpoint="/webpack-runtime.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/main.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/main.js.map",status="404"} 640 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/solid.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/solid.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/solid.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/solid.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/solid.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/solid.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/solid.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/solid.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/index.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/index.js.map",status="404"} 632 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/vendor.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/vendor.js",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/window.env.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/window.env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/window.env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/window.env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/window.env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/window.env.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/window.env.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/window.env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_nuxt/app.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_nuxt/app.js.map",status="404"} 620 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/__config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/__config.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/__config.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/__config.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/__config.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/__config.js",status="404"} 7 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/__config.js",status="404"} 1050 nodejs_http_response_size_bytes_count{method="GET",endpoint="/__config.js",status="404"} 7 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/index.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/index.js.map",status="404"} 604 nodejs_http_response_size_bytes_count{method="GET",endpoint="/index.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.vite/deps/_metadata.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.vite/deps/_metadata.json",status="404"} 820 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/src/env.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/src/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/src/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/src/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/src/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/src/env.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/src/env.js",status="404"} 745 nodejs_http_response_size_bytes_count{method="GET",endpoint="/src/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/main.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/main.js.map",status="404"} 624 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/js/main.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/js/main.js.map",status="404"} 612 nodejs_http_response_size_bytes_count{method="GET",endpoint="/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/settings.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/settings.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/settings.js",status="404"} 750 nodejs_http_response_size_bytes_count{method="GET",endpoint="/settings.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/constants.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/constants.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/constants.js",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api.js",status="404"} 725 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/stripe.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/stripe.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/stripe.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/stripe.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/stripe.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/stripe.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/stripe.js",status="404"} 740 nodejs_http_response_size_bytes_count{method="GET",endpoint="/stripe.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/checkout.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/checkout.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/checkout.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/checkout.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/checkout.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/checkout.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/checkout.js",status="404"} 750 nodejs_http_response_size_bytes_count{method="GET",endpoint="/checkout.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/webpack.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/webpack.js",status="404"} 845 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/payment.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/payment.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/payment.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/payment.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/payment.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/payment.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/payment.js",status="404"} 745 nodejs_http_response_size_bytes_count{method="GET",endpoint="/payment.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/bundle.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/bundle.js",status="404"} 740 nodejs_http_response_size_bytes_count{method="GET",endpoint="/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/vendor.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/vendor.js",status="404"} 740 nodejs_http_response_size_bytes_count{method="GET",endpoint="/vendor.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/main.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/main.js",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/app.js",status="404"} 750 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/runtime.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/runtime.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/runtime.js",status="404"} 745 nodejs_http_response_size_bytes_count{method="GET",endpoint="/runtime.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/bundle.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/bundle.js",status="404"} 770 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/main.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/main.js.map",status="404"} 628 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/app.js",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/main.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/main.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/static/js/bundle.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/static/js/bundle.js",status="404"} 820 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/js/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/js/app.js",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/app.js",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/js/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/js/app.js",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/js/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/js/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/js/main.js",status="404"} 780 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/js/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/bundle.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/bundle.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/bundle.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/bundle.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/bundle.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/bundle.js.map",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/bundle.js.map",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/bundle.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/vendor.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/vendor.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/vendor.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/vendor.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/vendor.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/vendor.js.map",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/vendor.js.map",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/vendor.js.map",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/runtime.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/runtime.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/runtime.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/runtime.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/runtime.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/runtime.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/runtime.js.map",status="404"} 612 nodejs_http_response_size_bytes_count{method="GET",endpoint="/runtime.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/chunk.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/chunk.js.map",status="404"} 604 nodejs_http_response_size_bytes_count{method="GET",endpoint="/chunk.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/dist/bundle.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/dist/bundle.js.map",status="404"} 628 nodejs_http_response_size_bytes_count{method="GET",endpoint="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/static/js/main.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/static/js/main.js.map",status="404"} 664 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/bundle.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/bundle.js.map",status="404"} 632 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/bundle.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/js/app.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/js/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/js/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/js/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/js/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/js/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/js/app.js.map",status="404"} 608 nodejs_http_response_size_bytes_count{method="GET",endpoint="/js/app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/webpack.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/webpack.js.map",status="404"} 692 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_nuxt/app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_nuxt/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_nuxt/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_nuxt/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_nuxt/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_nuxt/app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_nuxt/app.js",status="404"} 755 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_nuxt/app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_nuxt/vendors.app.js.map",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_nuxt/vendors.app.js.map",status="404"} 652 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/main.js",status="404"} 830 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/pages/index.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/pages/index.js",status="404"} 1038 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/development/pages/_app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/development/pages/_app.js",status="404"} 885 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_nuxt/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_nuxt/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_nuxt/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_nuxt/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_nuxt/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_nuxt/config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_nuxt/config.js",status="404"} 770 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_nuxt/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/static/js/runtime-main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/static/js/runtime-main.js",status="404"} 820 nodejs_http_response_size_bytes_count{method="GET",endpoint="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/index.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/index.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/index.js",status="404"} 924 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/index.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_nuxt/vendors.app.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_nuxt/vendors.app.js",status="404"} 954 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/lib/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/lib/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/lib/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/lib/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/lib/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/lib/config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/lib/config.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/lib/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/src/config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/src/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/src/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/src/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/src/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/src/config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/src/config.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/src/config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/src/constants.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/src/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/src/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/src/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/src/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/src/constants.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/src/constants.js",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/src/constants.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/__ENV.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/__ENV.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/__ENV.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/__ENV.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/__ENV.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/__ENV.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/__ENV.js",status="404"} 735 nodejs_http_response_size_bytes_count{method="GET",endpoint="/__ENV.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/config/env.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/config/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/config/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/config/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/config/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/config/env.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/config/env.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/config/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/payment",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/payment",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/payment",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/payment",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/payment",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/payment",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/payment",status="404"} 730 nodejs_http_response_size_bytes_count{method="GET",endpoint="/payment",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/donate",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/donate",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/donate",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/donate",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/donate",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/donate",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/donate",status="404"} 725 nodejs_http_response_size_bytes_count{method="GET",endpoint="/donate",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.vite/manifest.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.vite/manifest.json",status="404"} 790 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.vite/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/service-worker.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/service-worker.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/service-worker.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/service-worker.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/service-worker.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/service-worker.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/service-worker.js",status="404"} 780 nodejs_http_response_size_bytes_count{method="GET",endpoint="/service-worker.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/asset-manifest.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/asset-manifest.json",status="404"} 790 nodejs_http_response_size_bytes_count{method="GET",endpoint="/asset-manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/api/config.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/api/config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/api/config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/api/config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/api/config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/api/config.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/api/config.json",status="404"} 770 nodejs_http_response_size_bytes_count{method="GET",endpoint="/api/config.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/subscribe",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/subscribe",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/subscribe",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/subscribe",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/subscribe",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/subscribe",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/subscribe",status="404"} 740 nodejs_http_response_size_bytes_count{method="GET",endpoint="/subscribe",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/manifest.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/manifest.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/manifest.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/manifest.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/manifest.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/manifest.json",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/manifest.json",status="404"} 912 nodejs_http_response_size_bytes_count{method="GET",endpoint="/manifest.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_next/static/chunks/commons.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_next/static/chunks/commons.js",status="404"} 845 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/assets/main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/assets/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/assets/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/assets/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/assets/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/assets/main.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/assets/main.js",status="404"} 765 nodejs_http_response_size_bytes_count{method="GET",endpoint="/assets/main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/vite.config.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/vite.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/vite.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/vite.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/vite.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/vite.config.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/vite.config.js",status="404"} 765 nodejs_http_response_size_bytes_count{method="GET",endpoint="/vite.config.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/runtime~main.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/runtime~main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/runtime~main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/runtime~main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/runtime~main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/runtime~main.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/runtime~main.js",status="404"} 770 nodejs_http_response_size_bytes_count{method="GET",endpoint="/runtime~main.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_app/env.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_app/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_app/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_app/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_app/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_app/env.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_app/env.js",status="404"} 750 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_app/env.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/src/env.d.ts",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/src/env.d.ts",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/src/env.d.ts",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/src/env.d.ts",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/src/env.d.ts",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/src/env.d.ts",status="404"} 10 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/src/env.d.ts",status="404"} 1510 nodejs_http_response_size_bytes_count{method="GET",endpoint="/src/env.d.ts",status="404"} 10 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/index.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/index.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/index.js",status="404"} 765 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/index.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/root.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/root.js",status="404"} 760 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/build/manifest.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/build/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/build/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/build/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/build/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/build/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/build/manifest.json",status="404"} 825 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/build/manifest.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/build/entry.client.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/build/entry.client.js",status="404"} 835 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_astro/client.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_astro/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_astro/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_astro/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_astro/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_astro/client.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_astro/client.js",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_astro/client.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/_astro/page.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/_astro/page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/_astro/page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/_astro/page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/_astro/page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/_astro/page.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/_astro/page.js",status="404"} 765 nodejs_http_response_size_bytes_count{method="GET",endpoint="/_astro/page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/build/root.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/build/root.js",status="404"} 795 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/build/root.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/page-data/app-data.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/page-data/app-data.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/page-data/app-data.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/page-data/app-data.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/page-data/app-data.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/page-data/app-data.json",status="404"} 6 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/page-data/app-data.json",status="404"} 972 nodejs_http_response_size_bytes_count{method="GET",endpoint="/page-data/app-data.json",status="404"} 6 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/astro.config.mjs",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/astro.config.mjs",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/astro.config.mjs",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/astro.config.mjs",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/astro.config.mjs",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/astro.config.mjs",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/astro.config.mjs",status="404"} 775 nodejs_http_response_size_bytes_count{method="GET",endpoint="/astro.config.mjs",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/build/qwik-loader.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/build/qwik-loader.js",status="404"} 795 nodejs_http_response_size_bytes_count{method="GET",endpoint="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/.cache/page-ssr/routes/render-page.js",status="404"} 880 nodejs_http_response_size_bytes_count{method="GET",endpoint="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/public/page-data/app-data.json",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/public/page-data/app-data.json",status="404"} 845 nodejs_http_response_size_bytes_count{method="GET",endpoint="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/wp-json/wc/v3",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/wp-json/wc/v3",status="404"} 152 nodejs_http_response_size_bytes_count{method="GET",endpoint="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/magento_version",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/magento_version",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/magento_version",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/magento_version",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/magento_version",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/magento_version",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/magento_version",status="404"} 154 nodejs_http_response_size_bytes_count{method="GET",endpoint="/magento_version",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/index.php",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/index.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/index.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/index.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/index.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/index.php",status="404"} 4 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/index.php",status="404"} 592 nodejs_http_response_size_bytes_count{method="GET",endpoint="/index.php",status="404"} 4 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/",status="404"} 145 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/wp-json/",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/wp-json/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/wp-json/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/wp-json/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/wp-json/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/wp-json/",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/wp-json/",status="404"} 147 nodejs_http_response_size_bytes_count{method="GET",endpoint="/wp-json/",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100",method="GET",endpoint="/admin/login",status="404"} 0 nodejs_http_response_size_bytes_bucket{le="1000",method="GET",endpoint="/admin/login",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="10000",method="GET",endpoint="/admin/login",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="100000",method="GET",endpoint="/admin/login",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="1000000",method="GET",endpoint="/admin/login",status="404"} 1 nodejs_http_response_size_bytes_bucket{le="+Inf",method="GET",endpoint="/admin/login",status="404"} 1 nodejs_http_response_size_bytes_sum{method="GET",endpoint="/admin/login",status="404"} 150 nodejs_http_response_size_bytes_count{method="GET",endpoint="/admin/login",status="404"} 1 # HELP nodejs_http_requests_in_progress Number of HTTP requests currently being processed # TYPE nodejs_http_requests_in_progress gauge nodejs_http_requests_in_progress{method="GET"} 0 nodejs_http_requests_in_progress{method="PUT"} 0 nodejs_http_requests_in_progress{method="POST"} 0 nodejs_http_requests_in_progress{method="HEAD"} 0 # HELP nodejs_http_response_time_seconds HTTP response time in seconds # TYPE nodejs_http_response_time_seconds histogram nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/",status="200"} 433 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/",status="200"} 586 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/",status="200"} 614 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/",status="200"} 616 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/",status="200"} 617 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/",status="200"} 617 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/",status="200"} 617 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/",status="200"} 617 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/",status="200"} 617 nodejs_http_response_time_seconds_sum{method="GET",route="/",status="200"} 3.3751347290000018 nodejs_http_response_time_seconds_count{method="GET",route="/",status="200"} 617 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/profile",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/profile",status="304"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/profile",status="304"} 24 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/profile",status="304"} 27 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/profile",status="304"} 27 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/profile",status="304"} 27 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/profile",status="304"} 27 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/profile",status="304"} 27 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/profile",status="304"} 27 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/profile",status="304"} 27 nodejs_http_response_time_seconds_sum{method="GET",route="/profile",status="304"} 0.214906406 nodejs_http_response_time_seconds_count{method="GET",route="/profile",status="304"} 27 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/simulations",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/simulations",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/simulations",status="304"} 25 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/simulations",status="304"} 28 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/simulations",status="304"} 28 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/simulations",status="304"} 28 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/simulations",status="304"} 28 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/simulations",status="304"} 28 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/simulations",status="304"} 28 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/simulations",status="304"} 28 nodejs_http_response_time_seconds_sum{method="GET",route="/simulations",status="304"} 0.217946945 nodejs_http_response_time_seconds_count{method="GET",route="/simulations",status="304"} 28 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/stats",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/stats",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/stats",status="304"} 15 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/stats",status="304"} 24 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/stats",status="304"} 24 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/stats",status="304"} 24 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/stats",status="304"} 24 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/stats",status="304"} 24 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/stats",status="304"} 24 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/stats",status="304"} 24 nodejs_http_response_time_seconds_sum{method="GET",route="/stats",status="304"} 0.21015487200000002 nodejs_http_response_time_seconds_count{method="GET",route="/stats",status="304"} 24 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/trends",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/trends",status="304"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/trends",status="304"} 14 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/trends",status="304"} 15 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/trends",status="304"} 15 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/trends",status="304"} 15 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/trends",status="304"} 15 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/trends",status="304"} 15 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/trends",status="304"} 15 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/trends",status="304"} 15 nodejs_http_response_time_seconds_sum{method="GET",route="/trends",status="304"} 0.08642477700000001 nodejs_http_response_time_seconds_count{method="GET",route="/trends",status="304"} 15 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/stats",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/stats",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/stats",status="200"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/stats",status="200"} 11 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/stats",status="200"} 11 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/stats",status="200"} 11 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/stats",status="200"} 11 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/stats",status="200"} 11 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/stats",status="200"} 11 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/stats",status="200"} 11 nodejs_http_response_time_seconds_sum{method="GET",route="/stats",status="200"} 0.095181057 nodejs_http_response_time_seconds_count{method="GET",route="/stats",status="200"} 11 nodejs_http_response_time_seconds_bucket{le="0.001",method="PUT",route="/:id",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="PUT",route="/:id",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="PUT",route="/:id",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="PUT",route="/:id",status="200"} 30 nodejs_http_response_time_seconds_bucket{le="0.1",method="PUT",route="/:id",status="200"} 30 nodejs_http_response_time_seconds_bucket{le="0.5",method="PUT",route="/:id",status="200"} 30 nodejs_http_response_time_seconds_bucket{le="1",method="PUT",route="/:id",status="200"} 30 nodejs_http_response_time_seconds_bucket{le="2",method="PUT",route="/:id",status="200"} 30 nodejs_http_response_time_seconds_bucket{le="5",method="PUT",route="/:id",status="200"} 30 nodejs_http_response_time_seconds_bucket{le="+Inf",method="PUT",route="/:id",status="200"} 30 nodejs_http_response_time_seconds_sum{method="PUT",route="/:id",status="200"} 0.389817826 nodejs_http_response_time_seconds_count{method="PUT",route="/:id",status="200"} 30 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/actions/log",status="201"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/actions/log",status="201"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/actions/log",status="201"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/actions/log",status="201"} 30 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/actions/log",status="201"} 30 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/actions/log",status="201"} 30 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/actions/log",status="201"} 30 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/actions/log",status="201"} 30 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/actions/log",status="201"} 30 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/actions/log",status="201"} 30 nodejs_http_response_time_seconds_sum{method="POST",route="/actions/log",status="201"} 0.42794823800000004 nodejs_http_response_time_seconds_count{method="POST",route="/actions/log",status="201"} 30 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/",status="304"} 46 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/",status="304"} 59 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/",status="304"} 62 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/",status="304"} 62 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/",status="304"} 62 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/",status="304"} 62 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/",status="304"} 62 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/",status="304"} 62 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/",status="304"} 62 nodejs_http_response_time_seconds_sum{method="GET",route="/",status="304"} 0.32239612500000003 nodejs_http_response_time_seconds_count{method="GET",route="/",status="304"} 62 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/actions/history",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/actions/history",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/actions/history",status="200"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/actions/history",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/actions/history",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/actions/history",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/actions/history",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/actions/history",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/actions/history",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/actions/history",status="200"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/actions/history",status="200"} 0.040944333 nodejs_http_response_time_seconds_count{method="GET",route="/actions/history",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/refresh-token",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/refresh-token",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/refresh-token",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/refresh-token",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/refresh-token",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/refresh-token",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/refresh-token",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/refresh-token",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/refresh-token",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/refresh-token",status="200"} 8 nodejs_http_response_time_seconds_sum{method="POST",route="/refresh-token",status="200"} 0.18919740599999998 nodejs_http_response_time_seconds_count{method="POST",route="/refresh-token",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/profile",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/profile",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_sum{method="GET",route="/profile",status="200"} 0.041962034999999995 nodejs_http_response_time_seconds_count{method="GET",route="/profile",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/robots.txt",status="404"} 332 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_sum{method="GET",route="/robots.txt",status="404"} 0.11078014500000016 nodejs_http_response_time_seconds_count{method="GET",route="/robots.txt",status="404"} 333 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/logout",status="200"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_sum{method="POST",route="/logout",status="200"} 0.005106695 nodejs_http_response_time_seconds_count{method="POST",route="/logout",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/list",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/list",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/list",status="200"} 10 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/list",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/list",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/list",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/list",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/list",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/list",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/list",status="200"} 13 nodejs_http_response_time_seconds_sum{method="GET",route="/list",status="200"} 0.08878067499999999 nodejs_http_response_time_seconds_count{method="GET",route="/list",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/details",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/details",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/details",status="200"} 18 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/details",status="200"} 26 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/details",status="200"} 26 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/details",status="200"} 26 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/details",status="200"} 26 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/details",status="200"} 26 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/details",status="200"} 26 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/details",status="200"} 26 nodejs_http_response_time_seconds_sum{method="GET",route="/details",status="200"} 0.20311806299999996 nodejs_http_response_time_seconds_count{method="GET",route="/details",status="200"} 26 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/comparisons",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/comparisons",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/comparisons",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/comparisons",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/comparisons",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/comparisons",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/comparisons",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/comparisons",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/comparisons",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/comparisons",status="200"} 9 nodejs_http_response_time_seconds_sum{method="GET",route="/comparisons",status="200"} 0.069958377 nodejs_http_response_time_seconds_count{method="GET",route="/comparisons",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/emissions-data",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_sum{method="GET",route="/emissions-data",status="200"} 0.034651267 nodejs_http_response_time_seconds_count{method="GET",route="/emissions-data",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/cost-evolution",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/cost-evolution",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_sum{method="GET",route="/cost-evolution",status="200"} 0.037850116 nodejs_http_response_time_seconds_count{method="GET",route="/cost-evolution",status="200"} 9 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/data",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/data",status="200"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/data",status="200"} 0.028408167999999998 nodejs_http_response_time_seconds_count{method="GET",route="/data",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/faq/all",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/faq/all",status="200"} 31 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_sum{method="GET",route="/faq/all",status="200"} 0.16965016899999996 nodejs_http_response_time_seconds_count{method="GET",route="/faq/all",status="200"} 38 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/google",status="302"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/google",status="302"} 0.011286954 nodejs_http_response_time_seconds_count{method="GET",route="/google",status="302"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/google/callback",status="302"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/google/callback",status="302"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/google/callback",status="302"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/google/callback",status="302"} 0 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/google/callback",status="302"} 0 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/google/callback",status="302"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/google/callback",status="302"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/google/callback",status="302"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/google/callback",status="302"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/google/callback",status="302"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/google/callback",status="302"} 0.7467192880000001 nodejs_http_response_time_seconds_count{method="GET",route="/google/callback",status="302"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/aids",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/aids",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/aids",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/aids",status="200"} 15 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/aids",status="200"} 15 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/aids",status="200"} 15 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/aids",status="200"} 15 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/aids",status="200"} 15 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/aids",status="200"} 15 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/aids",status="200"} 15 nodejs_http_response_time_seconds_sum{method="GET",route="/aids",status="200"} 0.11472788799999999 nodejs_http_response_time_seconds_count{method="GET",route="/aids",status="200"} 15 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/simulations",status="201"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/simulations",status="201"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/simulations",status="201"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/simulations",status="201"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/simulations",status="201"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/simulations",status="201"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/simulations",status="201"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/simulations",status="201"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/simulations",status="201"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/simulations",status="201"} 1 nodejs_http_response_time_seconds_sum{method="POST",route="/simulations",status="201"} 0.013217242 nodejs_http_response_time_seconds_count{method="POST",route="/simulations",status="201"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/simulations",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/simulations",status="200"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/simulations",status="200"} 8 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/simulations",status="200"} 10 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/simulations",status="200"} 10 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/simulations",status="200"} 10 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/simulations",status="200"} 10 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/simulations",status="200"} 10 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/simulations",status="200"} 10 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/simulations",status="200"} 10 nodejs_http_response_time_seconds_sum{method="GET",route="/simulations",status="200"} 0.07872448000000001 nodejs_http_response_time_seconds_count{method="GET",route="/simulations",status="200"} 10 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/prestige-leaderboard",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/prestige-leaderboard",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/prestige-leaderboard",status="200"} 0.022438749 nodejs_http_response_time_seconds_count{method="GET",route="/prestige-leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/leaderboard",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/leaderboard",status="200"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/leaderboard",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/leaderboard",status="200"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/leaderboard",status="200"} 0.023819714999999998 nodejs_http_response_time_seconds_count{method="GET",route="/leaderboard",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/trends",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/trends",status="200"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/trends",status="200"} 0.033759542000000003 nodejs_http_response_time_seconds_count{method="GET",route="/trends",status="200"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/users",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/users",status="200"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/users",status="200"} 0.021594945999999997 nodejs_http_response_time_seconds_count{method="GET",route="/users",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_sum{method="GET",route="/system",status="200"} 0.007272343000000001 nodejs_http_response_time_seconds_count{method="GET",route="/system",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/status",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/status",status="200"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/status",status="200"} 0.014701367 nodejs_http_response_time_seconds_count{method="GET",route="/status",status="200"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/request",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/request",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/request",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/request",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/request",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/request",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/request",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/request",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/request",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/request",status="200"} 1 nodejs_http_response_time_seconds_sum{method="POST",route="/request",status="200"} 2.251726151 nodejs_http_response_time_seconds_count{method="POST",route="/request",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/cancel",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/cancel",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/cancel",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/cancel",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/cancel",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/cancel",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/cancel",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/cancel",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/cancel",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/cancel",status="200"} 1 nodejs_http_response_time_seconds_sum{method="POST",route="/cancel",status="200"} 1.048892993 nodejs_http_response_time_seconds_count{method="POST",route="/cancel",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/check-auth-type",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/check-auth-type",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/check-auth-type",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/check-auth-type",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/check-auth-type",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/check-auth-type",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/check-auth-type",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/check-auth-type",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/check-auth-type",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/check-auth-type",status="200"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/check-auth-type",status="200"} 0.012079838 nodejs_http_response_time_seconds_count{method="GET",route="/check-auth-type",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/send-confirmation-code",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/send-confirmation-code",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/send-confirmation-code",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/send-confirmation-code",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/send-confirmation-code",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/send-confirmation-code",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/send-confirmation-code",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/send-confirmation-code",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/send-confirmation-code",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/send-confirmation-code",status="200"} 1 nodejs_http_response_time_seconds_sum{method="POST",route="/send-confirmation-code",status="200"} 1.00996567 nodejs_http_response_time_seconds_count{method="POST",route="/send-confirmation-code",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/status",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/status",status="304"} 0.004248813 nodejs_http_response_time_seconds_count{method="GET",route="/status",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/faq/all",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/faq/all",status="304"} 0.008146023 nodejs_http_response_time_seconds_count{method="GET",route="/faq/all",status="304"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/comparisons",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/comparisons",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/comparisons",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/comparisons",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/comparisons",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/comparisons",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/comparisons",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/comparisons",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/comparisons",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/comparisons",status="304"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/comparisons",status="304"} 0.01113087 nodejs_http_response_time_seconds_count{method="GET",route="/comparisons",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/emissions-data",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/emissions-data",status="304"} 0.003374809 nodejs_http_response_time_seconds_count{method="GET",route="/emissions-data",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/cost-evolution",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/cost-evolution",status="304"} 0.004323412 nodejs_http_response_time_seconds_count{method="GET",route="/cost-evolution",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.save",status="404"} 0.003916852 nodejs_http_response_time_seconds_count{method="GET",route="/.env.save",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.prod",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.prod",status="404"} 0.004598692999999999 nodejs_http_response_time_seconds_count{method="GET",route="/.env.prod",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo.php",status="404"} 0.005825539999999999 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo.php",status="404"} 20 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo",status="404"} 0.006397099999999999 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_sum{method="GET",route="/php_info.php",status="404"} 0.002326087 nodejs_http_response_time_seconds_count{method="GET",route="/php_info.php",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_sum{method="GET",route="/_profiler/phpinfo",status="404"} 0.004342451 nodejs_http_response_time_seconds_count{method="GET",route="/_profiler/phpinfo",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.example",status="404"} 0.004848493 nodejs_http_response_time_seconds_count{method="GET",route="/.env.example",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/info",status="404"} 0.002190727 nodejs_http_response_time_seconds_count{method="GET",route="/info",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/",status="404"} 22 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/",status="404"} 23 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/",status="404"} 23 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/",status="404"} 23 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/",status="404"} 23 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/",status="404"} 23 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/",status="404"} 23 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/",status="404"} 23 nodejs_http_response_time_seconds_sum{method="POST",route="/",status="404"} 0.02842164700000001 nodejs_http_response_time_seconds_count{method="POST",route="/",status="404"} 23 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_sum{method="GET",route="/favicon.ico",status="404"} 0.025402796999999998 nodejs_http_response_time_seconds_count{method="GET",route="/favicon.ico",status="404"} 73 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_sum{method="POST",route="/refresh-token",status="401"} 0.005418055 nodejs_http_response_time_seconds_count{method="POST",route="/refresh-token",status="401"} 10 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/:id",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/:id",status="404"} 0.004105252 nodejs_http_response_time_seconds_count{method="GET",route="/:id",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/countries/:countryCode",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/countries/:countryCode",status="404"} 0.004440973 nodejs_http_response_time_seconds_count{method="GET",route="/countries/:countryCode",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/details",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/details",status="404"} 0.004222852 nodejs_http_response_time_seconds_count{method="GET",route="/details",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/filter",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/filter",status="200"} 0.003951931 nodejs_http_response_time_seconds_count{method="GET",route="/filter",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/api/users/profile",status="404"} 0.000408402 nodejs_http_response_time_seconds_count{method="GET",route="/api/users/profile",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_sum{method="GET",route="/.well-known/security.txt",status="404"} 0.0035581329999999998 nodejs_http_response_time_seconds_count{method="GET",route="/.well-known/security.txt",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/:id",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/:id",status="200"} 13 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/:id",status="200"} 29 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/:id",status="200"} 31 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/:id",status="200"} 31 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/:id",status="200"} 31 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/:id",status="200"} 31 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/:id",status="200"} 31 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/:id",status="200"} 31 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/:id",status="200"} 31 nodejs_http_response_time_seconds_sum{method="GET",route="/:id",status="200"} 0.205860687 nodejs_http_response_time_seconds_count{method="GET",route="/:id",status="200"} 31 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_sum{method="GET",route="/",status="403"} 0.006107303 nodejs_http_response_time_seconds_count{method="GET",route="/",status="403"} 21 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/new/.env.local",status="404"} 0.001456364 nodejs_http_response_time_seconds_count{method="GET",route="/new/.env.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/new/.env.production",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/new/.env.production",status="404"} 0.002131086 nodejs_http_response_time_seconds_count{method="GET",route="/new/.env.production",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/new/.env.staging",status="404"} 0.001261044 nodejs_http_response_time_seconds_count{method="GET",route="/new/.env.staging",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/_phpinfo.php",status="404"} 0.001134204 nodejs_http_response_time_seconds_count{method="GET",route="/_phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/_profiler/phpinfo/info.php",status="404"} 0.0010814420000000002 nodejs_http_response_time_seconds_count{method="GET",route="/_profiler/phpinfo/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 0.001025364 nodejs_http_response_time_seconds_count{method="GET",route="/_profiler/phpinfo/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/wp-config",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/wp-config",status="404"} 0.001961605 nodejs_http_response_time_seconds_count{method="GET",route="/wp-config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/aws-secret.yaml",status="404"} 0.001067644 nodejs_http_response_time_seconds_count{method="GET",route="/aws-secret.yaml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/env.backup",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/env.backup",status="404"} 0.002742769 nodejs_http_response_time_seconds_count{method="GET",route="/env.backup",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/xampp/phpinfo.php",status="404"} 0.0010089640000000002 nodejs_http_response_time_seconds_count{method="GET",route="/xampp/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/lara/info.php",status="404"} 0.000970002 nodejs_http_response_time_seconds_count{method="GET",route="/lara/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/lara/phpinfo.php",status="404"} 0.000984243 nodejs_http_response_time_seconds_count{method="GET",route="/lara/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/laravel/info.php",status="404"} 0.000987042 nodejs_http_response_time_seconds_count{method="GET",route="/laravel/info.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/service/email_service.py",status="404"} 0.001118924 nodejs_http_response_time_seconds_count{method="GET",route="/service/email_service.py",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/node/.env_example",status="404"} 0.0012519240000000002 nodejs_http_response_time_seconds_count{method="GET",route="/node/.env_example",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.production.local",status="404"} 0.0011776439999999998 nodejs_http_response_time_seconds_count{method="GET",route="/.env.production.local",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.local",status="404"} 0.004639093000000001 nodejs_http_response_time_seconds_count{method="GET",route="/.env.local",status="404"} 13 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.stage",status="404"} 0.001308524 nodejs_http_response_time_seconds_count{method="GET",route="/.env.stage",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server/config/database.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server/config/database.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server/config/database.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server/config/database.js",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server/config/database.js",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server/config/database.js",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server/config/database.js",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server/config/database.js",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server/config/database.js",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server/config/database.js",status="404"} 8 nodejs_http_response_time_seconds_sum{method="GET",route="/server/config/database.js",status="404"} 0.015287885 nodejs_http_response_time_seconds_count{method="GET",route="/server/config/database.js",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.old",status="404"} 0.0039007729999999997 nodejs_http_response_time_seconds_count{method="GET",route="/.env.old",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/.env_sample",status="404"} 0.001263644 nodejs_http_response_time_seconds_count{method="GET",route="/.env_sample",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/scripts/nodemailer.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/scripts/nodemailer.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/scripts/nodemailer.js",status="404"} 0.010518792 nodejs_http_response_time_seconds_count{method="GET",route="/scripts/nodemailer.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.aws/credentials",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_sum{method="GET",route="/.aws/credentials",status="404"} 0.005848379 nodejs_http_response_time_seconds_count{method="GET",route="/.aws/credentials",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_sum{method="GET",route="/info.php",status="404"} 0.005597617000000001 nodejs_http_response_time_seconds_count{method="GET",route="/info.php",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/dashboard/phpinfo.php",status="404"} 0.0011337230000000001 nodejs_http_response_time_seconds_count{method="GET",route="/dashboard/phpinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/main.141b0494.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/main.141b0494.js",status="404"} 0.0023382079999999996 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/main.141b0494.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/enhancecp",status="404"} 0.0013920449999999997 nodejs_http_response_time_seconds_count{method="GET",route="/enhancecp",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/users",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/users",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/users",status="304"} 0.005733297 nodejs_http_response_time_seconds_count{method="GET",route="/users",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/tool/view/phpinfo.view.php",status="404"} 0.000251321 nodejs_http_response_time_seconds_count{method="GET",route="/tool/view/phpinfo.view.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 0.005545097000000001 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/2.ca066a4b.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/main.e85f7a37.js",status="404"} 0.00392921 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/main.e85f7a37.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/server_info.php",status="404"} 0.000755763 nodejs_http_response_time_seconds_count{method="GET",route="/admin/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/server_info.php",status="404"} 0.000860282 nodejs_http_response_time_seconds_count{method="GET",route="/server_info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 0.0020633269999999998 nodejs_http_response_time_seconds_count{method="GET",route="/app_dev.php/_profiler/phpinfo",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_sum{method="GET",route="/test.php",status="404"} 0.004325975 nodejs_http_response_time_seconds_count{method="GET",route="/test.php",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server-info",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/server-info",status="404"} 0.001523965 nodejs_http_response_time_seconds_count{method="GET",route="/server-info",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/server-info.php",status="404"} 0.0007768809999999999 nodejs_http_response_time_seconds_count{method="GET",route="/server-info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/secured/phpinfo.php",status="404"} 0.000810762 nodejs_http_response_time_seconds_count{method="GET",route="/secured/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_sum{method="GET",route="/config.js",status="404"} 0.007856586 nodejs_http_response_time_seconds_count{method="GET",route="/config.js",status="404"} 14 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server.js",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/server.js",status="404"} 0.024761191000000002 nodejs_http_response_time_seconds_count{method="GET",route="/server.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/appsettings.json",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_sum{method="GET",route="/appsettings.json",status="404"} 0.007758903 nodejs_http_response_time_seconds_count{method="GET",route="/appsettings.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/shared/config/config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/shared/config/config.js",status="404"} 0.002895448 nodejs_http_response_time_seconds_count{method="GET",route="/shared/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/aws.yml",status="404"} 0.000888881 nodejs_http_response_time_seconds_count{method="GET",route="/config/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/settings.py",status="404"} 0.0013214420000000001 nodejs_http_response_time_seconds_count{method="GET",route="/settings.py",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config.json",status="404"} 16 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config.json",status="404"} 18 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config.json",status="404"} 21 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config.json",status="404"} 22 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config.json",status="404"} 22 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config.json",status="404"} 22 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config.json",status="404"} 22 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config.json",status="404"} 22 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config.json",status="404"} 22 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config.json",status="404"} 22 nodejs_http_response_time_seconds_sum{method="GET",route="/config.json",status="404"} 0.04930463400000001 nodejs_http_response_time_seconds_count{method="GET",route="/config.json",status="404"} 22 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/main.js",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_sum{method="GET",route="/main.js",status="404"} 0.030822175999999996 nodejs_http_response_time_seconds_count{method="GET",route="/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/constants.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/config/constants.js",status="404"} 0.014131840000000001 nodejs_http_response_time_seconds_count{method="GET",route="/config/constants.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/application.properties",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/application.properties",status="404"} 0.0018575260000000002 nodejs_http_response_time_seconds_count{method="GET",route="/application.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/js/main.js",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_sum{method="GET",route="/public/js/main.js",status="404"} 0.013132841 nodejs_http_response_time_seconds_count{method="GET",route="/public/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/js/main.js",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/js/main.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/js/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/js/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/js/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/js/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/js/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/js/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/js/main.js",status="404"} 11 nodejs_http_response_time_seconds_sum{method="GET",route="/js/main.js",status="404"} 0.030137091000000005 nodejs_http_response_time_seconds_count{method="GET",route="/js/main.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/karma.conf.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/karma.conf.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/karma.conf.json",status="404"} 0.013365999 nodejs_http_response_time_seconds_count{method="GET",route="/karma.conf.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/swagger.json",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/swagger.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_sum{method="GET",route="/swagger.json",status="404"} 0.0136728 nodejs_http_response_time_seconds_count{method="GET",route="/swagger.json",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/swagger.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/swagger.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/swagger.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/swagger.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/swagger.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/swagger.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/swagger.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/swagger.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/swagger.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/swagger.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/swagger.js",status="404"} 0.020471738 nodejs_http_response_time_seconds_count{method="GET",route="/swagger.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/gatsby-config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/gatsby-config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/gatsby-config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/gatsby-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/gatsby-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/gatsby-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/gatsby-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/gatsby-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/gatsby-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/gatsby-config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/gatsby-config.js",status="404"} 0.021553222 nodejs_http_response_time_seconds_count{method="GET",route="/gatsby-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/backend/config/default.yml",status="404"} 0.0008248019999999999 nodejs_http_response_time_seconds_count{method="GET",route="/backend/config/default.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/app.py",status="404"} 0.000836803 nodejs_http_response_time_seconds_count{method="GET",route="/app.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/controllers/merchant.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/controllers/merchant.js",status="404"} 0.005644937000000001 nodejs_http_response_time_seconds_count{method="GET",route="/admin/controllers/merchant.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/controllers/partner.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/controllers/partner.js",status="404"} 0.004285612 nodejs_http_response_time_seconds_count{method="GET",route="/admin/controllers/partner.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/api/config.js",status="404"} 0.014936842999999998 nodejs_http_response_time_seconds_count{method="GET",route="/api/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/api/objects/codes.php.save",status="404"} 0.000777483 nodejs_http_response_time_seconds_count{method="GET",route="/api/objects/codes.php.save",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/apis/config/config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/apis/config/config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/apis/config/config.js",status="404"} 0.009722106000000001 nodejs_http_response_time_seconds_count{method="GET",route="/apis/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/apis/controllers/users.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/apis/controllers/users.js",status="404"} 0.004915814 nodejs_http_response_time_seconds_count{method="GET",route="/apis/controllers/users.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app.js",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_sum{method="GET",route="/app.js",status="404"} 0.018175491000000002 nodejs_http_response_time_seconds_count{method="GET",route="/app.js",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/backend/config/development.yml",status="404"} 0.0008705219999999999 nodejs_http_response_time_seconds_count{method="GET",route="/backend/config/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/cloud/Scraper.js",status="404"} 0.002493487 nodejs_http_response_time_seconds_count{method="GET",route="/cloud/Scraper.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/application.yml",status="404"} 0.000814563 nodejs_http_response_time_seconds_count{method="GET",route="/config/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/storage.yml",status="404"} 0.000849762 nodejs_http_response_time_seconds_count{method="GET",route="/config/storage.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/configs/routes-4aug.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/configs/routes-4aug.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/configs/routes-4aug.js",status="404"} 0.014321405 nodejs_http_response_time_seconds_count{method="GET",route="/configs/routes-4aug.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/configs/routes.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/configs/routes.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/configs/routes.js",status="404"} 0.01051687 nodejs_http_response_time_seconds_count{method="GET",route="/configs/routes.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/configs/s3_config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/configs/s3_config.json",status="404"} 0.003835651 nodejs_http_response_time_seconds_count{method="GET",route="/configs/s3_config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/controller/admin/post.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/controller/admin/post.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/controller/admin/post.js",status="404"} 0.00681938 nodejs_http_response_time_seconds_count{method="GET",route="/controller/admin/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/controller/api/post.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/controller/api/post.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/controller/api/post.js",status="404"} 0.014572042 nodejs_http_response_time_seconds_count{method="GET",route="/controller/api/post.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/controllers/settings.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/controllers/settings.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/controllers/settings.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/controllers/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/controllers/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/controllers/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/controllers/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/controllers/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/controllers/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/controllers/settings.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/controllers/settings.js",status="404"} 0.026825037 nodejs_http_response_time_seconds_count{method="GET",route="/controllers/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/getcpuutil.php-bakworking",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/getcpuutil.php-bakworking",status="404"} 0.0018396060000000001 nodejs_http_response_time_seconds_count{method="GET",route="/getcpuutil.php-bakworking",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/helper.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/helper.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/helper.js",status="404"} 0.007684782999999999 nodejs_http_response_time_seconds_count{method="GET",route="/helper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/helper/EmailHelper.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/helper/EmailHelper.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/helper/EmailHelper.js",status="404"} 0.009893067 nodejs_http_response_time_seconds_count{method="GET",route="/helper/EmailHelper.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/index.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/index.js",status="404"} 0.003808972 nodejs_http_response_time_seconds_count{method="GET",route="/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/index.html",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/index.html",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/index.html",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/index.html",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/index.html",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/index.html",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/index.html",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/index.html",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/index.html",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/index.html",status="404"} 8 nodejs_http_response_time_seconds_sum{method="GET",route="/index.html",status="404"} 0.036066473 nodejs_http_response_time_seconds_count{method="GET",route="/index.html",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/my_env/chakaash.py",status="404"} 0.0009102029999999998 nodejs_http_response_time_seconds_count{method="GET",route="/my_env/chakaash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/my_env/newsletter.py",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/my_env/newsletter.py",status="404"} 0.001892885 nodejs_http_response_time_seconds_count{method="GET",route="/my_env/newsletter.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/my_env/palash.py",status="404"} 0.001493524 nodejs_http_response_time_seconds_count{method="GET",route="/my_env/palash.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/mytest/astech_robot.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/mytest/astech_robot.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/mytest/astech_robot.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/mytest/astech_robot.js",status="404"} 0.015951087 nodejs_http_response_time_seconds_count{method="GET",route="/mytest/astech_robot.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/partner/config/config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/partner/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/partner/config/config.js",status="404"} 0.009898949 nodejs_http_response_time_seconds_count{method="GET",route="/partner/config/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/settings.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/settings.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/config/settings.json",status="404"} 0.0076765439999999996 nodejs_http_response_time_seconds_count{method="GET",route="/config/settings.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/settings.local",status="404"} 0.000719442 nodejs_http_response_time_seconds_count{method="GET",route="/config/settings.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.circleci/configs/development.yml",status="404"} 0.001449245 nodejs_http_response_time_seconds_count{method="GET",route="/.circleci/configs/development.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/settings.prod",status="404"} 0.000764962 nodejs_http_response_time_seconds_count{method="GET",route="/config/settings.prod",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/app/config/parameters.yml",status="404"} 0.000756843 nodejs_http_response_time_seconds_count{method="GET",route="/app/config/parameters.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/config/parameters.yml",status="404"} 0.001023244 nodejs_http_response_time_seconds_count{method="GET",route="/config/parameters.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/user/config/config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/user/config/config.js",status="404"} 0.00380689 nodejs_http_response_time_seconds_count{method="GET",route="/user/config/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/user/controllers/index.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/user/controllers/index.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/user/controllers/index.js",status="404"} 0.01042147 nodejs_http_response_time_seconds_count{method="GET",route="/user/controllers/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.AWS_/credentials",status="404"} 0.0007939619999999999 nodejs_http_response_time_seconds_count{method="GET",route="/.AWS_/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/local.yml",status="404"} 0.0007293219999999999 nodejs_http_response_time_seconds_count{method="GET",route="/config/local.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/backend/config/settings.yml",status="404"} 0.0008004029999999999 nodejs_http_response_time_seconds_count{method="GET",route="/backend/config/settings.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/api/config/config.yml",status="404"} 0.0008798820000000001 nodejs_http_response_time_seconds_count{method="GET",route="/api/config/config.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/config",status="404"} 0.001103004 nodejs_http_response_time_seconds_count{method="GET",route="/admin/config",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.travis.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.travis.yml",status="404"} 0.0017612049999999998 nodejs_http_response_time_seconds_count{method="GET",route="/.travis.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/aws.yml",status="404"} 0.000853683 nodejs_http_response_time_seconds_count{method="GET",route="/aws.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/sms.py",status="404"} 0.000837842 nodejs_http_response_time_seconds_count{method="GET",route="/sms.py",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/config.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/config/config.json",status="404"} 0.013591798999999998 nodejs_http_response_time_seconds_count{method="GET",route="/config/config.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/main.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/main.yml",status="404"} 0.001929966 nodejs_http_response_time_seconds_count{method="GET",route="/main.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/helpers/utility.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/helpers/utility.js",status="404"} 0.0035674099999999996 nodejs_http_response_time_seconds_count{method="GET",route="/helpers/utility.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server/s3.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/server/s3.js",status="404"} 0.006147298 nodejs_http_response_time_seconds_count{method="GET",route="/server/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/s3.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/s3.js",status="404"} 0.006995541000000001 nodejs_http_response_time_seconds_count{method="GET",route="/s3.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/debug/default/view",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/debug/default/view",status="404"} 0.003458012 nodejs_http_response_time_seconds_count{method="GET",route="/debug/default/view",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/aws/credentials",status="404"} 0.000726361 nodejs_http_response_time_seconds_count{method="GET",route="/aws/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.aws/config",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/.aws/config",status="404"} 0.0040599320000000005 nodejs_http_response_time_seconds_count{method="GET",route="/.aws/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 0.005781496 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/:id.ca066a4b.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_sum{method="POST",route="/graphql",status="404"} 0.001008083 nodejs_http_response_time_seconds_count{method="POST",route="/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_sum{method="POST",route="/api",status="404"} 0.0009386819999999999 nodejs_http_response_time_seconds_count{method="POST",route="/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_sum{method="POST",route="/api/graphql",status="404"} 0.000931922 nodejs_http_response_time_seconds_count{method="POST",route="/api/graphql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_sum{method="POST",route="/graphql/api",status="404"} 0.000901043 nodejs_http_response_time_seconds_count{method="POST",route="/graphql/api",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_sum{method="POST",route="/api/gql",status="404"} 0.001807165 nodejs_http_response_time_seconds_count{method="POST",route="/api/gql",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/swagger-ui.html",status="404"} 0.0011763239999999999 nodejs_http_response_time_seconds_count{method="GET",route="/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/swagger/index.html",status="404"} 0.001061682 nodejs_http_response_time_seconds_count{method="GET",route="/swagger/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/swagger/swagger-ui.html",status="404"} 0.001060562 nodejs_http_response_time_seconds_count{method="GET",route="/swagger/swagger-ui.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/webjars/swagger-ui/index.html",status="404"} 0.001135845 nodejs_http_response_time_seconds_count{method="GET",route="/webjars/swagger-ui/index.html",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/swagger/v1/swagger.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/swagger/v1/swagger.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/swagger/v1/swagger.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/swagger/v1/swagger.json",status="404"} 0.021498222 nodejs_http_response_time_seconds_count{method="GET",route="/swagger/v1/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/v2/api-docs",status="404"} 0.001285165 nodejs_http_response_time_seconds_count{method="GET",route="/v2/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/v3/api-docs",status="404"} 0.001800766 nodejs_http_response_time_seconds_count{method="GET",route="/v3/api-docs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/swagger.json",status="403"} 0.001413964 nodejs_http_response_time_seconds_count{method="GET",route="/swagger.json",status="403"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/swagger.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/api/swagger.json",status="404"} 0.006158897000000001 nodejs_http_response_time_seconds_count{method="GET",route="/api/swagger.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/@vite/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/@vite/env",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_sum{method="GET",route="/@vite/env",status="404"} 0.027399569 nodejs_http_response_time_seconds_count{method="GET",route="/@vite/env",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/actuator/env",status="404"} 0.0012504839999999998 nodejs_http_response_time_seconds_count{method="GET",route="/actuator/env",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/server",status="404"} 0.001149204 nodejs_http_response_time_seconds_count{method="GET",route="/server",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.vscode/sftp.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.vscode/sftp.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.vscode/sftp.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/.vscode/sftp.json",status="404"} 0.015579085000000003 nodejs_http_response_time_seconds_count{method="GET",route="/.vscode/sftp.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/about",status="404"} 0.001142244 nodejs_http_response_time_seconds_count{method="GET",route="/about",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/v2/_catalog",status="404"} 0.001072404 nodejs_http_response_time_seconds_count{method="GET",route="/v2/_catalog",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 0.0012623640000000002 nodejs_http_response_time_seconds_count{method="GET",route="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server-status",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/server-status",status="404"} 0.0018672860000000001 nodejs_http_response_time_seconds_count{method="GET",route="/server-status",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/login.action",status="404"} 0.001195564 nodejs_http_response_time_seconds_count{method="GET",route="/login.action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/_all_dbs",status="404"} 0.0006832019999999999 nodejs_http_response_time_seconds_count{method="GET",route="/_all_dbs",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 0.001193523 nodejs_http_response_time_seconds_count{method="GET",route="/s/6383e2031323e2534313e2134313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/telescope/requests",status="404"} 0.002522247 nodejs_http_response_time_seconds_count{method="GET",route="/telescope/requests",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.dev",status="404"} 0.001379244 nodejs_http_response_time_seconds_count{method="GET",route="/.env.dev",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.staging",status="404"} 0.0029958899999999998 nodejs_http_response_time_seconds_count{method="GET",route="/.env.staging",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.development",status="404"} 0.0037213719999999997 nodejs_http_response_time_seconds_count{method="GET",route="/.env.development",status="404"} 11 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.production",status="404"} 0.004035296 nodejs_http_response_time_seconds_count{method="GET",route="/.env.production",status="404"} 12 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.test",status="404"} 0.0024238070000000005 nodejs_http_response_time_seconds_count{method="GET",route="/.env.test",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.backup",status="404"} 0.003458452 nodejs_http_response_time_seconds_count{method="GET",route="/.env.backup",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.sample",status="404"} 0.001751926 nodejs_http_response_time_seconds_count{method="GET",route="/.env.sample",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.orig",status="404"} 0.000985483 nodejs_http_response_time_seconds_count{method="GET",route="/.env.orig",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.swp",status="404"} 0.0019167259999999999 nodejs_http_response_time_seconds_count{method="GET",route="/.env.swp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.env~",status="404"} 0.001011483 nodejs_http_response_time_seconds_count{method="GET",route="/.env~",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.tmp",status="404"} 0.0010419630000000001 nodejs_http_response_time_seconds_count{method="GET",route="/.env.tmp",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.dist",status="404"} 0.001382805 nodejs_http_response_time_seconds_count{method="GET",route="/.env.dist",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/.env.save",status="404"} 0.000682722 nodejs_http_response_time_seconds_count{method="GET",route="/admin/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/.env.old",status="404"} 0.001045723 nodejs_http_response_time_seconds_count{method="GET",route="/admin/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/api/.env.save",status="404"} 0.000705722 nodejs_http_response_time_seconds_count{method="GET",route="/api/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/api/.env.old",status="404"} 0.001233764 nodejs_http_response_time_seconds_count{method="GET",route="/api/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/app/.env.save",status="404"} 0.0006761619999999999 nodejs_http_response_time_seconds_count{method="GET",route="/app/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/app/.env.old",status="404"} 0.001025244 nodejs_http_response_time_seconds_count{method="GET",route="/app/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/config/.env.save",status="404"} 0.0007374020000000001 nodejs_http_response_time_seconds_count{method="GET",route="/config/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/.env.old",status="404"} 0.000958563 nodejs_http_response_time_seconds_count{method="GET",route="/config/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/src/.env.save",status="404"} 0.000683042 nodejs_http_response_time_seconds_count{method="GET",route="/src/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/src/.env.old",status="404"} 0.000931003 nodejs_http_response_time_seconds_count{method="GET",route="/src/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/public/.env.save",status="404"} 0.000728683 nodejs_http_response_time_seconds_count{method="GET",route="/public/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/public/.env.old",status="404"} 0.001079843 nodejs_http_response_time_seconds_count{method="GET",route="/public/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/.env.save",status="404"} 0.000696042 nodejs_http_response_time_seconds_count{method="GET",route="/assets/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/.env.old",status="404"} 0.001051204 nodejs_http_response_time_seconds_count{method="GET",route="/assets/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/includes/.env.save",status="404"} 0.000658162 nodejs_http_response_time_seconds_count{method="GET",route="/includes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/includes/.env.old",status="404"} 0.001106803 nodejs_http_response_time_seconds_count{method="GET",route="/includes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/lib/.env.save",status="404"} 0.0007008030000000001 nodejs_http_response_time_seconds_count{method="GET",route="/lib/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/lib/.env.old",status="404"} 0.001193443 nodejs_http_response_time_seconds_count{method="GET",route="/lib/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/application/.env.save",status="404"} 0.000658002 nodejs_http_response_time_seconds_count{method="GET",route="/application/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/application/.env.old",status="404"} 0.000962443 nodejs_http_response_time_seconds_count{method="GET",route="/application/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/system/.env.save",status="404"} 0.0007546040000000001 nodejs_http_response_time_seconds_count{method="GET",route="/system/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/system/.env.old",status="404"} 0.001010084 nodejs_http_response_time_seconds_count{method="GET",route="/system/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/core/.env.save",status="404"} 0.000672042 nodejs_http_response_time_seconds_count{method="GET",route="/core/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/core/.env.old",status="404"} 0.000932803 nodejs_http_response_time_seconds_count{method="GET",route="/core/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/modules/.env.save",status="404"} 0.000700242 nodejs_http_response_time_seconds_count{method="GET",route="/modules/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/modules/.env.old",status="404"} 0.001042804 nodejs_http_response_time_seconds_count{method="GET",route="/modules/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/plugins/.env.save",status="404"} 0.000701842 nodejs_http_response_time_seconds_count{method="GET",route="/plugins/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/plugins/.env.old",status="404"} 0.000993083 nodejs_http_response_time_seconds_count{method="GET",route="/plugins/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/themes/.env.save",status="404"} 0.0007791230000000001 nodejs_http_response_time_seconds_count{method="GET",route="/themes/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/themes/.env.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/themes/.env.old",status="404"} 0.001836966 nodejs_http_response_time_seconds_count{method="GET",route="/themes/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/vendor/.env.save",status="404"} 0.000692443 nodejs_http_response_time_seconds_count{method="GET",route="/vendor/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/vendor/.env.old",status="404"} 0.001021003 nodejs_http_response_time_seconds_count{method="GET",route="/vendor/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/storage/.env.save",status="404"} 0.000732882 nodejs_http_response_time_seconds_count{method="GET",route="/storage/.env.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/storage/.env.old",status="404"} 0.000978443 nodejs_http_response_time_seconds_count{method="GET",route="/storage/.env.old",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/info1.php",status="404"} 0.001687085 nodejs_http_response_time_seconds_count{method="GET",route="/info1.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/info2.php",status="404"} 0.0010883639999999999 nodejs_http_response_time_seconds_count{method="GET",route="/info2.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/php.php",status="404"} 0.0018988059999999998 nodejs_http_response_time_seconds_count{method="GET",route="/php.php",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/pi.php",status="404"} 0.0011823620000000002 nodejs_http_response_time_seconds_count{method="GET",route="/pi.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/i.php",status="404"} 0.002319167 nodejs_http_response_time_seconds_count{method="GET",route="/i.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpversion.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/phpversion.php",status="404"} 0.0022059659999999997 nodejs_http_response_time_seconds_count{method="GET",route="/phpversion.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/php_version.php",status="404"} 0.001083762 nodejs_http_response_time_seconds_count{method="GET",route="/php_version.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/serverinfo.php",status="404"} 0.0018073249999999998 nodejs_http_response_time_seconds_count{method="GET",route="/serverinfo.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/server.php",status="404"} 0.001378285 nodejs_http_response_time_seconds_count{method="GET",route="/server.php",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/debug.php",status="404"} 0.001702646 nodejs_http_response_time_seconds_count{method="GET",route="/debug.php",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/diagnostic.php",status="404"} 0.001117564 nodejs_http_response_time_seconds_count{method="GET",route="/diagnostic.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/phptest.php",status="404"} 0.001160884 nodejs_http_response_time_seconds_count{method="GET",route="/phptest.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/check.php",status="404"} 0.0010836040000000002 nodejs_http_response_time_seconds_count{method="GET",route="/check.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo.php.save",status="404"} 0.000521001 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info.php.save",status="404"} 0.000578722 nodejs_http_response_time_seconds_count{method="GET",route="/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_info.php.save",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/php_info.php.save",status="404"} 0.0013043640000000001 nodejs_http_response_time_seconds_count{method="GET",route="/php_info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test.php.save",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test.php.save",status="404"} 0.001350204 nodejs_http_response_time_seconds_count{method="GET",route="/test.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo.php.old",status="404"} 0.000510561 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info.php.old",status="404"} 0.0005096009999999999 nodejs_http_response_time_seconds_count{method="GET",route="/info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/php_info.php.old",status="404"} 0.000523201 nodejs_http_response_time_seconds_count{method="GET",route="/php_info.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test.php.old",status="404"} 0.001256963 nodejs_http_response_time_seconds_count{method="GET",route="/test.php.old",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo.php.orig",status="404"} 0.0005906819999999999 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info.php.orig",status="404"} 0.000565682 nodejs_http_response_time_seconds_count{method="GET",route="/info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/php_info.php.orig",status="404"} 0.0005988020000000001 nodejs_http_response_time_seconds_count{method="GET",route="/php_info.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test.php.orig",status="404"} 0.000607682 nodejs_http_response_time_seconds_count{method="GET",route="/test.php.orig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo.php.backup",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo.php.backup",status="404"} 0.001442124 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info.php.backup",status="404"} 0.0005447620000000001 nodejs_http_response_time_seconds_count{method="GET",route="/info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/php_info.php.backup",status="404"} 0.0005445210000000001 nodejs_http_response_time_seconds_count{method="GET",route="/php_info.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test.php.backup",status="404"} 0.000548641 nodejs_http_response_time_seconds_count{method="GET",route="/test.php.backup",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo.php~",status="404"} 0.000538642 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info.php~",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info.php~",status="404"} 0.001399964 nodejs_http_response_time_seconds_count{method="GET",route="/info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/php_info.php~",status="404"} 0.0005782809999999999 nodejs_http_response_time_seconds_count{method="GET",route="/php_info.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test.php~",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test.php~",status="404"} 0.001259124 nodejs_http_response_time_seconds_count{method="GET",route="/test.php~",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo.php.swp",status="404"} 0.0005569209999999999 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info.php.swp",status="404"} 0.000659282 nodejs_http_response_time_seconds_count{method="GET",route="/info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/php_info.php.swp",status="404"} 0.000506082 nodejs_http_response_time_seconds_count{method="GET",route="/php_info.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test.php.swp",status="404"} 0.000606762 nodejs_http_response_time_seconds_count{method="GET",route="/test.php.swp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/phpinfo.php.tmp",status="404"} 0.000583162 nodejs_http_response_time_seconds_count{method="GET",route="/phpinfo.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info.php.tmp",status="404"} 0.0005400419999999999 nodejs_http_response_time_seconds_count{method="GET",route="/info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/php_info.php.tmp",status="404"} 0.000585602 nodejs_http_response_time_seconds_count{method="GET",route="/php_info.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test.php.tmp",status="404"} 0.000616682 nodejs_http_response_time_seconds_count{method="GET",route="/test.php.tmp",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/info.php",status="404"} 0.001885086 nodejs_http_response_time_seconds_count{method="GET",route="/admin/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/info.php.save",status="404"} 0.0005828420000000001 nodejs_http_response_time_seconds_count{method="GET",route="/admin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/test/phpinfo.php",status="404"} 0.0007709629999999999 nodejs_http_response_time_seconds_count{method="GET",route="/test/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/test/info.php",status="404"} 0.001676285 nodejs_http_response_time_seconds_count{method="GET",route="/test/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test/phpinfo.php.save",status="404"} 0.0005133620000000001 nodejs_http_response_time_seconds_count{method="GET",route="/test/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/test/info.php.save",status="404"} 0.000526562 nodejs_http_response_time_seconds_count{method="GET",route="/test/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/dev/phpinfo.php",status="404"} 0.0007507620000000001 nodejs_http_response_time_seconds_count{method="GET",route="/dev/phpinfo.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/dev/info.php",status="404"} 0.000549281 nodejs_http_response_time_seconds_count{method="GET",route="/dev/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/dev/phpinfo.php.save",status="404"} 0.0005938009999999999 nodejs_http_response_time_seconds_count{method="GET",route="/dev/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/dev/info.php.save",status="404"} 0.00054588 nodejs_http_response_time_seconds_count{method="GET",route="/dev/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/tmp/phpinfo.php",status="404"} 0.001120644 nodejs_http_response_time_seconds_count{method="GET",route="/tmp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/tmp/info.php",status="404"} 0.000576722 nodejs_http_response_time_seconds_count{method="GET",route="/tmp/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/tmp/phpinfo.php.save",status="404"} 0.0005782820000000001 nodejs_http_response_time_seconds_count{method="GET",route="/tmp/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/tmp/info.php.save",status="404"} 0.000543042 nodejs_http_response_time_seconds_count{method="GET",route="/tmp/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/includes/phpinfo.php",status="404"} 0.0005974019999999999 nodejs_http_response_time_seconds_count{method="GET",route="/includes/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/includes/info.php",status="404"} 0.000536482 nodejs_http_response_time_seconds_count{method="GET",route="/includes/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/includes/phpinfo.php.save",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/includes/phpinfo.php.save",status="404"} 0.001387964 nodejs_http_response_time_seconds_count{method="GET",route="/includes/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/includes/info.php.save",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/includes/info.php.save",status="404"} 0.0013699250000000001 nodejs_http_response_time_seconds_count{method="GET",route="/includes/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/scripts/phpinfo.php",status="404"} 0.000581762 nodejs_http_response_time_seconds_count{method="GET",route="/scripts/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/scripts/info.php",status="404"} 0.000530441 nodejs_http_response_time_seconds_count{method="GET",route="/scripts/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/scripts/phpinfo.php.save",status="404"} 0.000639402 nodejs_http_response_time_seconds_count{method="GET",route="/scripts/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/scripts/info.php.save",status="404"} 0.000631482 nodejs_http_response_time_seconds_count{method="GET",route="/scripts/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/cgi-bin/phpinfo.php",status="404"} 0.001536605 nodejs_http_response_time_seconds_count{method="GET",route="/cgi-bin/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/cgi-bin/info.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/cgi-bin/info.php",status="404"} 0.001295484 nodejs_http_response_time_seconds_count{method="GET",route="/cgi-bin/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 0.000478602 nodejs_http_response_time_seconds_count{method="GET",route="/cgi-bin/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/cgi-bin/info.php.save",status="404"} 0.000574122 nodejs_http_response_time_seconds_count{method="GET",route="/cgi-bin/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/public/phpinfo.php",status="404"} 0.000534082 nodejs_http_response_time_seconds_count{method="GET",route="/public/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/info.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/public/info.php",status="404"} 0.001507924 nodejs_http_response_time_seconds_count{method="GET",route="/public/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/public/phpinfo.php.save",status="404"} 0.000497802 nodejs_http_response_time_seconds_count{method="GET",route="/public/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/public/info.php.save",status="404"} 0.0005757220000000001 nodejs_http_response_time_seconds_count{method="GET",route="/public/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/web/phpinfo.php",status="404"} 0.0005262820000000001 nodejs_http_response_time_seconds_count{method="GET",route="/web/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/web/info.php",status="404"} 0.000571122 nodejs_http_response_time_seconds_count{method="GET",route="/web/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/web/phpinfo.php.save",status="404"} 0.000573162 nodejs_http_response_time_seconds_count{method="GET",route="/web/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/web/info.php.save",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/web/info.php.save",status="404"} 0.0014111640000000001 nodejs_http_response_time_seconds_count{method="GET",route="/web/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/www/phpinfo.php",status="404"} 0.0006216419999999999 nodejs_http_response_time_seconds_count{method="GET",route="/www/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/www/info.php",status="404"} 0.000536922 nodejs_http_response_time_seconds_count{method="GET",route="/www/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/www/phpinfo.php.save",status="404"} 0.000562402 nodejs_http_response_time_seconds_count{method="GET",route="/www/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/www/info.php.save",status="404"} 0.0005843619999999999 nodejs_http_response_time_seconds_count{method="GET",route="/www/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/site/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/site/phpinfo.php",status="404"} 0.001374044 nodejs_http_response_time_seconds_count{method="GET",route="/site/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/site/info.php",status="404"} 0.000520281 nodejs_http_response_time_seconds_count{method="GET",route="/site/info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/site/phpinfo.php.save",status="404"} 0.000532561 nodejs_http_response_time_seconds_count{method="GET",route="/site/phpinfo.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/site/info.php.save",status="404"} 0.000555121 nodejs_http_response_time_seconds_count{method="GET",route="/site/info.php.save",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/test",status="404"} 0.000282441 nodejs_http_response_time_seconds_count{method="GET",route="/test",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.json",status="404"} 0.005964617 nodejs_http_response_time_seconds_count{method="GET",route="/.env.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.yaml",status="404"} 0.000342121 nodejs_http_response_time_seconds_count{method="GET",route="/.env.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.yml",status="404"} 0.000292641 nodejs_http_response_time_seconds_count{method="GET",route="/.env.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.php",status="404"} 0.000291641 nodejs_http_response_time_seconds_count{method="GET",route="/.env.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.secrets",status="404"} 0.000346362 nodejs_http_response_time_seconds_count{method="GET",route="/.env.secrets",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.private",status="404"} 0.000373201 nodejs_http_response_time_seconds_count{method="GET",route="/.env.private",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.template",status="404"} 0.000325521 nodejs_http_response_time_seconds_count{method="GET",route="/.env.template",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.default",status="404"} 0.000414321 nodejs_http_response_time_seconds_count{method="GET",route="/.env.default",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/.env.local",status="404"} 0.000312201 nodejs_http_response_time_seconds_count{method="GET",route="/admin/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/api/.env.local",status="404"} 0.000385802 nodejs_http_response_time_seconds_count{method="GET",route="/api/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/app/.env.local",status="404"} 0.000321361 nodejs_http_response_time_seconds_count{method="GET",route="/app/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/.env.local",status="404"} 0.000376561 nodejs_http_response_time_seconds_count{method="GET",route="/config/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/src/.env.local",status="404"} 0.000291041 nodejs_http_response_time_seconds_count{method="GET",route="/src/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/public/.env.local",status="404"} 0.000283921 nodejs_http_response_time_seconds_count{method="GET",route="/public/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/.env.local",status="404"} 0.000335481 nodejs_http_response_time_seconds_count{method="GET",route="/assets/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/includes/.env.local",status="404"} 0.000374961 nodejs_http_response_time_seconds_count{method="GET",route="/includes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/lib/.env.local",status="404"} 0.000367561 nodejs_http_response_time_seconds_count{method="GET",route="/lib/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/application/.env.local",status="404"} 0.000327161 nodejs_http_response_time_seconds_count{method="GET",route="/application/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/system/.env.local",status="404"} 0.000354482 nodejs_http_response_time_seconds_count{method="GET",route="/system/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/core/.env.local",status="404"} 0.000431281 nodejs_http_response_time_seconds_count{method="GET",route="/core/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/modules/.env.local",status="404"} 0.000322881 nodejs_http_response_time_seconds_count{method="GET",route="/modules/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/plugins/.env.local",status="404"} 0.000360561 nodejs_http_response_time_seconds_count{method="GET",route="/plugins/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/themes/.env.local",status="404"} 0.000388042 nodejs_http_response_time_seconds_count{method="GET",route="/themes/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/vendor/.env.local",status="404"} 0.000278801 nodejs_http_response_time_seconds_count{method="GET",route="/vendor/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/storage/.env.local",status="404"} 0.000362801 nodejs_http_response_time_seconds_count{method="GET",route="/storage/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/backend/.env.local",status="404"} 0.000363881 nodejs_http_response_time_seconds_count{method="GET",route="/backend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/backend/.env.old",status="404"} 0.000332001 nodejs_http_response_time_seconds_count{method="GET",route="/backend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/frontend/.env.local",status="404"} 0.000305561 nodejs_http_response_time_seconds_count{method="GET",route="/frontend/.env.local",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/frontend/.env.old",status="404"} 0.000316961 nodejs_http_response_time_seconds_count{method="GET",route="/frontend/.env.old",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/security.txt",status="404"} 0.000804522 nodejs_http_response_time_seconds_count{method="GET",route="/security.txt",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.live",status="404"} 0.000327121 nodejs_http_response_time_seconds_count{method="GET",route="/.env.live",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/database.php",status="404"} 0.000269561 nodejs_http_response_time_seconds_count{method="GET",route="/config/database.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/mail.php",status="404"} 0.000274521 nodejs_http_response_time_seconds_count{method="GET",route="/config/mail.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/app.php",status="404"} 0.000268401 nodejs_http_response_time_seconds_count{method="GET",route="/config/app.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/services.php",status="404"} 0.00026612 nodejs_http_response_time_seconds_count{method="GET",route="/config/services.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/configuration.php",status="404"} 0.000780722 nodejs_http_response_time_seconds_count{method="GET",route="/configuration.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/aws.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/aws.json",status="404"} 0.0022795660000000002 nodejs_http_response_time_seconds_count{method="GET",route="/config/aws.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/sendgrid.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/sendgrid.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/sendgrid.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/config/sendgrid.json",status="404"} 0.016422646 nodejs_http_response_time_seconds_count{method="GET",route="/config/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/mailgun.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/mailgun.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/mailgun.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/mailgun.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/mailgun.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/mailgun.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/mailgun.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/mailgun.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/mailgun.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/mailgun.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/config/mailgun.json",status="404"} 0.010458430000000001 nodejs_http_response_time_seconds_count{method="GET",route="/config/mailgun.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/sendgrid.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/sendgrid.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/sendgrid.json",status="404"} 0.007282261 nodejs_http_response_time_seconds_count{method="GET",route="/sendgrid.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/aws.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/aws.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/aws.json",status="404"} 0.010900390999999999 nodejs_http_response_time_seconds_count{method="GET",route="/aws.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/api_keys.json",status="404"} 0.001770245 nodejs_http_response_time_seconds_count{method="GET",route="/api_keys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/keys.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/keys.json",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_sum{method="GET",route="/keys.json",status="404"} 0.025605522000000002 nodejs_http_response_time_seconds_count{method="GET",route="/keys.json",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/secrets.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/secrets.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/secrets.json",status="404"} 0.010665711 nodejs_http_response_time_seconds_count{method="GET",route="/secrets.json",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/secrets.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/secrets.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/config/secrets.json",status="404"} 0.010246309 nodejs_http_response_time_seconds_count{method="GET",route="/config/secrets.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/app/config.json",status="404"} 0.000904803 nodejs_http_response_time_seconds_count{method="GET",route="/app/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/settings.php",status="404"} 0.000275001 nodejs_http_response_time_seconds_count{method="GET",route="/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/app/settings.php",status="404"} 0.000266241 nodejs_http_response_time_seconds_count{method="GET",route="/app/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/settings.php",status="404"} 0.000274521 nodejs_http_response_time_seconds_count{method="GET",route="/config/settings.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/database.yml",status="404"} 0.00027064 nodejs_http_response_time_seconds_count{method="GET",route="/database.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/config/database.json",status="404"} 0.000442761 nodejs_http_response_time_seconds_count{method="GET",route="/config/database.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/config/mail.json",status="404"} 0.0005401620000000001 nodejs_http_response_time_seconds_count{method="GET",route="/config/mail.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/smtp.php",status="404"} 0.000875282 nodejs_http_response_time_seconds_count{method="GET",route="/config/smtp.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/config/database.yml",status="404"} 0.0016236839999999998 nodejs_http_response_time_seconds_count{method="GET",route="/config/database.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/secrets/config.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/secrets/config.json",status="404"} 0.004413132 nodejs_http_response_time_seconds_count{method="GET",route="/secrets/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/private/keys.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/private/keys.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/private/keys.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/private/keys.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/private/keys.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/private/keys.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/private/keys.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/private/keys.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/private/keys.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/private/keys.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/private/keys.json",status="404"} 0.018596813 nodejs_http_response_time_seconds_count{method="GET",route="/private/keys.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/pms",status="404"} 0.000293321 nodejs_http_response_time_seconds_count{method="GET",route="/pms",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/:id/explanations",status="200"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/:id/explanations",status="200"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/:id/explanations",status="200"} 0.022366592 nodejs_http_response_time_seconds_count{method="GET",route="/:id/explanations",status="200"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_sum{method="GET",route="/_fragment",status="404"} 0.002608209 nodejs_http_response_time_seconds_count{method="GET",route="/_fragment",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/.gitignore",status="404"} 0.0013813249999999999 nodejs_http_response_time_seconds_count{method="GET",route="/.gitignore",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/details",status="304"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/details",status="304"} 0.003749612 nodejs_http_response_time_seconds_count{method="GET",route="/details",status="304"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.gitlab-ci.yml",status="404"} 0.000337241 nodejs_http_response_time_seconds_count{method="GET",route="/.gitlab-ci.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/aws-config.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/aws-config.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/aws-config.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/aws-config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/aws-config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/aws-config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/aws-config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/aws-config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/aws-config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/aws-config.js",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/aws-config.js",status="404"} 0.018190771 nodejs_http_response_time_seconds_count{method="GET",route="/aws-config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/aws.config.js",status="404"} 0.001534524 nodejs_http_response_time_seconds_count{method="GET",route="/aws.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/favicon.png",status="404"} 0.0008534430000000001 nodejs_http_response_time_seconds_count{method="GET",route="/favicon.png",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config.yaml",status="404"} 0.000858002 nodejs_http_response_time_seconds_count{method="GET",route="/config.yaml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/configuration.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/configuration.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/configuration.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/configuration.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/configuration.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/configuration.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/configuration.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/configuration.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/configuration.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/configuration.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/configuration.json",status="404"} 0.015265563999999999 nodejs_http_response_time_seconds_count{method="GET",route="/configuration.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/settings.yml",status="404"} 0.000324321 nodejs_http_response_time_seconds_count{method="GET",route="/settings.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/secrets.yml",status="404"} 0.000270481 nodejs_http_response_time_seconds_count{method="GET",route="/config/secrets.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/config.yml",status="404"} 0.000269161 nodejs_http_response_time_seconds_count{method="GET",route="/config/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.s3cfg",status="404"} 0.0009743639999999999 nodejs_http_response_time_seconds_count{method="GET",route="/.s3cfg",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.gcloud/credentials",status="404"} 0.000777642 nodejs_http_response_time_seconds_count{method="GET",route="/.gcloud/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/azure.json",status="404"} 0.001171043 nodejs_http_response_time_seconds_count{method="GET",route="/azure.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.api_keys",status="404"} 0.0010118829999999999 nodejs_http_response_time_seconds_count{method="GET",route="/.api_keys",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/tokens.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/tokens.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/tokens.json",status="404"} 0.008440825 nodejs_http_response_time_seconds_count{method="GET",route="/tokens.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/oauth.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/oauth.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/oauth.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/oauth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/oauth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/oauth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/oauth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/oauth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/oauth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/oauth.json",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/oauth.json",status="404"} 0.021074219 nodejs_http_response_time_seconds_count{method="GET",route="/oauth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/docker-compose.yml",status="404"} 0.0016449250000000002 nodejs_http_response_time_seconds_count{method="GET",route="/docker-compose.yml",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.dockerenv",status="404"} 0.0009155630000000001 nodejs_http_response_time_seconds_count{method="GET",route="/.dockerenv",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.docker/config.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.docker/config.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.docker/config.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.docker/config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.docker/config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.docker/config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.docker/config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.docker/config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.docker/config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.docker/config.json",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/.docker/config.json",status="404"} 0.015221243 nodejs_http_response_time_seconds_count{method="GET",route="/.docker/config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config.yml",status="404"} 0.000247241 nodejs_http_response_time_seconds_count{method="GET",route="/config.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/config/app.yml",status="404"} 0.0002478 nodejs_http_response_time_seconds_count{method="GET",route="/config/app.yml",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/application.yml",status="404"} 0.000971684 nodejs_http_response_time_seconds_count{method="GET",route="/application.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/aws-config.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/aws-config.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/aws-config.json",status="404"} 0.008440945 nodejs_http_response_time_seconds_count{method="GET",route="/aws-config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/s3.yml",status="404"} 0.0007770419999999999 nodejs_http_response_time_seconds_count{method="GET",route="/s3.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/gcp-credentials.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/gcp-credentials.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/gcp-credentials.json",status="404"} 0.010132309999999999 nodejs_http_response_time_seconds_count{method="GET",route="/gcp-credentials.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/secrets.yml",status="404"} 0.000802363 nodejs_http_response_time_seconds_count{method="GET",route="/secrets.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/credentials.json",status="404"} 0.0020899250000000003 nodejs_http_response_time_seconds_count{method="GET",route="/credentials.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/auth.json",status="404"} 0.0018612860000000002 nodejs_http_response_time_seconds_count{method="GET",route="/auth.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/docker-compose.yaml",status="404"} 0.0009473629999999999 nodejs_http_response_time_seconds_count{method="GET",route="/docker-compose.yaml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/Dockerfile",status="404"} 0.0009393240000000001 nodejs_http_response_time_seconds_count{method="GET",route="/Dockerfile",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/kubernetes.yml",status="404"} 0.000802802 nodejs_http_response_time_seconds_count{method="GET",route="/kubernetes.yml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/_debug",status="404"} 0.0007931220000000001 nodejs_http_response_time_seconds_count{method="GET",route="/_debug",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/settings.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/settings.json",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/settings.json",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/settings.json",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/settings.json",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/settings.json",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/settings.json",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/settings.json",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/settings.json",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/settings.json",status="404"} 9 nodejs_http_response_time_seconds_sum{method="GET",route="/settings.json",status="404"} 0.019169181 nodejs_http_response_time_seconds_count{method="GET",route="/settings.json",status="404"} 9 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.azure/credentials",status="404"} 0.000812683 nodejs_http_response_time_seconds_count{method="GET",route="/.azure/credentials",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/apikeys.json",status="404"} 0.002140886 nodejs_http_response_time_seconds_count{method="GET",route="/apikeys.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.secrets",status="404"} 0.0009018030000000001 nodejs_http_response_time_seconds_count{method="GET",route="/.secrets",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info3.php",status="404"} 0.000739602 nodejs_http_response_time_seconds_count{method="GET",route="/info3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/probe.php",status="404"} 0.000603922 nodejs_http_response_time_seconds_count{method="GET",route="/probe.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/1.php",status="404"} 0.001215003 nodejs_http_response_time_seconds_count{method="GET",route="/1.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/2.php",status="404"} 0.001124244 nodejs_http_response_time_seconds_count{method="GET",route="/2.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/3.php",status="404"} 0.0005313609999999999 nodejs_http_response_time_seconds_count{method="GET",route="/3.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/p.php",status="404"} 0.0007493619999999999 nodejs_http_response_time_seconds_count{method="GET",route="/p.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/t.php",status="404"} 0.000509522 nodejs_http_response_time_seconds_count{method="GET",route="/t.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/info_php.php",status="404"} 0.0006142820000000001 nodejs_http_response_time_seconds_count{method="GET",route="/info_php.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/php-info.php",status="404"} 0.0005112420000000001 nodejs_http_response_time_seconds_count{method="GET",route="/php-info.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/infophp.php",status="404"} 0.000867283 nodejs_http_response_time_seconds_count{method="GET",route="/infophp.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/testphp.php",status="404"} 0.001058644 nodejs_http_response_time_seconds_count{method="GET",route="/testphp.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.remote",status="404"} 0.000624242 nodejs_http_response_time_seconds_count{method="GET",route="/.env.remote",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.1",status="404"} 0.000598002 nodejs_http_response_time_seconds_count{method="GET",route="/.env.1",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.2",status="404"} 0.0006836419999999999 nodejs_http_response_time_seconds_count{method="GET",route="/.env.2",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.prod.local",status="404"} 0.000608522 nodejs_http_response_time_seconds_count{method="GET",route="/.env.prod.local",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.dev.local",status="404"} 0.000971763 nodejs_http_response_time_seconds_count{method="GET",route="/.env.dev.local",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/config",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/config",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/config",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/config",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/api/config",status="404"} 0.025316881 nodejs_http_response_time_seconds_count{method="GET",route="/api/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/v1/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/v1/config",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/v1/config",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/v1/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/v1/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/v1/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/v1/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/v1/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/v1/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/v1/config",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/api/v1/config",status="404"} 0.038742163999999996 nodejs_http_response_time_seconds_count{method="GET",route="/api/v1/config",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/api/v2/config",status="404"} 0.0005250809999999999 nodejs_http_response_time_seconds_count{method="GET",route="/api/v2/config",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/docker-compose.override.yml",status="404"} 0.000542282 nodejs_http_response_time_seconds_count{method="GET",route="/docker-compose.override.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.dockerignore",status="404"} 0.000622202 nodejs_http_response_time_seconds_count{method="GET",route="/.dockerignore",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/k8s-config.yml",status="404"} 0.000534282 nodejs_http_response_time_seconds_count{method="GET",route="/k8s-config.yml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/backup.zip",status="404"} 0.000530561 nodejs_http_response_time_seconds_count{method="GET",route="/backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/backup.tar.gz",status="404"} 0.000511162 nodejs_http_response_time_seconds_count{method="GET",route="/backup.tar.gz",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/site-backup.zip",status="404"} 0.000504762 nodejs_http_response_time_seconds_count{method="GET",route="/site-backup.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/config.zip",status="404"} 0.0004834 nodejs_http_response_time_seconds_count{method="GET",route="/config.zip",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/Thumbs.db",status="404"} 0.000531522 nodejs_http_response_time_seconds_count{method="GET",route="/Thumbs.db",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/sites/default/settings.php",status="404"} 0.000516162 nodejs_http_response_time_seconds_count{method="GET",route="/sites/default/settings.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/app/etc/local.xml",status="404"} 0.001173604 nodejs_http_response_time_seconds_count{method="GET",route="/app/etc/local.xml",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/app/etc/env.php",status="404"} 0.0006216419999999999 nodejs_http_response_time_seconds_count{method="GET",route="/app/etc/env.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/var/www/html/error_log",status="404"} 0.0005589620000000001 nodejs_http_response_time_seconds_count{method="GET",route="/var/www/html/error_log",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/sitemap.xml",status="404"} 0.000780322 nodejs_http_response_time_seconds_count{method="GET",route="/sitemap.xml",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/index.php/phpinfo",status="404"} 0.000562561 nodejs_http_response_time_seconds_count{method="GET",route="/index.php/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/symfony/_profiler/phpinfo",status="404"} 0.0005234009999999999 nodejs_http_response_time_seconds_count{method="GET",route="/symfony/_profiler/phpinfo",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/dashboard/info.php",status="404"} 0.0014734449999999999 nodejs_http_response_time_seconds_count{method="GET",route="/dashboard/info.php",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.js",status="404"} 0.0008029220000000001 nodejs_http_response_time_seconds_count{method="GET",route="/.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/_profiler/open",status="404"} 0.000339881 nodejs_http_response_time_seconds_count{method="GET",route="/_profiler/open",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/app_dev.php/_profiler/open",status="404"} 0.000542762 nodejs_http_response_time_seconds_count{method="GET",route="/app_dev.php/_profiler/open",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_sum{method="HEAD",route="/apps",status="404"} 0.001264605 nodejs_http_response_time_seconds_count{method="HEAD",route="/apps",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_sum{method="HEAD",route="/api/action",status="404"} 0.001590565 nodejs_http_response_time_seconds_count{method="HEAD",route="/api/action",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_sum{method="HEAD",route="/api/actions",status="404"} 0.001267764 nodejs_http_response_time_seconds_count{method="HEAD",route="/api/actions",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_sum{method="HEAD",route="/_next/data",status="404"} 0.0011387250000000002 nodejs_http_response_time_seconds_count{method="HEAD",route="/_next/data",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0.000911563 nodejs_http_response_time_seconds_count{method="POST",route="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 0.010392669 nodejs_http_response_time_seconds_count{method="GET",route="/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 0.019725777 nodejs_http_response_time_seconds_count{method="GET",route="/public/vendor/laravel-filemanager/js/script.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/_ignition/execute-solution",status="404"} 0.000531562 nodejs_http_response_time_seconds_count{method="GET",route="/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/public/_ignition/execute-solution",status="404"} 0.000576041 nodejs_http_response_time_seconds_count{method="GET",route="/public/_ignition/execute-solution",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.005",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_sum{method="HEAD",route="/_next",status="404"} 0.001808926 nodejs_http_response_time_seconds_count{method="HEAD",route="/_next",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.npmrc",status="404"} 0.000337881 nodejs_http_response_time_seconds_count{method="GET",route="/.npmrc",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.txt",status="404"} 0.000436282 nodejs_http_response_time_seconds_count{method="GET",route="/.env.txt",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/staging/phpinfo.php",status="404"} 0.000243241 nodejs_http_response_time_seconds_count{method="GET",route="/staging/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/logs/phpinfo.php",status="404"} 0.00024132 nodejs_http_response_time_seconds_count{method="GET",route="/logs/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/backup/phpinfo.php",status="404"} 0.000323961 nodejs_http_response_time_seconds_count{method="GET",route="/backup/phpinfo.php",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/terraform.tfvars",status="404"} 0.00030468 nodejs_http_response_time_seconds_count{method="GET",route="/terraform.tfvars",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/config/settings.js",status="404"} 0.000493122 nodejs_http_response_time_seconds_count{method="GET",route="/config/settings.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.vscode/settings.json",status="404"} 0.001678765 nodejs_http_response_time_seconds_count{method="GET",route="/.vscode/settings.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/README.md",status="404"} 0.000318921 nodejs_http_response_time_seconds_count{method="GET",route="/README.md",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/api",status="404"} 0.000727522 nodejs_http_response_time_seconds_count{method="GET",route="/api",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/data/test",status="404"} 0.000722242 nodejs_http_response_time_seconds_count{method="GET",route="/_next/data/test",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/env/production/database.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/env/production/database.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/env/production/database.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/env/production/database.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/env/production/database.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/env/production/database.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/env/production/database.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/env/production/database.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/env/production/database.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/env/production/database.js",status="404"} 3 nodejs_http_response_time_seconds_sum{method="GET",route="/config/env/production/database.js",status="404"} 0.019114535 nodejs_http_response_time_seconds_count{method="GET",route="/config/env/production/database.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/wp/phpinfo.php",status="404"} 0.000520562 nodejs_http_response_time_seconds_count{method="GET",route="/wp/phpinfo.php",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.git-credentials",status="404"} 0.000577162 nodejs_http_response_time_seconds_count{method="GET",route="/.git-credentials",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.gitconfig",status="404"} 0.000589322 nodejs_http_response_time_seconds_count{method="GET",route="/.gitconfig",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.deploy",status="404"} 0.0005373610000000001 nodejs_http_response_time_seconds_count{method="GET",route="/.env.deploy",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/5.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/5.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/5.chunk.js",status="404"} 0.016061732 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/5.chunk.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 0.025267759 nodejs_http_response_time_seconds_count{method="GET",route="/.svelte-kit/output/client/_app/env.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/framework.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/framework.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/framework.js",status="404"} 0.021206346 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/framework.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 0.025286918 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/_ssgManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/cart",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/cart",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/cart",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/cart",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/cart",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/cart",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/cart",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/cart",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/cart",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/cart",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/cart",status="404"} 0.0370452 nodejs_http_response_time_seconds_count{method="GET",route="/cart",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/vite.config.ts",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/vite.config.ts",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/vite.config.ts",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/vite.config.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/vite.config.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/vite.config.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/vite.config.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/vite.config.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/vite.config.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/vite.config.ts",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/vite.config.ts",status="404"} 0.023874799 nodejs_http_response_time_seconds_count{method="GET",route="/vite.config.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/settings",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/settings",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/api/settings",status="404"} 0.020239345 nodejs_http_response_time_seconds_count{method="GET",route="/api/settings",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/serviceworker.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/serviceworker.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/serviceworker.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/serviceworker.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/serviceworker.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/serviceworker.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/serviceworker.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/serviceworker.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/serviceworker.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/serviceworker.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/serviceworker.js",status="404"} 0.026588924 nodejs_http_response_time_seconds_count{method="GET",route="/serviceworker.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/main.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/main.js",status="404"} 0.008848068 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/main.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/2.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/2.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/2.js",status="404"} 0.016165731 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/2.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/runtime-config.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/runtime-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/runtime-config.js",status="404"} 0.013672923 nodejs_http_response_time_seconds_count{method="GET",route="/runtime-config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 0.03947156 nodejs_http_response_time_seconds_count{method="GET",route="/_app/immutable/chunks/singletons.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/bundle.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/bundle.js",status="404"} 0.028618611000000002 nodejs_http_response_time_seconds_count{method="GET",route="/dist/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/3.chunk.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/3.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/3.chunk.js",status="404"} 0.030587979999999997 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/3.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/main.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/main.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/main.js.map",status="404"} 0.019018101 nodejs_http_response_time_seconds_count{method="GET",route="/dist/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/env.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/env.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/env.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/env.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/env.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/env.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/env.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/env.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/env.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/env.json",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/env.json",status="404"} 0.041478775 nodejs_http_response_time_seconds_count{method="GET",route="/env.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/@vite/client",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/@vite/client",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/@vite/client",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/@vite/client",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/@vite/client",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/@vite/client",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/@vite/client",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/@vite/client",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/@vite/client",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/@vite/client",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/@vite/client",status="404"} 0.032791344 nodejs_http_response_time_seconds_count{method="GET",route="/@vite/client",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/_app/immutable/chunks/index.js",status="404"} 0.043299857 nodejs_http_response_time_seconds_count{method="GET",route="/_app/immutable/chunks/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/remix.config.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/remix.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/remix.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/remix.config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/remix.config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/remix.config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/remix.config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/remix.config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/remix.config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/remix.config.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/remix.config.js",status="404"} 0.049043637 nodejs_http_response_time_seconds_count{method="GET",route="/remix.config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/js/config.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/js/config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/js/config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/js/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/js/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/js/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/js/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/js/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/js/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/js/config.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/js/config.js",status="404"} 0.043720014 nodejs_http_response_time_seconds_count{method="GET",route="/js/config.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/js/bundle.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/js/bundle.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/js/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/js/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/js/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/js/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/js/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/js/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/js/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/public/js/bundle.js",status="404"} 0.031325419 nodejs_http_response_time_seconds_count{method="GET",route="/public/js/bundle.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/checkout",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/checkout",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/checkout",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/checkout",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/checkout",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/checkout",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/checkout",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/checkout",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/checkout",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/checkout",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/checkout",status="404"} 0.037319520999999994 nodejs_http_response_time_seconds_count{method="GET",route="/checkout",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/main.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/main.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/main.js.map",status="404"} 0.024175998 nodejs_http_response_time_seconds_count{method="GET",route="/main.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/main.js.map",status="404"} 0.021367188999999998 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_astro/hoisted.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_astro/hoisted.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_astro/hoisted.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/_astro/hoisted.js",status="404"} 0.032044865000000006 nodejs_http_response_time_seconds_count{method="GET",route="/_astro/hoisted.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/entry.client.tsx",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/entry.client.tsx",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/entry.client.tsx",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/app/entry.client.tsx",status="404"} 0.031899223000000004 nodejs_http_response_time_seconds_count{method="GET",route="/app/entry.client.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/index.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/index.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/index.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/index.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/index.js",status="404"} 0.019704941999999996 nodejs_http_response_time_seconds_count{method="GET",route="/assets/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/webpack.runtime.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/webpack.runtime.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/webpack.runtime.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/webpack.runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/webpack.runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/webpack.runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/webpack.runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/webpack.runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/webpack.runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/webpack.runtime.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/webpack.runtime.js",status="404"} 0.025573444 nodejs_http_response_time_seconds_count{method="GET",route="/webpack.runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 0.039923289 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/_buildManifest.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/static/js/main.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/static/js/main.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/static/js/main.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/static/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/static/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/static/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/static/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/static/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/static/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/static/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/static/js/main.js",status="404"} 0.027900249 nodejs_http_response_time_seconds_count{method="GET",route="/build/static/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/__env.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/__env.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/__env.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/__env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/__env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/__env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/__env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/__env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/__env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/__env.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/__env.js",status="404"} 0.031571983 nodejs_http_response_time_seconds_count{method="GET",route="/__env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/2.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/2.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/2.chunk.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/2.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/2.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/2.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/2.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/2.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/2.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/2.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/2.chunk.js",status="404"} 0.030364257999999998 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/2.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.env.vite",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.env.vite",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.env.vite",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.env.vite",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.env.vite",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.env.vite",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.env.vite",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.env.vite",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.env.vite",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.env.vite",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/.env.vite",status="404"} 0.034732473 nodejs_http_response_time_seconds_count{method="GET",route="/.env.vite",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/asset-manifest.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/asset-manifest.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/asset-manifest.json",status="404"} 0.020181306000000003 nodejs_http_response_time_seconds_count{method="GET",route="/build/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.astro/types.d.ts",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.astro/types.d.ts",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/.astro/types.d.ts",status="404"} 0.012667482 nodejs_http_response_time_seconds_count{method="GET",route="/.astro/types.d.ts",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/.vite/manifest.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/.vite/manifest.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/.vite/manifest.json",status="404"} 0.022483432999999997 nodejs_http_response_time_seconds_count{method="GET",route="/dist/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 0.022628793 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/1.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/1.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/1.js",status="404"} 0.011934399 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/1.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app.js.map",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app.js.map",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/app.js.map",status="404"} 0.052891093 nodejs_http_response_time_seconds_count{method="GET",route="/app.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/svelte.config.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/svelte.config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/svelte.config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/svelte.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/svelte.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/svelte.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/svelte.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/svelte.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/svelte.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/svelte.config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/svelte.config.js",status="404"} 0.025123003 nodejs_http_response_time_seconds_count{method="GET",route="/svelte.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/env.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/env.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/env.js",status="404"} 0.013632524000000002 nodejs_http_response_time_seconds_count{method="GET",route="/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/js/app.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/js/app.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/js/app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/js/app.js",status="404"} 0.026818846 nodejs_http_response_time_seconds_count{method="GET",route="/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/keys.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/keys.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/keys.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/keys.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/config/keys.js",status="404"} 0.034970193999999996 nodejs_http_response_time_seconds_count{method="GET",route="/config/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/bundle.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/bundle.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/bundle.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/bundle.js.map",status="404"} 0.024764560999999997 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/main.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/main.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/main.chunk.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/main.chunk.js",status="404"} 0.024558359000000002 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/main.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/sw.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/sw.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/sw.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/sw.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/sw.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/sw.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/sw.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/sw.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/sw.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/sw.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/sw.js",status="404"} 0.029196454 nodejs_http_response_time_seconds_count{method="GET",route="/sw.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_app/immutable/entry/start.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_app/immutable/entry/start.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_app/immutable/entry/start.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_app/immutable/entry/start.js",status="404"} 0.028880214 nodejs_http_response_time_seconds_count{method="GET",route="/_app/immutable/entry/start.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/app.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/app.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/app.js.map",status="404"} 0.014578128 nodejs_http_response_time_seconds_count{method="GET",route="/dist/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/env-config.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/env-config.js",status="404"} 0.013331925000000001 nodejs_http_response_time_seconds_count{method="GET",route="/env-config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 0.026218004000000003 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/pages/_app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/main.chunk.js.map",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/main.chunk.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/main.chunk.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/main.chunk.js.map",status="404"} 0.031991105 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/main.chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/client.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/client.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/client.js",status="404"} 0.021942872000000002 nodejs_http_response_time_seconds_count{method="GET",route="/dist/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/q-manifest.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/q-manifest.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/q-manifest.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/q-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/q-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/q-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/q-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/q-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/q-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/q-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/q-manifest.json",status="404"} 0.017221177 nodejs_http_response_time_seconds_count{method="GET",route="/build/q-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 0.020999906999999998 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/polyfills.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/keys.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/keys.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/keys.js",status="404"} 0.023197436 nodejs_http_response_time_seconds_count{method="GET",route="/keys.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/workbox.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/workbox.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/workbox.js",status="404"} 0.023604037000000005 nodejs_http_response_time_seconds_count{method="GET",route="/workbox.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_app/immutable/entry/app.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_app/immutable/entry/app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_app/immutable/entry/app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_app/immutable/entry/app.js",status="404"} 0.020840667999999996 nodejs_http_response_time_seconds_count{method="GET",route="/_app/immutable/entry/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/app/root.tsx",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/app/root.tsx",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/app/root.tsx",status="404"} 0.014550685 nodejs_http_response_time_seconds_count{method="GET",route="/app/root.tsx",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/webpack-runtime.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/webpack-runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/webpack-runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/webpack-runtime.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/webpack-runtime.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/webpack-runtime.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/webpack-runtime.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/webpack-runtime.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/webpack-runtime.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/webpack-runtime.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/webpack-runtime.js",status="404"} 0.022789955000000004 nodejs_http_response_time_seconds_count{method="GET",route="/webpack-runtime.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/main.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/main.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/main.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/main.js.map",status="404"} 0.016980256000000003 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/solid.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/solid.js",status="404"} 0.006527901000000001 nodejs_http_response_time_seconds_count{method="GET",route="/dist/solid.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/index.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/index.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/index.js.map",status="404"} 0.010124273 nodejs_http_response_time_seconds_count{method="GET",route="/assets/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/vendor.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/vendor.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/vendor.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/vendor.js",status="404"} 0.023114994999999996 nodejs_http_response_time_seconds_count{method="GET",route="/assets/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/window.env.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/window.env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/window.env.js",status="404"} 0.02183115 nodejs_http_response_time_seconds_count{method="GET",route="/window.env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_nuxt/app.js.map",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_nuxt/app.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_nuxt/app.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/_nuxt/app.js.map",status="404"} 0.021445511 nodejs_http_response_time_seconds_count{method="GET",route="/_nuxt/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/__config.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/__config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_sum{method="GET",route="/__config.js",status="404"} 0.023233154 nodejs_http_response_time_seconds_count{method="GET",route="/__config.js",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/index.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/index.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/index.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/index.js.map",status="404"} 0.019245462 nodejs_http_response_time_seconds_count{method="GET",route="/index.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.vite/deps/_metadata.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.vite/deps/_metadata.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/.vite/deps/_metadata.json",status="404"} 0.015194289000000001 nodejs_http_response_time_seconds_count{method="GET",route="/.vite/deps/_metadata.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/src/env.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/src/env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/src/env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/src/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/src/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/src/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/src/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/src/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/src/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/src/env.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/src/env.js",status="404"} 0.038736325 nodejs_http_response_time_seconds_count{method="GET",route="/src/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/main.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/main.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/main.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/build/main.js.map",status="404"} 0.022774994000000003 nodejs_http_response_time_seconds_count{method="GET",route="/build/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/js/main.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/js/main.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/js/main.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/js/main.js.map",status="404"} 0.027021605999999997 nodejs_http_response_time_seconds_count{method="GET",route="/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/settings.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/settings.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/settings.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/settings.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/settings.js",status="404"} 0.020217265 nodejs_http_response_time_seconds_count{method="GET",route="/settings.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/constants.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/constants.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/constants.js",status="404"} 0.014097806000000001 nodejs_http_response_time_seconds_count{method="GET",route="/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/api.js",status="404"} 0.01566041 nodejs_http_response_time_seconds_count{method="GET",route="/api.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/stripe.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/stripe.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/stripe.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/stripe.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/stripe.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/stripe.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/stripe.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/stripe.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/stripe.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/stripe.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/stripe.js",status="404"} 0.018021739 nodejs_http_response_time_seconds_count{method="GET",route="/stripe.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/checkout.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/checkout.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/checkout.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/checkout.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/checkout.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/checkout.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/checkout.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/checkout.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/checkout.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/checkout.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/checkout.js",status="404"} 0.016019412 nodejs_http_response_time_seconds_count{method="GET",route="/checkout.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/webpack.js",status="404"} 0.013539844 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/webpack.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/payment.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/payment.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/payment.js",status="404"} 0.009397272 nodejs_http_response_time_seconds_count{method="GET",route="/payment.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/bundle.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/bundle.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/bundle.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/bundle.js",status="404"} 0.016850054 nodejs_http_response_time_seconds_count{method="GET",route="/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/vendor.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/vendor.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/vendor.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/vendor.js",status="404"} 0.022679794 nodejs_http_response_time_seconds_count{method="GET",route="/vendor.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/main.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/main.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/main.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/main.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/main.js",status="404"} 0.017197015 nodejs_http_response_time_seconds_count{method="GET",route="/dist/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/app.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/app.js",status="404"} 0.020933226 nodejs_http_response_time_seconds_count{method="GET",route="/dist/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/runtime.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/runtime.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/runtime.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/runtime.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/runtime.js",status="404"} 0.030582457999999996 nodejs_http_response_time_seconds_count{method="GET",route="/runtime.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/bundle.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/bundle.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/bundle.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/bundle.js",status="404"} 0.016283733999999998 nodejs_http_response_time_seconds_count{method="GET",route="/build/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/main.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/main.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/main.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/main.js.map",status="404"} 0.018975822 nodejs_http_response_time_seconds_count{method="GET",route="/assets/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/app.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/app.js",status="404"} 0.013398444999999998 nodejs_http_response_time_seconds_count{method="GET",route="/build/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/main.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/main.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/main.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/main.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/main.js",status="404"} 0.018385021 nodejs_http_response_time_seconds_count{method="GET",route="/build/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/static/js/bundle.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/static/js/bundle.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/static/js/bundle.js",status="404"} 0.011980597 nodejs_http_response_time_seconds_count{method="GET",route="/build/static/js/bundle.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/js/app.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/js/app.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/public/js/app.js",status="404"} 0.021932714 nodejs_http_response_time_seconds_count{method="GET",route="/public/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/app.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/app.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/app.js",status="404"} 0.022443632 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/js/app.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/js/app.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/js/app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/js/app.js",status="404"} 0.027031687999999998 nodejs_http_response_time_seconds_count{method="GET",route="/assets/js/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/js/main.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/js/main.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/js/main.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/js/main.js",status="404"} 0.030160219000000002 nodejs_http_response_time_seconds_count{method="GET",route="/assets/js/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/bundle.js.map",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/bundle.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/bundle.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/bundle.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/bundle.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/bundle.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/bundle.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/bundle.js.map",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/bundle.js.map",status="404"} 0.024057357 nodejs_http_response_time_seconds_count{method="GET",route="/bundle.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/vendor.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/vendor.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/vendor.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/vendor.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/vendor.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/vendor.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/vendor.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/vendor.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/vendor.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/vendor.js.map",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/vendor.js.map",status="404"} 0.020446547000000002 nodejs_http_response_time_seconds_count{method="GET",route="/vendor.js.map",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/runtime.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/runtime.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/runtime.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/runtime.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/runtime.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/runtime.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/runtime.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/runtime.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/runtime.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/runtime.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/runtime.js.map",status="404"} 0.021238629999999998 nodejs_http_response_time_seconds_count{method="GET",route="/runtime.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/chunk.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/chunk.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/chunk.js.map",status="404"} 0.017939938 nodejs_http_response_time_seconds_count{method="GET",route="/chunk.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/dist/bundle.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/dist/bundle.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/dist/bundle.js.map",status="404"} 0.01258044 nodejs_http_response_time_seconds_count{method="GET",route="/dist/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/static/js/main.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/static/js/main.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/build/static/js/main.js.map",status="404"} 0.020998068 nodejs_http_response_time_seconds_count{method="GET",route="/build/static/js/main.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/bundle.js.map",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/bundle.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/bundle.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/build/bundle.js.map",status="404"} 0.035362277 nodejs_http_response_time_seconds_count{method="GET",route="/build/bundle.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/js/app.js.map",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/js/app.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/js/app.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/js/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/js/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/js/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/js/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/js/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/js/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/js/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/js/app.js.map",status="404"} 0.03385643 nodejs_http_response_time_seconds_count{method="GET",route="/js/app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 0.0056427380000000004 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/webpack.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_nuxt/app.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_nuxt/app.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_nuxt/app.js",status="404"} 0.019461863 nodejs_http_response_time_seconds_count{method="GET",route="/_nuxt/app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 0.032083623 nodejs_http_response_time_seconds_count{method="GET",route="/_nuxt/vendors.app.js.map",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/main.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/main.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/main.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/main.js",status="404"} 0.020498027 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 0.04493617700000001 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/pages/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/development/pages/_app.js",status="404"} 0.026794087999999997 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/development/pages/_app.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_nuxt/config.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_nuxt/config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_nuxt/config.js",status="404"} 0.015233167000000002 nodejs_http_response_time_seconds_count{method="GET",route="/_nuxt/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/runtime-main.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/runtime-main.js",status="404"} 0.003859373 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/runtime-main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/index.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/index.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/index.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/config/index.js",status="404"} 0.022669393 nodejs_http_response_time_seconds_count{method="GET",route="/config/index.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_nuxt/vendors.app.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/_nuxt/vendors.app.js",status="404"} 0.008887028 nodejs_http_response_time_seconds_count{method="GET",route="/_nuxt/vendors.app.js",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/lib/config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/lib/config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/lib/config.js",status="404"} 0.009273552000000001 nodejs_http_response_time_seconds_count{method="GET",route="/lib/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/src/config.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/src/config.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/src/config.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/src/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/src/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/src/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/src/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/src/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/src/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/src/config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/src/config.js",status="404"} 0.029697176 nodejs_http_response_time_seconds_count{method="GET",route="/src/config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/src/constants.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/src/constants.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/src/constants.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/src/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/src/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/src/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/src/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/src/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/src/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/src/constants.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/src/constants.js",status="404"} 0.022426154 nodejs_http_response_time_seconds_count{method="GET",route="/src/constants.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/__ENV.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/__ENV.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/__ENV.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/__ENV.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/__ENV.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/__ENV.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/__ENV.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/__ENV.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/__ENV.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/__ENV.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/__ENV.js",status="404"} 0.024639318 nodejs_http_response_time_seconds_count{method="GET",route="/__ENV.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/config/env.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/config/env.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/config/env.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/config/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/config/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/config/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/config/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/config/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/config/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/config/env.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/config/env.js",status="404"} 0.025415482 nodejs_http_response_time_seconds_count{method="GET",route="/config/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/payment",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/payment",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/payment",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/payment",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/payment",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/payment",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/payment",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/payment",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/payment",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/payment",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/payment",status="404"} 0.024440759 nodejs_http_response_time_seconds_count{method="GET",route="/payment",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/donate",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/donate",status="404"} 0.007876106 nodejs_http_response_time_seconds_count{method="GET",route="/donate",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.vite/manifest.json",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.vite/manifest.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.vite/manifest.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/.vite/manifest.json",status="404"} 0.031072019000000003 nodejs_http_response_time_seconds_count{method="GET",route="/.vite/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/service-worker.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/service-worker.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/service-worker.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/service-worker.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/service-worker.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/service-worker.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/service-worker.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/service-worker.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/service-worker.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/service-worker.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/service-worker.js",status="404"} 0.022824155999999998 nodejs_http_response_time_seconds_count{method="GET",route="/service-worker.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/asset-manifest.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/asset-manifest.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/asset-manifest.json",status="404"} 0.019423821999999997 nodejs_http_response_time_seconds_count{method="GET",route="/asset-manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/api/config.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/api/config.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/api/config.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/api/config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/api/config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/api/config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/api/config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/api/config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/api/config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/api/config.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/api/config.json",status="404"} 0.029493017 nodejs_http_response_time_seconds_count{method="GET",route="/api/config.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/subscribe",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/subscribe",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/subscribe",status="404"} 0.015055888 nodejs_http_response_time_seconds_count{method="GET",route="/subscribe",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/manifest.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/manifest.json",status="404"} 0.019394942000000002 nodejs_http_response_time_seconds_count{method="GET",route="/manifest.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/4.chunk.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/4.chunk.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/4.chunk.js",status="404"} 0.018257938 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/4.chunk.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/0.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/0.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/0.js",status="404"} 0.021053469 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/0.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/commons.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/commons.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/commons.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/commons.js",status="404"} 0.02479348 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/commons.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/assets/main.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/assets/main.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/assets/main.js",status="404"} 0.015041688999999997 nodejs_http_response_time_seconds_count{method="GET",route="/assets/main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/vite.config.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/vite.config.js",status="404"} 0.009313189999999999 nodejs_http_response_time_seconds_count{method="GET",route="/vite.config.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/runtime~main.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/runtime~main.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/runtime~main.js",status="404"} 0.017220694999999998 nodejs_http_response_time_seconds_count{method="GET",route="/runtime~main.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_app/env.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_app/env.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_app/env.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_app/env.js",status="404"} 0.021862671 nodejs_http_response_time_seconds_count{method="GET",route="/_app/env.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/src/env.d.ts",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/src/env.d.ts",status="404"} 7 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/src/env.d.ts",status="404"} 8 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/src/env.d.ts",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/src/env.d.ts",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/src/env.d.ts",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/src/env.d.ts",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/src/env.d.ts",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/src/env.d.ts",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/src/env.d.ts",status="404"} 10 nodejs_http_response_time_seconds_sum{method="GET",route="/src/env.d.ts",status="404"} 0.03484279199999999 nodejs_http_response_time_seconds_count{method="GET",route="/src/env.d.ts",status="404"} 10 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/index.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/index.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/index.js",status="404"} 0.011669637 nodejs_http_response_time_seconds_count{method="GET",route="/build/index.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/root.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/root.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/root.js",status="404"} 0.011434637 nodejs_http_response_time_seconds_count{method="GET",route="/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/build/manifest.json",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/public/build/manifest.json",status="404"} 0.0071851829999999995 nodejs_http_response_time_seconds_count{method="GET",route="/public/build/manifest.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/build/entry.client.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/build/entry.client.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/build/entry.client.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/public/build/entry.client.js",status="404"} 0.020644786999999998 nodejs_http_response_time_seconds_count{method="GET",route="/public/build/entry.client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_astro/client.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_astro/client.js",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_astro/client.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_astro/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_astro/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_astro/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_astro/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_astro/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_astro/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_astro/client.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_astro/client.js",status="404"} 0.035728196000000004 nodejs_http_response_time_seconds_count{method="GET",route="/_astro/client.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_astro/page.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_astro/page.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/_astro/page.js",status="404"} 0.011157195 nodejs_http_response_time_seconds_count{method="GET",route="/_astro/page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/build/root.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/build/root.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/public/build/root.js",status="404"} 0.014424686999999999 nodejs_http_response_time_seconds_count{method="GET",route="/public/build/root.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/page-data/app-data.json",status="404"} 2 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/page-data/app-data.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/page-data/app-data.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/page-data/app-data.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/page-data/app-data.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/page-data/app-data.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/page-data/app-data.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/page-data/app-data.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/page-data/app-data.json",status="404"} 6 nodejs_http_response_time_seconds_sum{method="GET",route="/page-data/app-data.json",status="404"} 0.024252119000000003 nodejs_http_response_time_seconds_count{method="GET",route="/page-data/app-data.json",status="404"} 6 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/astro.config.mjs",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/astro.config.mjs",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/astro.config.mjs",status="404"} 0.010779314 nodejs_http_response_time_seconds_count{method="GET",route="/astro.config.mjs",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/build/qwik-loader.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/build/qwik-loader.js",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/build/qwik-loader.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/build/qwik-loader.js",status="404"} 0.022786714 nodejs_http_response_time_seconds_count{method="GET",route="/build/qwik-loader.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 0.010839994999999998 nodejs_http_response_time_seconds_count{method="GET",route="/.cache/page-ssr/routes/render-page.js",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/public/page-data/app-data.json",status="404"} 3 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/public/page-data/app-data.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/public/page-data/app-data.json",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_sum{method="GET",route="/public/page-data/app-data.json",status="404"} 0.012127039 nodejs_http_response_time_seconds_count{method="GET",route="/public/page-data/app-data.json",status="404"} 5 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/wp-json/wc/v3",status="404"} 0.000266201 nodejs_http_response_time_seconds_count{method="GET",route="/wp-json/wc/v3",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/magento_version",status="404"} 0.000270001 nodejs_http_response_time_seconds_count{method="GET",route="/magento_version",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_sum{method="GET",route="/index.php",status="404"} 0.001240004 nodejs_http_response_time_seconds_count{method="GET",route="/index.php",status="404"} 4 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/",status="404"} 0.000266321 nodejs_http_response_time_seconds_count{method="GET",route="/admin/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/wp-json/",status="404"} 0.000395921 nodejs_http_response_time_seconds_count{method="GET",route="/wp-json/",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/_next/static/chunks/:id.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/_next/static/chunks/:id.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/_next/static/chunks/:id.js",status="404"} 0 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/_next/static/chunks/:id.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/_next/static/chunks/:id.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/_next/static/chunks/:id.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/_next/static/chunks/:id.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/_next/static/chunks/:id.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/_next/static/chunks/:id.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/_next/static/chunks/:id.js",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/_next/static/chunks/:id.js",status="404"} 0.019779656 nodejs_http_response_time_seconds_count{method="GET",route="/_next/static/chunks/:id.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/static/js/:id.chunk.js",status="404"} 0.000173201 nodejs_http_response_time_seconds_count{method="GET",route="/static/js/:id.chunk.js",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.001",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.005",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.01",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.05",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.1",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="0.5",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="1",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="2",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="5",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_bucket{le="+Inf",method="GET",route="/admin/login",status="404"} 1 nodejs_http_response_time_seconds_sum{method="GET",route="/admin/login",status="404"} 0.000613362 nodejs_http_response_time_seconds_count{method="GET",route="/admin/login",status="404"} 1 # HELP http_request_duration_seconds duration histogram of http responses labeled with: status_code, method, path, app # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 473 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 474 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 474 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 474 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 474 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 474 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 2.5446117440000005 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 474 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 27 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 27 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 27 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 27 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 27 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 0.224965951 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 27 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 26 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 0.21767630200000007 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 15 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 0.115159531 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 15 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 0.09200115499999999 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 13 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 0.12906702700000003 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 0.059702628 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="10",status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 30 http_request_duration_seconds_sum{status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 0.405476232 http_request_duration_seconds_count{status_code="200",method="PUT",path="/api/admin/homepage/#val",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="0.003",status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 28 http_request_duration_seconds_bucket{le="0.1",status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="0.3",status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="1.5",status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="10",status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="+Inf",status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 30 http_request_duration_seconds_sum{status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 0.4427564 http_request_duration_seconds_count{status_code="201",method="POST",path="/api/admin/actions/log",app="my-green-choice-api"} 30 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 57 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 57 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 57 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 57 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 57 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 57 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 0.317169432 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/homepage/contents",app="my-green-choice-api"} 57 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 0.042684296 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/actions/history",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 9 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 0.103122966 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/admin/homepage/stats",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="10",status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 8 http_request_duration_seconds_sum{status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 0.19382753900000002 http_request_duration_seconds_count{status_code="200",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 8 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 0.045071483 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/auth/profile",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 333 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 333 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 333 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 333 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 333 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 333 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 333 http_request_duration_seconds_sum{status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 0.2426676749999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/robots.txt",app="my-green-choice-api"} 333 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 10 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 0.044008254999999996 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/villes-emissions",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 0.007502982 http_request_duration_seconds_count{status_code="200",method="POST",path="/api/auth/logout",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 37 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 37 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 37 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 37 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 37 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 37 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 0.189012513 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/informations",app="my-green-choice-api"} 37 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 13 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 0.094247575 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/energies/list",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 26 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 0.214612777 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/energies/details",app="my-green-choice-api"} 26 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 9 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 0.07367167 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 9 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 0.038293598 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 9 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 0.041342408000000004 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 0.031187776 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/regions/data",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 0.0185619 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/previsions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 21 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 0.11991713600000002 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/administrative",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 38 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 38 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 38 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 38 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 38 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 38 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 0.18549073400000002 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 38 http_request_duration_seconds_bucket{le="0.003",status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 0.016124767 http_request_duration_seconds_count{status_code="302",method="GET",path="/api/auth/google",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.1",status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.3",status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 0.7492265339999999 http_request_duration_seconds_count{status_code="302",method="GET",path="/api/auth/google/callback",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 15 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 0.120937708 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/eligibility/aids",app="my-green-choice-api"} 15 http_request_duration_seconds_bucket{le="0.003",status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 0.013608204 http_request_duration_seconds_count{status_code="201",method="POST",path="/api/eligibility/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 0.046157859 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/eligibility/simulations",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 0.013551163 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/consumption/simulations",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 0.02294231 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/activity-types",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 0.024201874999999998 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/game/prestige-leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 0.02552996 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/game/leaderboard",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 0.039607920000000005 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/stats",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 0.03610551 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/trends",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 0.023461992 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/users",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 0.02287499 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 0.009881949000000001 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/activity-types",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 0.025937559 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 0.00646294 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/faq",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 0.020817425 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/admin/procedures",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 0.010737753 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/admin/simulations",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 33 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 35 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 36 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 36 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 36 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 36 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 0.391138469 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/health",app="my-green-choice-api"} 36 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 13 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 0.012401239000000001 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/health/system",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 0.015839849 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="10",status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 2.252224713 http_request_duration_seconds_count{status_code="200",method="POST",path="/api/account-deletion/request",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 1.049365235 http_request_duration_seconds_count{status_code="200",method="POST",path="/api/account-deletion/cancel",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 0.012592879 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/account-deletion/check-auth-type",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 1.010397512 http_request_duration_seconds_count{status_code="200",method="POST",path="/api/account-deletion/send-confirmation-code",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 0.004563494 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/account-deletion/status",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 0.004914533 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/administrative",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 0.008863986 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/administrative/faq/all",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 0.011895592 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/energies/comparisons",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 0.00372317 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/energies/emissions-data",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 0.004660853 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/energies/cost-evolution",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 10 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 0.007684503999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.save",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 11 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 0.008548987 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.prod",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 20 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 20 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 20 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 20 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 20 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 20 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 20 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 0.012826201 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo.php",app="my-green-choice-api"} 20 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 18 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 18 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 18 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 18 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 18 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 18 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 18 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 0.012549959000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo",app="my-green-choice-api"} 18 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 8 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 0.005175294 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_info.php",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 14 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 0.009195305 http_request_duration_seconds_count{status_code="404",method="GET",path="/_profiler/phpinfo",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 14 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 0.00980983 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.example",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info",app="my-green-choice-api"} 0.003989132 http_request_duration_seconds_count{status_code="404",method="GET",path="/info",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="POST",path="/",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="POST",path="/",app="my-green-choice-api"} 23 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="POST",path="/",app="my-green-choice-api"} 23 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="POST",path="/",app="my-green-choice-api"} 23 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="POST",path="/",app="my-green-choice-api"} 23 http_request_duration_seconds_bucket{le="10",status_code="404",method="POST",path="/",app="my-green-choice-api"} 23 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="POST",path="/",app="my-green-choice-api"} 23 http_request_duration_seconds_sum{status_code="404",method="POST",path="/",app="my-green-choice-api"} 0.037587393999999996 http_request_duration_seconds_count{status_code="404",method="POST",path="/",app="my-green-choice-api"} 23 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 73 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 73 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 73 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 73 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 73 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 73 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 73 http_request_duration_seconds_sum{status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 0.05383912999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/favicon.ico",app="my-green-choice-api"} 73 http_request_duration_seconds_bucket{le="0.003",status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.03",status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.1",status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.3",status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="1.5",status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="10",status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="+Inf",status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 10 http_request_duration_seconds_sum{status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 0.00998143 http_request_duration_seconds_count{status_code="401",method="POST",path="/api/auth/refresh-token",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 0.031403893999999995 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/world-green-gas",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 0.103684037 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/funny-comparisons",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 0.004582534 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/funny-comparisons/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 0.004829814 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/world-green-gas/countries/$",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 0.004733773 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 0.004365972 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/world-green-gas/filter",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 0.000819163 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/users/profile",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 8 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 0.006741261 http_request_duration_seconds_count{status_code="404",method="GET",path="/.well-known/security.txt",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 31 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 31 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 31 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 31 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 31 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 31 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 0.22177917700000005 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/administrative/#val",app="my-green-choice-api"} 31 http_request_duration_seconds_bucket{le="0.003",status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.03",status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.1",status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.3",status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="1.5",status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="10",status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="+Inf",status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 21 http_request_duration_seconds_sum{status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 0.015199931000000003 http_request_duration_seconds_count{status_code="403",method="GET",path="/api-docs",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 0.0029091290000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/new/.env.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 0.0033786099999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/new/.env.production",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 0.002597848 http_request_duration_seconds_count{status_code="404",method="GET",path="/new/.env.staging",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 0.002464687 http_request_duration_seconds_count{status_code="404",method="GET",path="/_phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 0.0024654860000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/_profiler/phpinfo/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 0.002380007 http_request_duration_seconds_count{status_code="404",method="GET",path="/_profiler/phpinfo/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 0.0033166100000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/wp-config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 0.002414328 http_request_duration_seconds_count{status_code="404",method="GET",path="/aws-secret.yaml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 0.0040910930000000005 http_request_duration_seconds_count{status_code="404",method="GET",path="/env.backup",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 0.002374806 http_request_duration_seconds_count{status_code="404",method="GET",path="/xampp/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 0.002279006 http_request_duration_seconds_count{status_code="404",method="GET",path="/lara/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 0.002241407 http_request_duration_seconds_count{status_code="404",method="GET",path="/lara/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 0.0022501659999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/laravel/info.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 0.002396248 http_request_duration_seconds_count{status_code="404",method="GET",path="/service/email_service.py",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 0.002767008 http_request_duration_seconds_count{status_code="404",method="GET",path="/node/.env_example",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 0.0026831690000000004 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.production.local",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 13 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 0.00972099 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.local",app="my-green-choice-api"} 13 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 0.002663367 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.stage",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 8 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 0.018012212 http_request_duration_seconds_count{status_code="404",method="GET",path="/server/config/database.js",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 12 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 0.008074027 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.old",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 0.0025558070000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env_sample",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 0.013042079999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/scripts/nodemailer.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 14 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 0.010615953 http_request_duration_seconds_count{status_code="404",method="GET",path="/.aws/credentials",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 21 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 0.013790800999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/info.php",app="my-green-choice-api"} 21 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 0.002659207 http_request_duration_seconds_count{status_code="404",method="GET",path="/dashboard/phpinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 0.004340934 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/main.141b0494.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 0.00314857 http_request_duration_seconds_count{status_code="404",method="GET",path="/enhancecp",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 0.006082818 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/admin/homepage",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 0.006057258 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/admin/users",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 0.007364221 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/admin/aids",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 0.000535442 http_request_duration_seconds_count{status_code="404",method="GET",path="/tool/view/phpinfo.view.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 0.006763381000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/2.ca066a4b.chunk.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 0.0058298970000000006 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/main.e85f7a37.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 0.001835925 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 0.001858566 http_request_duration_seconds_count{status_code="404",method="GET",path="/server_info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 0.0036275720000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/app_dev.php/_profiler/phpinfo",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 14 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 0.009119509999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/test.php",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 0.002486888 http_request_duration_seconds_count{status_code="404",method="GET",path="/server-info",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 0.001755045 http_request_duration_seconds_count{status_code="404",method="GET",path="/server-info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 0.001795606 http_request_duration_seconds_count{status_code="404",method="GET",path="/secured/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 14 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 0.012221038999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/config.js",app="my-green-choice-api"} 14 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 0.027331 http_request_duration_seconds_count{status_code="404",method="GET",path="/server.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 10 http_request_duration_seconds_sum{status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 0.011120474000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/appsettings.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 0.004478173 http_request_duration_seconds_count{status_code="404",method="GET",path="/shared/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 0.001913206 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 0.002951489 http_request_duration_seconds_count{status_code="404",method="GET",path="/settings.py",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 16 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 22 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 22 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 22 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 22 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 22 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 22 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 0.057669505 http_request_duration_seconds_count{status_code="404",method="GET",path="/config.json",app="my-green-choice-api"} 22 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_sum{status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 0.034300867 http_request_duration_seconds_count{status_code="404",method="GET",path="/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 0.016101286 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/constants.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 0.003252169 http_request_duration_seconds_count{status_code="404",method="GET",path="/application.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 10 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 0.016377812999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/js/main.js",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_sum{status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 0.036750435 http_request_duration_seconds_count{status_code="404",method="GET",path="/js/main.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 0.015081365 http_request_duration_seconds_count{status_code="404",method="GET",path="/karma.conf.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 11 http_request_duration_seconds_sum{status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 0.019116618000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/swagger.json",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 0.022267544 http_request_duration_seconds_count{status_code="404",method="GET",path="/swagger.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 0.023199907 http_request_duration_seconds_count{status_code="404",method="GET",path="/gatsby-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 0.0019000469999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/backend/config/default.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 0.001753925 http_request_duration_seconds_count{status_code="404",method="GET",path="/app.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 0.0071286610000000005 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/controllers/merchant.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 0.005746016 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/controllers/partner.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 0.016341968 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 0.0017156059999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/objects/codes.php.save",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 0.011284951000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/apis/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 0.006534259 http_request_duration_seconds_count{status_code="404",method="GET",path="/apis/controllers/users.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 11 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 0.021812825 http_request_duration_seconds_count{status_code="404",method="GET",path="/app.js",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 0.001868406 http_request_duration_seconds_count{status_code="404",method="GET",path="/backend/config/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 0.006123138 http_request_duration_seconds_count{status_code="404",method="GET",path="/cloud/Scraper.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 0.001824726 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 0.0019272059999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/storage.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 0.01665361 http_request_duration_seconds_count{status_code="404",method="GET",path="/configs/routes-4aug.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 0.012029034 http_request_duration_seconds_count{status_code="404",method="GET",path="/configs/routes.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 0.005636177 http_request_duration_seconds_count{status_code="404",method="GET",path="/configs/s3_config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 0.008426425 http_request_duration_seconds_count{status_code="404",method="GET",path="/controller/admin/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 0.016786968 http_request_duration_seconds_count{status_code="404",method="GET",path="/controller/api/post.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 0.028531002 http_request_duration_seconds_count{status_code="404",method="GET",path="/controllers/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 0.002824569 http_request_duration_seconds_count{status_code="404",method="GET",path="/getcpuutil.php-bakworking",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 0.009142307999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/helper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 0.011429433 http_request_duration_seconds_count{status_code="404",method="GET",path="/helper/EmailHelper.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 0.005668577 http_request_duration_seconds_count{status_code="404",method="GET",path="/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 8 http_request_duration_seconds_sum{status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 0.039214645 http_request_duration_seconds_count{status_code="404",method="GET",path="/index.html",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 0.001885926 http_request_duration_seconds_count{status_code="404",method="GET",path="/my_env/chakaash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 0.002997249 http_request_duration_seconds_count{status_code="404",method="GET",path="/my_env/newsletter.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 0.002567808 http_request_duration_seconds_count{status_code="404",method="GET",path="/my_env/palash.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 0.019016416 http_request_duration_seconds_count{status_code="404",method="GET",path="/mytest/astech_robot.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 0.011957356 http_request_duration_seconds_count{status_code="404",method="GET",path="/partner/config/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 0.009377748 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/settings.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 0.0017183250000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/settings.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 0.0024282880000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/.circleci/configs/development.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 0.001827886 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/settings.prod",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 0.0017260040000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/config/parameters.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 0.0023334469999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/parameters.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 0.005425495000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/user/config/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 0.012438636 http_request_duration_seconds_count{status_code="404",method="GET",path="/user/controllers/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 0.001747006 http_request_duration_seconds_count{status_code="404",method="GET",path="/.AWS_/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 0.0018013249999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/local.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 0.0018174850000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/backend/config/settings.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 0.001894766 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/config/config.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 0.002556608 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 0.00306685 http_request_duration_seconds_count{status_code="404",method="GET",path="/.travis.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 0.001931885 http_request_duration_seconds_count{status_code="404",method="GET",path="/aws.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 0.001947645 http_request_duration_seconds_count{status_code="404",method="GET",path="/sms.py",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 0.015948486999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/config.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 0.0028685690000000005 http_request_duration_seconds_count{status_code="404",method="GET",path="/main.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 0.005495655 http_request_duration_seconds_count{status_code="404",method="GET",path="/helpers/utility.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 0.007970304000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/server/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 0.008674905 http_request_duration_seconds_count{status_code="404",method="GET",path="/s3.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 0.005651218 http_request_duration_seconds_count{status_code="404",method="GET",path="/debug/default/view",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 0.001723605 http_request_duration_seconds_count{status_code="404",method="GET",path="/aws/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 0.006379259 http_request_duration_seconds_count{status_code="404",method="GET",path="/.aws/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 0.006670498 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/:id.ca066a4b.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 0.0025166880000000004 http_request_duration_seconds_count{status_code="404",method="POST",path="/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="POST",path="/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="POST",path="/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="POST",path="/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="POST",path="/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="POST",path="/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="POST",path="/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="POST",path="/api",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="POST",path="/api",app="my-green-choice-api"} 0.002364128 http_request_duration_seconds_count{status_code="404",method="POST",path="/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 0.0022800060000000002 http_request_duration_seconds_count{status_code="404",method="POST",path="/api/graphql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 0.002262928 http_request_duration_seconds_count{status_code="404",method="POST",path="/graphql/api",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 0.0032089700000000002 http_request_duration_seconds_count{status_code="404",method="POST",path="/api/gql",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 0.0026758479999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 0.003057529 http_request_duration_seconds_count{status_code="404",method="GET",path="/swagger/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 0.002508488 http_request_duration_seconds_count{status_code="404",method="GET",path="/swagger/swagger-ui.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 0.0026429699999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/webjars/swagger-ui/index.html",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 0.023655228000000004 http_request_duration_seconds_count{status_code="404",method="GET",path="/swagger/v1/swagger.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 0.00284609 http_request_duration_seconds_count{status_code="404",method="GET",path="/v2/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 0.00329613 http_request_duration_seconds_count{status_code="404",method="GET",path="/v3/api-docs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 0.004941855 http_request_duration_seconds_count{status_code="403",method="GET",path="/api-docs/swagger.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 0.008862907 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/swagger.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 9 http_request_duration_seconds_sum{status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 0.032256783 http_request_duration_seconds_count{status_code="404",method="GET",path="/@vite/env",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 0.00286993 http_request_duration_seconds_count{status_code="404",method="GET",path="/actuator/env",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server",app="my-green-choice-api"} 0.0026599690000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/server",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 0.018050374 http_request_duration_seconds_count{status_code="404",method="GET",path="/.vscode/sftp.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/about",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/about",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/about",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/about",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/about",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/about",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/about",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/about",app="my-green-choice-api"} 0.002617009 http_request_duration_seconds_count{status_code="404",method="GET",path="/about",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 0.002557928 http_request_duration_seconds_count{status_code="404",method="GET",path="/v2/_catalog",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 0.00304297 http_request_duration_seconds_count{status_code="404",method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 0.003533851 http_request_duration_seconds_count{status_code="404",method="GET",path="/server-status",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 0.002714968 http_request_duration_seconds_count{status_code="404",method="GET",path="/login.action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 0.001696646 http_request_duration_seconds_count{status_code="404",method="GET",path="/_all_dbs",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 0.002760128 http_request_duration_seconds_count{status_code="404",method="GET",path="/s/#val/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 0.004156893 http_request_duration_seconds_count{status_code="404",method="GET",path="/telescope/requests",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 0.002945768 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.dev",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 9 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 0.006444381 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.staging",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 11 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 0.007674745 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.development",app="my-green-choice-api"} 11 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 12 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 0.008252745999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.production",app="my-green-choice-api"} 12 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 0.0050469749999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.test",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 10 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 0.007019301 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.backup",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 0.0035083709999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.sample",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 0.002210607 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.orig",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 0.0030685300000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.swp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 0.0021387669999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env~",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 0.002401609 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.tmp",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 0.002869169 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.dist",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 0.001441285 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 0.002115607 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 0.001499844 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 0.002470688 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 0.0014708439999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 0.002935928 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 0.0015078460000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 0.0020212859999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 0.001447005 http_request_duration_seconds_count{status_code="404",method="GET",path="/src/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 0.002008726 http_request_duration_seconds_count{status_code="404",method="GET",path="/src/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 0.001453925 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 0.002146406 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 0.001525045 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 0.0022614460000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 0.001432604 http_request_duration_seconds_count{status_code="404",method="GET",path="/includes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 0.002267527 http_request_duration_seconds_count{status_code="404",method="GET",path="/includes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 0.001474005 http_request_duration_seconds_count{status_code="404",method="GET",path="/lib/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 0.002234167 http_request_duration_seconds_count{status_code="404",method="GET",path="/lib/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 0.001430564 http_request_duration_seconds_count{status_code="404",method="GET",path="/application/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 0.0020383669999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/application/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 0.0015449650000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/system/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 0.002092767 http_request_duration_seconds_count{status_code="404",method="GET",path="/system/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 0.001499044 http_request_duration_seconds_count{status_code="404",method="GET",path="/core/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 0.002061167 http_request_duration_seconds_count{status_code="404",method="GET",path="/core/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 0.001489805 http_request_duration_seconds_count{status_code="404",method="GET",path="/modules/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 0.0021440070000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/modules/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 0.001465764 http_request_duration_seconds_count{status_code="404",method="GET",path="/plugins/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 0.002114047 http_request_duration_seconds_count{status_code="404",method="GET",path="/plugins/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 0.001600724 http_request_duration_seconds_count{status_code="404",method="GET",path="/themes/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 0.00290873 http_request_duration_seconds_count{status_code="404",method="GET",path="/themes/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 0.001473284 http_request_duration_seconds_count{status_code="404",method="GET",path="/vendor/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 0.002144167 http_request_duration_seconds_count{status_code="404",method="GET",path="/vendor/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 0.001493285 http_request_duration_seconds_count{status_code="404",method="GET",path="/storage/.env.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 0.002053366 http_request_duration_seconds_count{status_code="404",method="GET",path="/storage/.env.old",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 0.003005809 http_request_duration_seconds_count{status_code="404",method="GET",path="/info1.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 0.002564328 http_request_duration_seconds_count{status_code="404",method="GET",path="/info2.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 0.004300333999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/php.php",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 0.002661288 http_request_duration_seconds_count{status_code="404",method="GET",path="/pi.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 0.004548094999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/i.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 0.004092129999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpversion.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 0.002485327 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_version.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 0.003234011 http_request_duration_seconds_count{status_code="404",method="GET",path="/serverinfo.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 0.003246011 http_request_duration_seconds_count{status_code="404",method="GET",path="/server.php",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 0.0037840519999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/debug.php",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 0.002616769 http_request_duration_seconds_count{status_code="404",method="GET",path="/diagnostic.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 0.002561608 http_request_duration_seconds_count{status_code="404",method="GET",path="/phptest.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 0.0024812869999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/check.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 0.001286604 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 0.001317405 http_request_duration_seconds_count{status_code="404",method="GET",path="/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 0.002083286 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 0.002098806 http_request_duration_seconds_count{status_code="404",method="GET",path="/test.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 0.001229364 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 0.001245604 http_request_duration_seconds_count{status_code="404",method="GET",path="/info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 0.0013082039999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_info.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 0.001968727 http_request_duration_seconds_count{status_code="404",method="GET",path="/test.php.old",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 0.001332804 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 0.001356924 http_request_duration_seconds_count{status_code="404",method="GET",path="/info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 0.0013760040000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_info.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 0.0013419640000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/test.php.orig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 0.002197447 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 0.001299245 http_request_duration_seconds_count{status_code="404",method="GET",path="/info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 0.001321965 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_info.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 0.0013052440000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/test.php.backup",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 0.001273804 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 0.002131567 http_request_duration_seconds_count{status_code="404",method="GET",path="/info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 0.001293884 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_info.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 0.0022064479999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/test.php~",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 0.001366924 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 0.001435324 http_request_duration_seconds_count{status_code="404",method="GET",path="/info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 0.001245244 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_info.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 0.001370404 http_request_duration_seconds_count{status_code="404",method="GET",path="/test.php.swp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 0.001353484 http_request_duration_seconds_count{status_code="404",method="GET",path="/phpinfo.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 0.0012968440000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 0.001371245 http_request_duration_seconds_count{status_code="404",method="GET",path="/php_info.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 0.001357965 http_request_duration_seconds_count{status_code="404",method="GET",path="/test.php.tmp",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 0.0030162889999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 0.001375325 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 0.0019419659999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/test/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 0.0028594889999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/test/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 0.0013117229999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/test/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 0.001407204 http_request_duration_seconds_count{status_code="404",method="GET",path="/test/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 0.001829205 http_request_duration_seconds_count{status_code="404",method="GET",path="/dev/phpinfo.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 0.001294324 http_request_duration_seconds_count{status_code="404",method="GET",path="/dev/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 0.001324164 http_request_duration_seconds_count{status_code="404",method="GET",path="/dev/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 0.001281524 http_request_duration_seconds_count{status_code="404",method="GET",path="/dev/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 0.0018929659999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/tmp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 0.001354844 http_request_duration_seconds_count{status_code="404",method="GET",path="/tmp/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 0.0013408040000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/tmp/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 0.001311284 http_request_duration_seconds_count{status_code="404",method="GET",path="/tmp/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 0.001384684 http_request_duration_seconds_count{status_code="404",method="GET",path="/includes/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 0.001343365 http_request_duration_seconds_count{status_code="404",method="GET",path="/includes/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 0.002236527 http_request_duration_seconds_count{status_code="404",method="GET",path="/includes/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 0.002131927 http_request_duration_seconds_count{status_code="404",method="GET",path="/includes/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 0.001400605 http_request_duration_seconds_count{status_code="404",method="GET",path="/scripts/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 0.001291204 http_request_duration_seconds_count{status_code="404",method="GET",path="/scripts/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 0.0014049639999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/scripts/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 0.001378764 http_request_duration_seconds_count{status_code="404",method="GET",path="/scripts/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 0.002286407 http_request_duration_seconds_count{status_code="404",method="GET",path="/cgi-bin/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 0.002064446 http_request_duration_seconds_count{status_code="404",method="GET",path="/cgi-bin/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 0.001251084 http_request_duration_seconds_count{status_code="404",method="GET",path="/cgi-bin/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 0.0012798039999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/cgi-bin/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 0.001277604 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 0.0022564069999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 0.001257684 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 0.001325084 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 0.001274963 http_request_duration_seconds_count{status_code="404",method="GET",path="/web/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 0.0013396839999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/web/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 0.0012972840000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/web/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 0.002160367 http_request_duration_seconds_count{status_code="404",method="GET",path="/web/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 0.001416044 http_request_duration_seconds_count{status_code="404",method="GET",path="/www/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 0.001327284 http_request_duration_seconds_count{status_code="404",method="GET",path="/www/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 0.0013296050000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/www/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 0.001337684 http_request_duration_seconds_count{status_code="404",method="GET",path="/www/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 0.002123687 http_request_duration_seconds_count{status_code="404",method="GET",path="/site/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 0.0013001240000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/site/info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 0.0012828050000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/site/phpinfo.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 0.001348724 http_request_duration_seconds_count{status_code="404",method="GET",path="/site/info.php.save",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/test",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/test",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/test",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/test",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/test",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/test",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/test",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/test",app="my-green-choice-api"} 0.000565441 http_request_duration_seconds_count{status_code="404",method="GET",path="/test",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 0.0070827 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 0.000689282 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 0.000637642 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 0.000660362 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 0.000700283 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.secrets",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 0.000722522 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.private",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 0.000710803 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.template",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 0.000810923 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.default",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 0.000699202 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 0.000774523 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 0.000719562 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 0.000751762 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 0.000610082 http_request_duration_seconds_count{status_code="404",method="GET",path="/src/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 0.000633482 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 0.000653962 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 0.000732442 http_request_duration_seconds_count{status_code="404",method="GET",path="/includes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 0.000689242 http_request_duration_seconds_count{status_code="404",method="GET",path="/lib/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 0.000704603 http_request_duration_seconds_count{status_code="404",method="GET",path="/application/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 0.000685123 http_request_duration_seconds_count{status_code="404",method="GET",path="/system/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 0.000907243 http_request_duration_seconds_count{status_code="404",method="GET",path="/core/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 0.000671763 http_request_duration_seconds_count{status_code="404",method="GET",path="/modules/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 0.000682202 http_request_duration_seconds_count{status_code="404",method="GET",path="/plugins/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 0.000734642 http_request_duration_seconds_count{status_code="404",method="GET",path="/themes/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 0.000727162 http_request_duration_seconds_count{status_code="404",method="GET",path="/vendor/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 0.000683003 http_request_duration_seconds_count{status_code="404",method="GET",path="/storage/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 0.000686482 http_request_duration_seconds_count{status_code="404",method="GET",path="/backend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 0.000644922 http_request_duration_seconds_count{status_code="404",method="GET",path="/backend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 0.000676122 http_request_duration_seconds_count{status_code="404",method="GET",path="/frontend/.env.local",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 0.000663643 http_request_duration_seconds_count{status_code="404",method="GET",path="/frontend/.env.old",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 0.0019144470000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/security.txt",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 0.000697283 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.live",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 0.000617482 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/database.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 0.000665122 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/mail.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 0.000632722 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/app.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 0.000634922 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/services.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 0.001741686 http_request_duration_seconds_count{status_code="404",method="GET",path="/configuration.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 0.0034119299999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/aws.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 0.017186529 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 0.011092831 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/mailgun.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 0.008039983 http_request_duration_seconds_count{status_code="404",method="GET",path="/sendgrid.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 0.012901359 http_request_duration_seconds_count{status_code="404",method="GET",path="/aws.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 0.004020533 http_request_duration_seconds_count{status_code="404",method="GET",path="/api_keys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 10 http_request_duration_seconds_sum{status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 0.028977733 http_request_duration_seconds_count{status_code="404",method="GET",path="/keys.json",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 0.013112879000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/secrets.json",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 0.010918551 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/secrets.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 0.001538045 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 0.000611642 http_request_duration_seconds_count{status_code="404",method="GET",path="/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 0.000642922 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 0.000637842 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/settings.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 0.000638682 http_request_duration_seconds_count{status_code="404",method="GET",path="/database.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 0.0011303630000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/database.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 0.001560725 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/mail.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 0.001219164 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/smtp.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 0.002984769 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/database.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 0.005020494 http_request_duration_seconds_count{status_code="404",method="GET",path="/secrets/config.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 0.019284855 http_request_duration_seconds_count{status_code="404",method="GET",path="/private/keys.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 0.000627522 http_request_duration_seconds_count{status_code="404",method="GET",path="/pms",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 0.024258436 http_request_duration_seconds_count{status_code="200",method="GET",path="/api/funny-comparisons/#val/explanations",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 9 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 0.007256024 http_request_duration_seconds_count{status_code="404",method="GET",path="/_fragment",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 0.002903652 http_request_duration_seconds_count{status_code="404",method="GET",path="/.gitignore",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 0.004084133 http_request_duration_seconds_count{status_code="304",method="GET",path="/api/energies/details",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 0.000673162 http_request_duration_seconds_count{status_code="404",method="GET",path="/.gitlab-ci.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 0.019340335 http_request_duration_seconds_count{status_code="404",method="GET",path="/aws-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 0.002635808 http_request_duration_seconds_count{status_code="404",method="GET",path="/aws.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 0.001928726 http_request_duration_seconds_count{status_code="404",method="GET",path="/favicon.png",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 0.001197643 http_request_duration_seconds_count{status_code="404",method="GET",path="/config.yaml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 0.016678007999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/configuration.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 0.000658282 http_request_duration_seconds_count{status_code="404",method="GET",path="/settings.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 0.000626962 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/secrets.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 0.000686082 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 0.0019965269999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/.s3cfg",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 0.001809046 http_request_duration_seconds_count{status_code="404",method="GET",path="/.gcloud/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 0.002393848 http_request_duration_seconds_count{status_code="404",method="GET",path="/azure.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 0.0022591670000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/.api_keys",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 0.011266993 http_request_duration_seconds_count{status_code="404",method="GET",path="/tokens.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 0.022463464 http_request_duration_seconds_count{status_code="404",method="GET",path="/oauth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 0.00308161 http_request_duration_seconds_count{status_code="404",method="GET",path="/docker-compose.yml",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 0.0018951660000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/.dockerenv",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 0.016922647 http_request_duration_seconds_count{status_code="404",method="GET",path="/.docker/config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 0.000582562 http_request_duration_seconds_count{status_code="404",method="GET",path="/config.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 0.000619682 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/app.yml",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 0.002125727 http_request_duration_seconds_count{status_code="404",method="GET",path="/application.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 0.009799029 http_request_duration_seconds_count{status_code="404",method="GET",path="/aws-config.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 0.0017670860000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/s3.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 0.011435673 http_request_duration_seconds_count{status_code="404",method="GET",path="/gcp-credentials.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 0.0018697649999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/secrets.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 0.004081773 http_request_duration_seconds_count{status_code="404",method="GET",path="/credentials.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 0.003238889 http_request_duration_seconds_count{status_code="404",method="GET",path="/auth.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 0.002040206 http_request_duration_seconds_count{status_code="404",method="GET",path="/docker-compose.yaml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 0.0019638069999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/Dockerfile",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 0.001781805 http_request_duration_seconds_count{status_code="404",method="GET",path="/kubernetes.yml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 0.001899806 http_request_duration_seconds_count{status_code="404",method="GET",path="/_debug",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 8 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 9 http_request_duration_seconds_sum{status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 0.022280671000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/settings.json",app="my-green-choice-api"} 9 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 0.001807046 http_request_duration_seconds_count{status_code="404",method="GET",path="/.azure/credentials",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 0.0038413710000000005 http_request_duration_seconds_count{status_code="404",method="GET",path="/apikeys.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 0.001876446 http_request_duration_seconds_count{status_code="404",method="GET",path="/.secrets",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 0.002121766 http_request_duration_seconds_count{status_code="404",method="GET",path="/info3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 0.001224484 http_request_duration_seconds_count{status_code="404",method="GET",path="/probe.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 0.001922686 http_request_duration_seconds_count{status_code="404",method="GET",path="/1.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 0.001815005 http_request_duration_seconds_count{status_code="404",method="GET",path="/2.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 0.0012291239999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/3.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 0.001595924 http_request_duration_seconds_count{status_code="404",method="GET",path="/p.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 0.001241004 http_request_duration_seconds_count{status_code="404",method="GET",path="/t.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 0.001278204 http_request_duration_seconds_count{status_code="404",method="GET",path="/info_php.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 0.0012687240000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/php-info.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 0.001885046 http_request_duration_seconds_count{status_code="404",method="GET",path="/infophp.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 0.0012936839999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/testphp.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 0.0012872040000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.remote",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 0.001264964 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.1",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 0.001304004 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.2",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 0.001277644 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.prod.local",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 0.002087966 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.dev.local",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 0.027415206 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 0.041636054 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/v1/config",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 0.001137683 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/v2/config",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 0.001185284 http_request_duration_seconds_count{status_code="404",method="GET",path="/docker-compose.override.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 0.001244764 http_request_duration_seconds_count{status_code="404",method="GET",path="/.dockerignore",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 0.001172284 http_request_duration_seconds_count{status_code="404",method="GET",path="/k8s-config.yml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 0.001944726 http_request_duration_seconds_count{status_code="404",method="GET",path="/backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 0.001161404 http_request_duration_seconds_count{status_code="404",method="GET",path="/backup.tar.gz",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 0.001142204 http_request_duration_seconds_count{status_code="404",method="GET",path="/site-backup.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 0.001133204 http_request_duration_seconds_count{status_code="404",method="GET",path="/config.zip",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 0.001181483 http_request_duration_seconds_count{status_code="404",method="GET",path="/Thumbs.db",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 0.001190764 http_request_duration_seconds_count{status_code="404",method="GET",path="/sites/default/settings.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 0.001800566 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/etc/local.xml",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 0.0012896829999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/etc/env.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 0.001177763 http_request_duration_seconds_count{status_code="404",method="GET",path="/var/www/html/error_log",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 0.0017604049999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/sitemap.xml",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 0.0012027230000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/index.php/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 0.0011799229999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/symfony/_profiler/phpinfo",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 0.002499608 http_request_duration_seconds_count{status_code="404",method="GET",path="/dashboard/info.php",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 0.001748045 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 0.000675123 http_request_duration_seconds_count{status_code="404",method="GET",path="/_profiler/open",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 0.001398805 http_request_duration_seconds_count{status_code="404",method="GET",path="/app_dev.php/_profiler/open",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 0.00298641 http_request_duration_seconds_count{status_code="404",method="HEAD",path="/apps",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 0.0029598080000000004 http_request_duration_seconds_count{status_code="404",method="HEAD",path="/api/action",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 0.002655528 http_request_duration_seconds_count{status_code="404",method="HEAD",path="/api/actions",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 0.0025414879999999997 http_request_duration_seconds_count{status_code="404",method="HEAD",path="/_next/data",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 0.001704685 http_request_duration_seconds_count{status_code="404",method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 0.011398713000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 0.02084554 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/vendor/laravel-filemanager/js/script.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 0.0013088840000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 0.001319444 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/_ignition/execute-solution",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 0.0047085749999999996 http_request_duration_seconds_count{status_code="404",method="HEAD",path="/_next",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 0.000735962 http_request_duration_seconds_count{status_code="404",method="GET",path="/.npmrc",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 0.001089644 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.txt",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 0.000589002 http_request_duration_seconds_count{status_code="404",method="GET",path="/staging/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 0.000582402 http_request_duration_seconds_count{status_code="404",method="GET",path="/logs/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 0.000760363 http_request_duration_seconds_count{status_code="404",method="GET",path="/backup/phpinfo.php",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 0.000695642 http_request_duration_seconds_count{status_code="404",method="GET",path="/terraform.tfvars",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 0.001127044 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/settings.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 0.002372087 http_request_duration_seconds_count{status_code="404",method="GET",path="/.vscode/settings.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 0.000792883 http_request_duration_seconds_count{status_code="404",method="GET",path="/README.md",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api",app="my-green-choice-api"} 0.001236364 http_request_duration_seconds_count{status_code="404",method="GET",path="/api",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 0.001480125 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/data/test",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 3 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 0.020222018 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/env/production/database.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 0.001261005 http_request_duration_seconds_count{status_code="404",method="GET",path="/wp/phpinfo.php",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 0.001338764 http_request_duration_seconds_count{status_code="404",method="GET",path="/.git-credentials",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 0.0012919239999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/.gitconfig",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 2 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 0.001264045 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.deploy",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 0.018093538 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/5.chunk.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 0.001504965 http_request_duration_seconds_count{status_code="499",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 0.001432325 http_request_duration_seconds_count{status_code="499",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 0.000433322 http_request_duration_seconds_count{status_code="499",method="GET",path="/__config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 0.028411527999999995 http_request_duration_seconds_count{status_code="404",method="GET",path="/.svelte-kit/output/client/_app/env.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 0.022923992000000004 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/framework.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 0.026753083 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/_ssgManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 0.040920651 http_request_duration_seconds_count{status_code="404",method="GET",path="/cart",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 0.026304766 http_request_duration_seconds_count{status_code="404",method="GET",path="/vite.config.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 0.02443804 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/settings",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 0.028497290999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/serviceworker.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 0.011450118 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/main.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 0.017531576 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/2.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 0.01594837 http_request_duration_seconds_count{status_code="404",method="GET",path="/runtime-config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 0.042049008 http_request_duration_seconds_count{status_code="404",method="GET",path="/_app/immutable/chunks/singletons.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 0.030535057999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 0.032546946 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/3.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 0.020313146 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 0.043853942 http_request_duration_seconds_count{status_code="404",method="GET",path="/env.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 0.034295588999999994 http_request_duration_seconds_count{status_code="404",method="GET",path="/@vite/client",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 0.045141022 http_request_duration_seconds_count{status_code="404",method="GET",path="/_app/immutable/chunks/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 0.050907084000000005 http_request_duration_seconds_count{status_code="404",method="GET",path="/remix.config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 0.046272623 http_request_duration_seconds_count{status_code="404",method="GET",path="/js/config.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 0.034907150000000005 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/js/bundle.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 0.038875686000000007 http_request_duration_seconds_count{status_code="404",method="GET",path="/checkout",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 0.025581803 http_request_duration_seconds_count{status_code="404",method="GET",path="/main.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 0.022785512 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 0.03391715 http_request_duration_seconds_count{status_code="404",method="GET",path="/_astro/hoisted.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 0.033092147 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/entry.client.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 0.021161547000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 0.027084487 http_request_duration_seconds_count{status_code="404",method="GET",path="/webpack.runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 0.041955136 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/_buildManifest.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 0.029289014 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/static/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 0.033437828999999995 http_request_duration_seconds_count{status_code="404",method="GET",path="/__env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 0.032031863 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/2.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 0.036336718 http_request_duration_seconds_count{status_code="404",method="GET",path="/.env.vite",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 0.021703830999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 0.014347367 http_request_duration_seconds_count{status_code="404",method="GET",path="/.astro/types.d.ts",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 0.024180519 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 0.024444839 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 0.013583844000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/1.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 0.054506818 http_request_duration_seconds_count{status_code="404",method="GET",path="/app.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 0.026495446 http_request_duration_seconds_count{status_code="404",method="GET",path="/svelte.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 0.01527237 http_request_duration_seconds_count{status_code="404",method="GET",path="/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 0.028704453 http_request_duration_seconds_count{status_code="404",method="GET",path="/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 0.036568239 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 0.025747164000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 0.025845884 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/main.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 0.030674780999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/sw.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 0.030417859000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/_app/immutable/entry/start.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 0.015972492 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 0.015163569999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/env-config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 0.027612088 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/pages/_app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 0.033225708 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/main.chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 0.023615197 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 0.021735031 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/q-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 0.022880994 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/polyfills.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 0.025027562 http_request_duration_seconds_count{status_code="404",method="GET",path="/keys.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 0.025351243 http_request_duration_seconds_count{status_code="404",method="GET",path="/workbox.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 0.023008353999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/_app/immutable/entry/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 0.016173451999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/app/root.tsx",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 0.024504399 http_request_duration_seconds_count{status_code="404",method="GET",path="/webpack-runtime.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 0.01841106 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 0.009045669 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/solid.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 0.012151921 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 0.024551119 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 0.023114273999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/window.env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 0.023121676 http_request_duration_seconds_count{status_code="404",method="GET",path="/_nuxt/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 7 http_request_duration_seconds_sum{status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 0.0254824 http_request_duration_seconds_count{status_code="404",method="GET",path="/__config.js",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 0.020744507 http_request_duration_seconds_count{status_code="404",method="GET",path="/index.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 0.016828535 http_request_duration_seconds_count{status_code="404",method="GET",path="/.vite/deps/_metadata.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 0.039973929 http_request_duration_seconds_count{status_code="404",method="GET",path="/src/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 0.026877806 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 0.028257491000000003 http_request_duration_seconds_count{status_code="404",method="GET",path="/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 0.02173367 http_request_duration_seconds_count{status_code="404",method="GET",path="/settings.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 0.015813173 http_request_duration_seconds_count{status_code="404",method="GET",path="/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 0.017323496 http_request_duration_seconds_count{status_code="404",method="GET",path="/api.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 0.020066585999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/stripe.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 0.017435776 http_request_duration_seconds_count{status_code="404",method="GET",path="/checkout.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 0.015830412999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/webpack.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 0.010848957000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/payment.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 0.018364378 http_request_duration_seconds_count{status_code="404",method="GET",path="/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 0.024644521 http_request_duration_seconds_count{status_code="404",method="GET",path="/vendor.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 0.018613781 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 0.022688871999999995 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 0.032266064000000004 http_request_duration_seconds_count{status_code="404",method="GET",path="/runtime.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 0.017766098 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 0.020300306 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 0.014721326 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 0.019822386 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 0.013334723 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/static/js/bundle.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 0.023580478000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 0.025695683999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 0.029530896999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/js/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 0.031622623999999995 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/js/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 0.025765642000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/bundle.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 0.021901472 http_request_duration_seconds_count{status_code="404",method="GET",path="/vendor.js.map",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 0.023065435000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/runtime.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 0.019067742000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/chunk.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 0.013694284000000001 http_request_duration_seconds_count{status_code="404",method="GET",path="/dist/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 0.023191475999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/static/js/main.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 0.035371756000000004 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/bundle.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 0.035235314000000004 http_request_duration_seconds_count{status_code="404",method="GET",path="/js/app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 0.00666878 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/webpack.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 0.021208868 http_request_duration_seconds_count{status_code="404",method="GET",path="/_nuxt/app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 0.033153427000000006 http_request_duration_seconds_count{status_code="404",method="GET",path="/_nuxt/vendors.app.js.map",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 0.021803951 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 0.046923704 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/pages/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 0.028432174000000004 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/development/pages/_app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 0.016553292 http_request_duration_seconds_count{status_code="404",method="GET",path="/_nuxt/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 0.005146297 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/runtime-main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 0.024985002 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/index.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 0.010584794 http_request_duration_seconds_count{status_code="404",method="GET",path="/_nuxt/vendors.app.js",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 0.011125277999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/lib/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 0.031208260999999998 http_request_duration_seconds_count{status_code="404",method="GET",path="/src/config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 0.0243506 http_request_duration_seconds_count{status_code="404",method="GET",path="/src/constants.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 0.025964204 http_request_duration_seconds_count{status_code="404",method="GET",path="/__ENV.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 0.027700971 http_request_duration_seconds_count{status_code="404",method="GET",path="/config/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 0.026460886 http_request_duration_seconds_count{status_code="404",method="GET",path="/payment",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 0.01233124 http_request_duration_seconds_count{status_code="404",method="GET",path="/donate",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 0.035423632999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/.vite/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 0.025267562 http_request_duration_seconds_count{status_code="404",method="GET",path="/service-worker.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 0.020910987 http_request_duration_seconds_count{status_code="404",method="GET",path="/asset-manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 0.031204500999999996 http_request_duration_seconds_count{status_code="404",method="GET",path="/api/config.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 0.016721932000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/subscribe",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 0.02197535 http_request_duration_seconds_count{status_code="404",method="GET",path="/manifest.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 0.019957104 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/4.chunk.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 0.022624072000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/0.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 0.026813046 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/commons.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 0.016234131000000002 http_request_duration_seconds_count{status_code="404",method="GET",path="/assets/main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 0.012215199999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/vite.config.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 0.019043501 http_request_duration_seconds_count{status_code="404",method="GET",path="/runtime~main.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 0.023480357 http_request_duration_seconds_count{status_code="404",method="GET",path="/_app/env.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 7 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 10 http_request_duration_seconds_sum{status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 0.037870962 http_request_duration_seconds_count{status_code="404",method="GET",path="/src/env.d.ts",app="my-green-choice-api"} 10 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 0.013378922 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/index.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 0.013167363 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 0.011429116999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/build/manifest.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 0.022698273999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/build/entry.client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 2 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 0.037428641 http_request_duration_seconds_count{status_code="404",method="GET",path="/_astro/client.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 0.012545639999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/_astro/page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 0.016036491 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/build/root.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 6 http_request_duration_seconds_sum{status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 0.026343884999999997 http_request_duration_seconds_count{status_code="404",method="GET",path="/page-data/app-data.json",app="my-green-choice-api"} 6 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 0.012219199 http_request_duration_seconds_count{status_code="404",method="GET",path="/astro.config.mjs",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 3 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 0.025095683 http_request_duration_seconds_count{status_code="404",method="GET",path="/build/qwik-loader.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 0.012309039999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/.cache/page-ssr/routes/render-page.js",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 5 http_request_duration_seconds_sum{status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 0.013451801999999999 http_request_duration_seconds_count{status_code="404",method="GET",path="/public/page-data/app-data.json",app="my-green-choice-api"} 5 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 0.000635202 http_request_duration_seconds_count{status_code="404",method="GET",path="/wp-json/wc/v3",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 0.000630122 http_request_duration_seconds_count{status_code="404",method="GET",path="/magento_version",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 4 http_request_duration_seconds_sum{status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 0.00271445 http_request_duration_seconds_count{status_code="404",method="GET",path="/index.php",app="my-green-choice-api"} 4 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 0.000637522 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 0.000756122 http_request_duration_seconds_count{status_code="404",method="GET",path="/wp-json",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 0 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 0.020136777 http_request_duration_seconds_count{status_code="404",method="GET",path="/_next/static/chunks/:id.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 0.000495202 http_request_duration_seconds_count{status_code="404",method="GET",path="/static/js/:id.chunk.js",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.003",status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.03",status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.1",status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="0.3",status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="1.5",status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="10",status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 1 http_request_duration_seconds_bucket{le="+Inf",status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 1 http_request_duration_seconds_sum{status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 0.000985483 http_request_duration_seconds_count{status_code="404",method="GET",path="/admin/login",app="my-green-choice-api"} 1 # HELP up 1 = up, 0 = not up # TYPE up gauge up 1