Skip to content
#

dashboards

Here are 257 public repositories matching this topic...

timgl
timgl commented May 5, 2020

Is your feature request related to a problem? Please describe.

I want to export a list of events as CSV.

Describe the solution you'd like
Whenever there's an EventTable, I'd like a button to export the currently filtered list by CSV.

Additional context
This should be pretty easy, see #441. It is worth putting in a sensible limit (10k?) to avoid exporting the entire database.

matthewmrichter
matthewmrichter commented Mar 5, 2020

What you expected to happen?

We should have a Links class defined for the optional dashboard links in the top right.

Current workaround is to paste the links in JSON Model format:

    return Dashboard(
        title="Grafana Metrics",
        links=[
            {
            "icon": "external link",
            "tags": [],
            "targetBlank": True,
            "titl
6
mrajalko
mrajalko commented Mar 29, 2020

Is there any tutorial other than quick tutorial, which is good for start, but where to find answers to slightly difficult questions like

  1. how to create columns like year / month of date columns.
  2. how to create columns like amount which is computed by a formula.
  3. how to create drill-down report.

all these samples are available in code but how to create on your tables, right from scra

MarcSkovMadsen
MarcSkovMadsen commented Feb 23, 2020

My Pain

Once in a while I get a request to embed a pdf onto into a page. The use case is that someone might have written a pdf analysis, some documentation or a guide. And for the product owner its not enough to download and read this document. They wan't it to appear as a part of the application. And it enables some users to contribute to an app via Word and Pdf without knowing anything a

SivamPillai
SivamPillai commented Apr 4, 2019

The table component is an elegant solution, especially when importing the table from a pandas dataframe in python. However, it does not seem to have an option to enable pagination. This makes it less useful for large tables. Am I missing something or has this not been implemented yet. This would also go well with more table features like sorting, filtering, highlighting, etc.

If we can do this

davidarcher
davidarcher commented Aug 15, 2019

REPRO STEPS:

  1. Navigate to the Argus viewmetrics page
  2. Paste in the following to the text input box
GROUPBY(-15m:-2m:foo.bar.-.-:some.metric.*.here{tag=baz}:avg:3m-avg, #(someRegexForGrouping)#, #SUM#)
  1. Click the Prettify button

EXPECTED:
The query entered should be formatted without changing the actual text of the query

GROUPBY(
  -15m:-2m:foo.bar.-.-:some.metric.*.h
t3h2mas
t3h2mas commented Jun 5, 2018

I set up grafana w/ google login, so I'm trying to use an API key to connect wizzy to the dashboards.

I see that 'grafana:api_key' is an entry in validConfigs from config.js L:21.

EDIT: Using something like

{
  "config": {
    "grafana": {
      "url": "[URL]",
      "api_key": "[KEY]"
    }
  }
}

in the wizzy.json appeared to work. Maybe it should be a documented op

Improve this page

Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.