Aliaksandr Valialkin
|
50ecf09042
|
lib/protoparser/graphite: add more tests after eb45185eef
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/610
|
2020-07-08 14:13:03 +03:00 |
|
Seva Poliakov
|
1ae0334e17
|
Fix graphite minus one timestamp (#609)
* fix graphite -1 timestamp
* format the graphite fix -1 timestamp
|
2020-07-08 14:13:01 +03:00 |
|
Aliaksandr Valialkin
|
fe77d661b3
|
all: use errors.As instead of type assertion for detecting net.Error
|
2020-07-01 00:16:13 +03:00 |
|
Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +03:00 |
|
Aliaksandr Valialkin
|
3845420a8f
|
lib: extract common code for returning fast unix timestamp into lib/fasttime
|
2020-05-14 23:06:50 +03:00 |
|
Aliaksandr Valialkin
|
1f0e8fdc0d
|
lib/promscrape: fix tests after the commit 658a8742ac
The original commit copies `__address__` label to `instance` label when generating per-target labels as Prometheus does.
See https://www.robustperception.io/life-of-a-label for details.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/453
|
2020-05-03 16:59:29 +03:00 |
|
DexterZhang
|
317688f144
|
fix(vmagent): different behavior as how prometheus deal with labels. [Issue#453] (#454)
|
2020-05-03 16:59:28 +03:00 |
|
Aliaksandr Valialkin
|
661cfb03e2
|
lib/protoparser: add -*TrimTimstamp command-line flags for Influx, Graphite, OpenTSDB and CSV data
These flags can be used for reducing disk space usage for timestamps data ingested over the given protocols
|
2020-04-10 12:44:46 +03:00 |
|
Aliaksandr Valialkin
|
fa7910fba1
|
lib/protoparser/csvimport: add missing metric vm_rows_invalid_total{type="csvimport"}
|
2020-03-12 15:28:10 +02:00 |
|
Aliaksandr Valialkin
|
2f0a36044c
|
app/{vmagent,vminsert}: add support for importing csv data via /api/v1/import/csv
|
2020-03-10 21:17:40 +02:00 |
|
Aliaksandr Valialkin
|
c3b239eb1a
|
lib/protoparser/prometheus: allow trailing comma in tags list
The trailing comma is generated by cloudwatch exporter.
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/350
|
2020-03-02 22:23:28 +02:00 |
|
Aliaksandr Valialkin
|
6a1aab88fd
|
lib/protoparser: metrics renaming: vm_protoparser_<type>_* -> vm_protoparser_*{type="<type>"}
This should improve composability of these metrics in PromQL queries
|
2020-02-28 20:19:59 +02:00 |
|
Aliaksandr Valialkin
|
c4194020ef
|
app/vmagent: do not allow sending unpacked requests with sizes exceeding -maxInsertRequestSize
|
2020-02-25 19:35:43 +02:00 |
|
Aliaksandr Valialkin
|
2471340e0d
|
app/vmagent: add ability to accept Influx line protocol data via TCP and UDP
Just set `-influxListenAddr` command-line flag
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/333
|
2020-02-25 19:18:01 +02:00 |
|
Aliaksandr Valialkin
|
7ee7614e90
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 17:31:54 +02:00 |
|
Aliaksandr Valialkin
|
9d279e26a7
|
lib/protoparser/prometheus: skip leading whitespace from tag names
|
2020-02-16 19:06:23 +02:00 |
|
Aliaksandr Valialkin
|
36a1a21d6e
|
lib/protoparser: add parser for Prometheus exposition text format
This parser will be used by vmagent
|
2020-01-24 20:11:19 +02:00 |
|
Aliaksandr Valialkin
|
0cda6afa8e
|
app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent
|
2020-01-24 16:55:18 +02:00 |
|