Skip to content

Commit

Permalink
ui: Clarify name of the node count graph
Browse files Browse the repository at this point in the history
Addresses cockroachdb#18452 for 1.1
  • Loading branch information
a-robinson committed Sep 15, 2017
1 parent 4969e28 commit 31565fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/ui/embedded.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function (props: GraphDashboardProps) {
const { nodeSources, tooltipSelection } = props;

return [
<LineGraph title="Node Count" tooltip="The number of nodes active on the cluster.">
<LineGraph title="Live Node Count" tooltip="The number of live nodes in the cluster.">
<Axis>
<Metric name="cr.node.liveness.livenodes" title="Live Nodes" aggregateMax />
</Axis>
Expand Down

0 comments on commit 31565fb

Please sign in to comment.