influxdb
Here are 1,283 public repositories matching this topic...
Steps to reproduce:
On a template variable with multi-select:
- enter a search which matches one or more items
- navigate by keyboard to an item
- 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
Right now we have the following, which doesn't validatie the needs of a given view. This allows for any colors to be provided, not necessarily the ones that are required. I'd recommend making these color validations accurate, where for Gauge it would require the min and max for instance. I'm assuming these are required for gauge, that may be in error. Would be nice to provide swagger that p
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
-
Updated
Jul 9, 2020 - C#
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/
Currently the only two revisions viewable on https://influxdb-python.readthedocs.io are latest and stable. This means users of older versions must browse the sphinx build directory to identify the relevant source code file, then locate that source code and read the function docstring. :(
Could certain (all?) prior versions be included in sphinx doc generation so users can refer to HTML i
-
Updated
Jul 9, 2020 - Go
currently we fetch all the tasks the are available in kapacitor. For instances with large numbers of tasks this can take quite a bit of time. We should add some kind of pagination to allow for these types of operations.
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
I don't see a CONTRIBUTING file in your repository, nor a wiki section. Do you have a vision on where you're going and would you accept pull requests?
I'm interested in adding in x86 checks to make the script viable for any architecture, specifically, x86 and CentOS.
This ticket is meant to log user feedback on current documentation insufficiencies and ideas for improvements. All ideas welcome, please add a comment if you find something illogical or missing. Thank you!
It's possible that I'm simply missing it in the documentation, but it doesn't appear as if there is any support for bind parameters in this client.
Could this be added?
https://docs.influxdata.com/influxdb/v1.4/tools/api/#bind-parameters
When setting the monitor.tail property, it's possible to tail/update only filenames, and not directories:
So, when a support for a recursive structure is required, it can be done in a way like this:
`connect.ftp.monitor.tail=/**:
-
Updated
Jan 29, 2020
-
Updated
Oct 2, 2019
-
Updated
Jul 7, 2020 - Makefile
-
Updated
Jun 10, 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
-
Updated
Jan 11, 2020 - Python
-
Updated
Jul 8, 2020 - Go
INFLUX.create_database("foo").body
=> "{\"results\":[{\"statement_id\":0,\"messages\":[{\"level\":\"warning\",\"text\":\"deprecated use of 'CREATE DATABASE foo' in a read only context, please use a POST request instead\"}]}]}\n"
INFLUX.delete_database("foo").body
=> "{\"results\":[{\"statement_id\":0,\"messages\":[{\"level\":\"warning\",\"text\":\"deprecated use of 'DROP DATABASE foo'
We use the connect ui in a Kubernetes setup where a sidecar of the connect-ui is notified when a new connect cluster joins. This sidecar updates then the caddy server configuration (mostly proxy settings).
Unfortunately, the caddy server does not restart automatically in case of config changes.
Proposal: use a tool like inotifywait that listens on changes of the caddy config and restart th
-
Updated
Nov 11, 2019 - Go
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.
Improve this page
Add a description, image, and links to the influxdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the influxdb 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