浏览代码

stackdriver: add help text for bucket alias

Daniel Lee 7 年之前
父节点
当前提交
b4a51ad7ce
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      public/app/plugins/datasource/stackdriver/components/Help.tsx

+ 4 - 0
public/app/plugins/datasource/stackdriver/components/Help.tsx

@@ -95,6 +95,10 @@ export class Help extends React.Component<Props, State> {
                 <li>
                   <code>{`${'{{resource.label.label_name}}'}`}</code> = Resource label metadata e.g. resource.label.zone
                 </li>
+                <li>
+                  <code>{`${'{{bucket}}'}`}</code> = bucket boundary for distribution metrics when using a heatmap in
+                  Grafana
+                </li>
               </ul>
             </pre>
           </div>