graphite
Here are 333 public repositories matching this topic...
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
-
Updated
May 29, 2020 - JavaScript
Hi we added a new plugin check for Cabot that allows Cabot to create something similar to https://deadmanssnitch.com/ . It uses redis keys to check for background jobs/processes that fail to check in within a specific interval. Also unlike Deadmansnitch it works with much more granular intervals down to seconds or even larger ones like days.
Update M3DB intro limitations to include complex types and out of order writes support.
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
ReportRunner is an unknown identifier. I cannot find it anywhere in the documentation.
https://www.app-metrics.io/getting-started/
public static class Program
{
public static async Task Main()
{
var metrics = new MetricsBuilder()
.Report.ToConsole()
.Build();
var counter = new CounterOptions { Name = "my_counter" };
metrics.Mea
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/
Previously for counters aggregationMethod was sum, now it is max
graphite-project/carbon@e4953da
This is good for use case described in https://answers.launchpad.net/graphite/+question/286462 but wrong for statsd counters which are reset every (statsd) flush interval.
Maybe it would be more reasonable to add a comment to storage-agg
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
Today, the administration panel UI lacks some documentation.
To ease initial setup, it would be convenient to have a wizard-like UI when setuping new providers.
UI Onboarding
-
Updated
May 8, 2020 - Python
http://docs.grafana.org/installation/debian/#apt-repository
The Dockerfile doesn't contain creating a file /etc/apt/sources.list.d/grafana.list.
The Latest version of the Dockerfile installs Grafana 2.6.0, and latest Grafana version is 6.x.
It would be great to support newer versions
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
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
-
Updated
Jun 7, 2020 - Python
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Jul 25, 2018 - Go
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
Version: master
How to reproduce:
- Start carbon-relay-ng with config
examples/carbon-relay-ng.ini - Go to web interface
- 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 - Click the
Addbutton - Panic:
goroutine 1201 [running]:
ti
In the README it said that:
Ceres is ... intended to replace Whisper as the default storage format for Graphite.
However the latest commit was one year ago. Is the above statement still true? Or Ceres has been discontinued?
Add documentation
Consider the below cluster:
cluster carbon_caches
carbon_ch replication 2
host1:2003=a
host1:2103=b
host1:2203=c
host2:2003=a
host2:2103=b
host2:2203=c
host3:2003=a
host3:2103=b
host3:2203=c
With this set up, the replicas do not necessarily make it to distinct hosts; some times they end up on diffe
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
The graphite source by default will listen on TCP, port 2004 for plaintext protocol. Apparently, this should be 2003, not 2004 which is the pickle port. This change should be simple to do but it will be backward incompatible, so it'll need to be lined up with 0.8.0 or some other major release.
I think should be corrected and reflect the actual git branch/tag version... Also this is no should be considered snapshot as we a using it...
https://github.com/yandex/graphouse/blob/d368c1150700adce07e5232d4b68eff28c1e3ffb/build.gradle#L18
http://graphite.readthedocs.org/en/latest/functions.html#graphite.render.functions.asPercent
When used with two metrics and no value to determine the 100%, carbonapi draws a 100% value, graphite-web draws two lines with the corresponding percentage calculations based on the sum of both.
Improve this page
Add a description, image, and links to the graphite topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphite topic, visit your repo's landing page and select "manage topics."


Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999