Display a collection other than 'runs'
See original GitHub issueHi,
Is there a way to display the results in a collection other than runs in omniboard? That would be very useful for me as I store the results of different kinds of experiments in different collections.
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Using the Collection Runner | Postman Learning Center
Each collection has a Runs tab, which displays past and scheduled collection runs. The Runs tab also shows test counts and metrics like...
Read more >Collection Discovery - Ex Libris Knowledge Center
A subcollection is a collection that belongs to another collection. It may not belong to more than one collection.
Read more >AO3 Collections | How to run: Fests Bangs Exchanges Wiki
It is most useful if your collection is set to Open (above) and you want to keep track when people other than the...
Read more >Content Manager: Displaying Collection Content on a Regular ...
In this tutorial, you'll learn how to build a custom page to display data from a collection. We'll show you how to lay...
Read more >Postman Collections: How To Use and Group Requests in ...
Making a folder is like making another folder inside Movies folder, such as "English Movies" which will contain all the English language movies, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @saper0,
Can you try hitting the browser with
<host>:<port>/databasesince the path you mentioned in the config isdatabase? If that path doesn’t work, you can configure the path to something else likedb1and then access the UI with<host>:<port>/db1. Let me know if it still doesn’t work.Omniboard runs on
Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-42-generic x86_64)on a remote server. I access it locally through a ssh tunnel. My local operating system isMac OS Moneterey 12.2and the problem happens withFirefox version (97.0, 64bit)andChrome Version 98.0.4758.102 (Official Build) (arm64), I did not test other configurations.The problem only occurs when accessing the metrics collection. I can view experiment details if another “section” is opened by default e.g. “output”. However, if I then click “metrics”, the window will go blank.