Skip to content
#

influxdb

Here are 1,283 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

jsteenb2
jsteenb2 commented Feb 27, 2020

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

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/
patricktokeeffe
patricktokeeffe commented Oct 14, 2019

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

desa
desa commented Apr 21, 2020

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.

danielwolbe
danielwolbe commented Sep 11, 2019

When setting the monitor.tail property, it's possible to tail/update only filenames, and not directories:

https://github.com/Landoop/stream-reactor/blob/master/kafka-connect-ftp/src/main/scala/com/datamountaineer/streamreactor/connect/ftp/source/FtpFileLister.scala#L41

So, when a support for a recursive structure is required, it can be done in a way like this:
`connect.ftp.monitor.tail=/**:

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

cantino
cantino commented Nov 11, 2019
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' 
twiechert
twiechert commented Mar 7, 2019

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

Improve this page

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

Learn more

You can’t perform that action at this time.