diff --git a/Resources/views/Collector/elastica.html.twig b/Resources/views/Collector/elastica.html.twig index 137dcdb..a665e2d 100644 --- a/Resources/views/Collector/elastica.html.twig +++ b/Resources/views/Collector/elastica.html.twig @@ -46,7 +46,7 @@ Path: {{ query.path }}
Method: {{ query.method }}
- {{ query.data|yaml_encode }} + {{ query.data|json_encode }}
Time: {{ '%0.2f'|format(query.executionMS * 1000) }} ms