The Wayback Machine - https://web.archive.org/web/20200614053637/https://github.com/topics/graphite
Skip to content
#

graphite

Here are 333 public repositories matching this topic...

netdata
ajprax
ajprax commented Dec 20, 2017

With log: {backend: "stdout", level: "..."} in config.js the daemon ignores the log level and still prints everything to stdout. This seems to be the result of lib/logger.js using util.log (deprecated since 6.0.0 20 months ago) which does not support log levels.

If the stdout logger cannot be easily made to respect the log level, it would be helpful if the config documentation in `exam

bug
VictoriaMetrics
korjavin
korjavin commented Apr 16, 2020

Describe the bug
vmagent with sd_k8s

To Reproduce
Start vmagent with config:

    - job_name: 'kubernetes-pods'
      kubernetes_sd_configs:
      - role: pod

on a cluster with many pods.

Please add pod name to error log.

It's hard to find them in a big cluster. In a message like this it's not clear what was the pod.

2020-04-15T22:32:32.512Z	error	Victor
prupert
prupert commented Apr 7, 2020

Describe the bug

/usr/share/icinga2/include/command-plugins.conf provides the http CheckCommand. Since version 2.3.0 there is a new option in check_http which allows for checking the correctness of a certificate and hostname match: --verify-host. Please add this to the built in template library.

https://icinga.com/docs/icinga2/latest/doc/10-icinga-template-library/

$ /usr/
prfalken
prfalken commented Jul 10, 2014

Hello and thank you for this awesome tool.
Could you provide detailed documentation and examples on how to create multiple dashboards with the help of templating ?

Our situation is :

  • collectd sends metrics from our servers in the form of collectd.{serverType}-{serverID}.load.load.longterm
  • We'd like to create a system dashboard for each server with cpu, load, disk, network and whatnot
  • We'd
vide
vide commented Feb 18, 2019

Hello

doing empirical tests + looking at go-carbon code looks like that you indeed follow the priority value in the storage-schemas.conf definitions.

For example

[should_apply_first]
pattern = ^stats\..*
priority = 1
retentions = 10s:1h

[should_not_apply_to_stats]
pattern = ^.*
priority = 10
retentions = 60s:1d

will apply a retention of 1 minute for 1 day to **ev

woodsaj
woodsaj commented Mar 27, 2020

Metrics2docs searches the code base for metric definitions and builds a docs page using the comments in the code.

In addition to having metrics for the core metrictank binary we also have metrics in other tooling that lives in cmd/*

To make things more clear, we should improve how the metrics are documented, grouping related metrics in separate sections in the current doc, or in individual d

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

replay
replay commented Apr 15, 2020

Version: master

How to reproduce:

  1. Start carbon-relay-ng with config examples/carbon-relay-ng.ini
  2. Go to web interface
  3. Fill all form fields with following values:
    Route Key: test
    Route Type: sendAllMatch
    Match prefix: a
    Match substring: b
    Match regex: c
    Address: 127.0.0.1:1234
  4. Click the Add button
  5. Panic:
goroutine 1201 [running]:
ti
jiblime
jiblime commented Nov 29, 2019

Crates are packages from the Rust community. Like what pip is to Python I would suppose. https://crates.io/

I've noticed a trend in cargos crates where most of them require -ffat-lto-objects or they will ICE. Albeit the list is short in the main Gentoo overlay, I don't think I've encounted a cargo crate package that doesn't need fat objects to compile. I'm assuming it's because they'r

Improve this page

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

Learn more

You can’t perform that action at this time.