Skip to content
#

grafana

Here are 1,757 public repositories matching this topic...

netdata
belm0
belm0 commented Dec 9, 2019

Steps to reproduce:

On a template variable with multi-select:

  1. enter a search which matches one or more items
  2. navigate by keyboard to an item
  3. use space bar to toggle the item

Actual Result:
The space bar input is appended or prepended to the search text.

Expected Result
The search text should remained unchanged, since focus is on a dropdown item.

**Releva

cyriltovena
cyriltovena commented Feb 27, 2020

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

We plan to do ruling and alerting like Prom with Alertmanager, but in the meantime we have multiple ways to already alerts on logs and I think we should document it.

This include alerting with Promtail/Alertmanager using stages or alerting with Grafana using Loki as Prometheus datasource.

We should also explain that you

DasyDong
DasyDong commented Apr 16, 2020

Since kubernetes latest version has reached 1.18, in new Version we need new apiVersion value

Use 'apps/v1' to replace 'extensions/v1beta1' for example-app deployment

path : use-operator-manage-prometheus.md

current:

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: example-app

new:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: examp
waleedsaud
waleedsaud commented Aug 31, 2016
  • There is no install docs detailing how to install it. the docker stuff I do not know how it is installed.
  • The documentation is messy.
  • There is no support docs meaning what application server you support monitoring .
  • I think you have 2 parts one is the browser plugin and the other is the server , there is no clear indication between them and do I need to use both of them .

--Thank you

PavelMikhailouski
PavelMikhailouski commented Jun 5, 2019

Is your feature request related to a problem? Please describe.
Currently 'Table' layout of Zabbix Problem panel does not handle newlines and HTML/markdown in trigger descriptions (see Screenshot 1).
I know newline is kind of a known issue, but HTML/markdown was always properly handled by the 'List' layout.

Describe the solution you'd like
Please add HTML/newline support to 'Table' l

Sarke
Sarke commented Jul 8, 2019

The README.md currently mentions how to do this using DNS, but could this process not be improved on by using Consul instead?

As already mentioned in the readme, DockerSwarm.rocks recommends Traefik and HTTPS. This install uses Consul as a key-value store for the SSL certificates, which means many/most of the Docker Swarm installs following that recipe will have C

samber
samber commented Mar 25, 2020

Today, we add for: 5m to alerts, automatically.

Use case: mysql_global_status_uptime < 60 would never trigger

5m can be the default value.

Progression:

Basic resource monitoring

  • Prometheus self-monitoring
  • Host/Hardware
  • Docker Containers
  • Blackbox
  • Windows

Databases and brokers

  • MySQL
  • PostgreSQL
  • PGBouncer
  • [
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
teslamate
cwanja
cwanja commented Apr 19, 2020

Describe the bug

Not necessary a "bug", nor a feature. More aesthetics. The color of "charging" on the pie chart is green, which reflects "sleeping" in the states dashboard.

This might be a feature :) Could we also add a pie chart to the "States" dashboard instead of the boxed legend under the continuous bar?

To Reproduce

Steps to reproduce the behavior:

  1. Go to Trip da

Improve this page

Add a description, image, and links to the grafana 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 grafana topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.