The majority of the code doesn't need to be able to AddMetric(s) to the metric API, since normal queries aren't allowed to modify the index (they can only read it).
"UI" has been renamed to "web" for clarity.
"Query" has been replaced with "console" for clarity, and no longer uses liner. This removes this dependency from MQE.
The majority of the code doesn't need to be able to
AddMetric(s)
to the metric API, since normal queries aren't allowed to modify the index (they can only read it)."UI" has been renamed to "web" for clarity.
"Query" has been replaced with "console" for clarity, and no longer uses
liner
. This removes this dependency from MQE.