Ver Fonte

stackdriver: add help text for bucket alias

Daniel Lee há 7 anos atrás
pai
commit
b4a51ad7ce

+ 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>