diff --git a/public/app/plugins/datasource/mssql/partials/query.editor.html b/public/app/plugins/datasource/mssql/partials/query.editor.html index ddc24475d60..397a35164c0 100644 --- a/public/app/plugins/datasource/mssql/partials/query.editor.html +++ b/public/app/plugins/datasource/mssql/partials/query.editor.html @@ -39,9 +39,11 @@
Time series: - return column named time (in UTC), as a unix time stamp or any sql native date data type. You can use the macros below. -- optional: return column named metric to represent the series names. - any other columns returned will be the time point values. -- if multiple value columns are present and a metric column is provided. the series name will be the combination of "MetricName - ValueColumnName". +Optional: + - return column named metric to represent the series name. + - If multiple value columns are returned the metric column is used as prefix. + - If no column named metric is found the column name of the value column is used as series name Table: - return any set of columns diff --git a/public/app/plugins/datasource/mysql/partials/query.editor.html b/public/app/plugins/datasource/mysql/partials/query.editor.html index df68982fcfa..d4be22fc3e9 100644 --- a/public/app/plugins/datasource/mysql/partials/query.editor.html +++ b/public/app/plugins/datasource/mysql/partials/query.editor.html @@ -40,7 +40,10 @@Time series: - return column named time or time_sec (in UTC), as a unix time stamp or any sql native date data type. You can use the macros below. - return column(s) with numeric datatype as values -- (Optional: return column named metric to represent the series name. If no column named metric is found the column name of the value column is used as series name) +Optional: + - return column named metric to represent the series name. + - If multiple value columns are returned the metric column is used as prefix. + - If no column named metric is found the column name of the value column is used as series name Table: - return any set of columns