This will be passed as-is to MongoDB. You may use this to select (for example) hits against a specific URL, or requests that invoked MongoCollection::find() more than 3 times.
{"meta.url" : "/index.php"}
Display runs that took more than 1 second{ "profile.main().wt" : {"$gt" : 1000000}}
It's unlikely you require the full dataset back, this allows you to grab just the values you care about to reduce transferred data.
{"meta" : true, "profile.main()" : true}
These are things that should end up on the graph
Array
(
[_id] => 633abfb6b119a58231dd1daf
[meta] => Array
(
[url] => /sm/wp-content/uploads/2022/09/images/img_37.png
[SERVER] => Array
(
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[DOCUMENT_ROOT] => /home/smartpyme/public_html
[REMOTE_ADDR] => 94.73.58.124
[SERVER_ADDR] => 37.153.91.31
[SERVER_NAME] => smartpyme.es
[HTTP_HOST] => smartpyme.es
[HTTP_USER_AGENT] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
[HTTPS] => on
[UNIQUE_ID] => Yzq_Wgggk5s1Yi7jzC3U9QACiAM
[PHP_SELF] => /sm/index.php
[REQUEST_TIME_FLOAT] => 1664794544.4296
[REQUEST_TIME] => 1664794544
)
[get] => Array
(
)
[env] => Array
(
)
[simple_url] => /sm/wp-content/uploads/2022/09/images/img_37.png
[request_ts] => 1664794544
[request_ts_micro] => 1664794544.4296
[request_date] => 2022-10-03
)
[profile] =>
)