Browse Source

stackdriver: add help text for bucket alias

Daniel Lee 7 years ago
parent
commit
b4a51ad7ce
1 changed files with 4 additions and 0 deletions
  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>