-
Add a note that Serverless doesn't include custom partitioning, but Clustered and Cloud Dedicated do.
(This is also confusing for AIs)
-
From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#308
-
I am trying to deploy Telegraf by its helm chart to Kubernetes.
However, when I follow the readme by https://github.com/influxdata/helm-charts
```sh
helm repo add influxdata https://helm.influx…
-
From time to time, some of the integration tests fail for strange reasons. It may be due to how a port is being selected for the running `influxdb3 serve` binary that is spun up in the test harness.
…
-
Hello!
I'm using nginx as a metric proxy.
## Telegraf
The chain is: x2i => nginx:8088 => telegraf:8087 => influxdb2/influxdb1:8086
#### nginx.conf
There is a basic config for the telegra…
-
DB core: https://github.com/influxdata/influxdb
Dashboard (Frontend + Backend): https://github.com/influxdata/chronograf
Status: the chronograf dashboard doesn't have OAuth code yet. Code modifica…
-
support version
measurement
metric
simple description
detail ref. link
v0.2.0~
cpu
usage_idle
cpu idle percent
link
v0.2.0~
…
-
From ifql created by [nathanielc](https://github.com/nathanielc) : influxdata/ifql#331
Are arrays fixed size or can they grow and shrink? What operators apply to arrays?
-
Running the [influxdbreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/influxdbreceiver) in the opentelemetry collector,
we see metrics submission fail wi…
-
hi,
this test fails, any ideas?
```go
package main
import (
"testing"
"time"
"github.com/influxdata/line-protocol/v2/lineprotocol"
)
func TestTime(t *testing.T) {
enc…