Commit Graph

10 Commits

Author SHA1 Message Date
Roland Schilter
2d80e55cc8 Pass timetravel timestamp to cortex in deeplink
Closes #2753
2017-08-11 18:18:37 +01:00
Roland Schilter
87efac0b1d No preview for overflow health items 2017-08-11 16:45:14 +01:00
Roland Schilter
fc90ec8929 JS feedback from David 2017-08-11 16:45:14 +01:00
Roland Schilter
bc8d590d9a Color metric label on hover 2017-08-11 16:45:13 +01:00
Roland Schilter
29a3070338 Pass layout when tracking mixpanel event 2017-08-11 16:45:13 +01:00
Roland Schilter
8188b7aed2 Append links directly to metrics
The initial idea was to keep it separate since the unattached
links were also to be displayed distinctively from the metrics.
With the new design, unattached links are rendered in the same
list as metrics with attached links.

Therefore, we treat unattached metric links as an empty metric.
2017-08-11 16:45:13 +01:00
Roland Schilter
5a2593b5eb New design for hover states and overflow handling 2017-08-11 16:45:13 +01:00
Roland Schilter
6b414ee435 Track health graph click in mixpanel (&& cleanup) 2017-08-11 16:45:13 +01:00
Roland Schilter
d0527d28df Fix linting, cleanup, and add example to flag 2017-08-11 16:45:13 +01:00
Roland Schilter
702220f2ce Link scope-ui graphs clickable to prometheus queries
scope-app:
- Adds `-app.metrics-graph` cli flag for configuring the base url to
  use for graph links; supports `:orgID` and `:query` placeholders
- Renders `metric_links` in node detail API response

scope-ui:
- Extends `<CloudFeature />` with option `alwaysShow` and adds
  boolean `isCloud` property
- Links metric graphs in the ui's node details view for all k8s
  toplogies; or displays placeholder graph if no metrics available
2017-08-11 16:45:13 +01:00