-
## Feature Request
Some metrics such as num_fds or read_bytes are not available or return 0 unless the whole agent is run as root. However running a service as root which may interact with many com…
-
### Relevant telegraf.conf
```toml
# HTTP/HTTPS request given an address a method and a timeout
[[inputs.http_response]]
## List of urls to query.
urls = ["https://mywebsite.com"]
## Se…
-
### Relevant telegraf.conf
```toml
[[inputs.vsphere]]
interval = "300s"
vcenters = [ "https:///sdk" ]
username = "user"
password = "password"
insecure_skip_verify = true
…
-
### Relevant telegraf.conf
```toml
[[inputs.vault]]
url = "http://vaulty-0.dev:8200"
token = "XXX"
interval = "30s"
[inputs.vault.tags]
namespace = "dev"
```
…
-
### Use Case
Currently the postgreql column for datetime is hard coded to `PgTimestampWithoutTimeZone`. This is problematic when I'm attempting to use timezone specific date sources.
### Expect…
-
### Describe the bug
Trying to set the aws region programmatically by passing in to `config.LoadDefaultConfig` using `WithRegion` as demonstrated by here:
https://aws.github.io/aws-sdk-go-v2/docs/…
-
## Feature Request
### Proposal:
Extend the functionality of the existing `infiniband` input plugin to capture hardware counters. Mellanox, the hardware vendor, has already written the function in…
-
## Feature Request
It's hard if not impossible to filter metrics affected by processors.override.
### Current behavior:
Fieldpass is not allowed within processor plugins:
```Error parsing mqtt.c…
-
### Relevent telegraf.conf
```toml
// Devices contains devices informations
type Devices struct {
ID uint16 `json:"id"`
Name string `json:"name"`
RoomID uint16 `json:"roomID"…
-
### Relevant telegraf.conf:
### System info:
telegraf v1.10.1-1
CentOS Linux release 7.6.1810 (Core)
### Steps to reproduce:
Since inputs.http_response doesn't support multiple addresses …