21 Commits

Author SHA1 Message Date
03820d2941 fix: not a good refactor there 2024-04-04 16:12:31 -04:00
a0b3956d8a dev: Only apply filters when there is a placeholder
* Allows you to respect commas placement
* This is effectively the only way you can safely apply filters
  when there are complicated query expressions.
2024-03-20 16:06:04 -04:00
0a2bde6990 dev: Example of the FILTERS placeholder 2024-03-12 21:29:27 -04:00
ec2394eaf7 feat: logql queries in dashboard definitions 2024-03-02 10:13:07 -05:00
2f15472d62 ui: Configure legend positioning
closes #18
2024-02-25 16:40:59 -05:00
557d704a1b feat: Better y axes definition 2024-02-24 20:05:11 -05:00
8aa41eb68c feat: Flag to validate config and queries succeeed. 2024-02-23 17:10:36 -05:00
835c120d4b ui: Allow you to specify the fill for a trace 2024-02-23 12:50:56 -05:00
18eb50fbbd feat: use a js template literal for trace name 2024-02-19 19:15:34 -05:00
dbb69da516 docs: Helpful comments for the dashboard configuration 2024-02-17 11:06:46 -05:00
4674a821d8 feat: multiple subplots per graph 2024-02-16 18:07:34 -05:00
349003bd6f feat: Allow formatting the yaxis tick marks 2024-02-16 15:01:22 -05:00
964a5e10e3 fix: spans should parse and get applied correctly 2024-02-15 15:28:31 -05:00
7f30d87d75 ux: end is better than start 2024-02-14 20:03:50 -06:00
710f73332d feat: Dashboard level timespans 2024-02-13 16:15:19 -06:00
d855008747 feat: You can specify the timespan for Range queries 2024-02-13 14:22:26 -06:00
631fedfa2f feat: Point in time shows as bar chart 2024-02-11 19:09:06 -06:00
41b450c302 fix: broken query in example 2024-02-10 18:25:11 -06:00
dfa8196af4 feat: specify the trace label in graph config. 2024-02-10 14:19:19 -06:00
9e52ac341b dev: Encapsulate the graphing bits in a web component 2024-02-08 19:07:46 -06:00
716f235335 feat: Run queries via the ui for dashboard graphs
The prometheus library requires tokio.
2024-02-04 18:13:20 -06:00