-
With docker-compose.yml:
```
version: '2'
services:
nginx:
build: ./nginx
ports:
- "80:80"
- "443:443"
volumes:
- /var/log/nginx
…
-
Use the [exporter toolkit](https://pkg.go.dev/github.com/prometheus/exporter-toolkit/web) to add support for TLS on the HTTP interface. See prometheus/graphite_exporter#175 for an example.
-
### Problem
_No response_
### Description
It looks like netdata does not expose the number of CPU cores / CPUs as a metric, only as a label. How much of a problem this is depends what you then do w…
-
**Is your feature request related to a problem? Please describe.**
StatsD metrics ingestion format is in wide use now. It would be great if VictoriaMetrics could accept data in this format. There are…
-
For doing troubleshooting, health checking, and performance analysis of Spark applications, delivering Spark metrics to a dedicated metrics system is a frequently used paradigm. Frequently, dedicated …
-
Break-out from #80:
The exporter's metric parsing currently fails if any component of the Graphite metric name contains underscores, unless there is a mapping that constructs a valid Prometheus nam…
-
For graphite exporter mappings i see there's a special action: "drop" for a catch-all rule that can discard the incoming that dont match.
```yaml
---
- match: "."
match_type: regex
action…
-
Type: Bug
1. Start a Jupyter Server from the command line (ex: `jupyter notebook --NotebookApp.token='FooBar123'`)
2. Create Notebook (ex: `Create: New Jupyter Notebook`)
3. Run the notebook with t…
-
### Is your feature request related to a problem? Please describe.
I want to export metrics via [StatsD](https://github.com/statsd/statsd), a common protocol used for many backends including Graphi…
-
2.5.0 works fine. Here's the error:
```
$ tox -rv -e integration test_inventory
...
integration installed: ansible==2.5.1,apipkg==1.4,asn1crypto==0.24.0,attrs==18.1.0,bcrypt==3.1.4,cffi==1.11.5,cr…