Skip to content
#

grafana

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

netdata
cyriltovena
cyriltovena commented Mar 23, 2020

Recently the table manager period has been changed to use model.Duration from Prometheus because of a vendoring in Cortex. see https://github.com/grafana/loki/blob/master/vendor/github.com/cortexproject/cortex/pkg/chunk/table_manager.go#L95 and #1838

The problem is that before time.Duration was supporting the value 0. Before it propagates to other fields we should try to suggest in the [pro

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.