mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
docs/Single-server-VictoriaMetrics.md: re-organize chapters
This commit is contained in:
parent
84fa146792
commit
8a02e01210
@ -105,11 +105,11 @@ Cluster version is available [here](https://github.com/VictoriaMetrics/VictoriaM
|
|||||||
* [Backfilling](#backfilling)
|
* [Backfilling](#backfilling)
|
||||||
* [Profiling](#profiling)
|
* [Profiling](#profiling)
|
||||||
* [Integrations](#integrations)
|
* [Integrations](#integrations)
|
||||||
* [Roadmap](#roadmap)
|
* [Third-party contributions](#third-party-contributions)
|
||||||
* [Contacts](#contacts)
|
* [Contacts](#contacts)
|
||||||
* [Community and contributions](#community-and-contributions)
|
* [Community and contributions](#community-and-contributions)
|
||||||
* [Third-party contributions](#third-party-contributions)
|
|
||||||
* [Reporting bugs](#reporting-bugs)
|
* [Reporting bugs](#reporting-bugs)
|
||||||
|
* [Roadmap](#roadmap)
|
||||||
* [Victoria Metrics Logo](#victoria-metrics-logo)
|
* [Victoria Metrics Logo](#victoria-metrics-logo)
|
||||||
* [Logo Usage Guidelines](#logo-usage-guidelines)
|
* [Logo Usage Guidelines](#logo-usage-guidelines)
|
||||||
* [Font used](#font-used)
|
* [Font used](#font-used)
|
||||||
@ -934,18 +934,15 @@ The collected profiles may be analyzed with [go tool pprof](https://github.com/g
|
|||||||
* [netdata](https://github.com/netdata/netdata) can push data into VictoriaMetrics via `Prometheus remote_write API`.
|
* [netdata](https://github.com/netdata/netdata) can push data into VictoriaMetrics via `Prometheus remote_write API`.
|
||||||
See [these docs](https://github.com/netdata/netdata#integrations).
|
See [these docs](https://github.com/netdata/netdata#integrations).
|
||||||
* [go-graphite/carbonapi](https://github.com/go-graphite/carbonapi) can use VictoriaMetrics as time series backend.
|
* [go-graphite/carbonapi](https://github.com/go-graphite/carbonapi) can use VictoriaMetrics as time series backend.
|
||||||
See [this example](/blob/master/cmd/carbonapi/carbonapi.example.prometheus.yaml).
|
See [this example](https://github.com/go-graphite/carbonapi/blob/master/cmd/carbonapi/carbonapi.example.prometheus.yaml).
|
||||||
* [Ansible role for installing VictoriaMetrics](https://github.com/dreamteam-gg/ansible-victoriametrics-role).
|
* [Ansible role for installing VictoriaMetrics](https://github.com/dreamteam-gg/ansible-victoriametrics-role).
|
||||||
|
|
||||||
## Roadmap
|
## Third-party contributions
|
||||||
|
|
||||||
* [ ] Replication [#118](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/118)
|
* [Unofficial yum repository](https://copr.fedorainfracloud.org/coprs/antonpatsev/VictoriaMetrics/) ([source code](https://github.com/patsevanton/victoriametrics-rpm))
|
||||||
* [ ] Support of Object Storages (GCS, S3, Azure Storage) [#38](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/38)
|
* [Prometheus -> VictoriaMetrics exporter #1](https://github.com/ryotarai/prometheus-tsdb-dump)
|
||||||
* [ ] Data downsampling [#36](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/36)
|
* [Prometheus -> VictoriaMetrics exporter #2](https://github.com/AnchorFree/tsdb-remote-write)
|
||||||
* [ ] Alert Manager Integration [#119](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/119)
|
* [Prometheus Oauth proxy](https://gitlab.com/optima_public/prometheus_oauth_proxy) - see [this article](https://medium.com/@richard.holly/powerful-saas-solution-for-detection-metrics-c67b9208d362) for details.
|
||||||
* [ ] CLI tool for data migration, re-balancing and adding/removing nodes [#103](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/103)
|
|
||||||
|
|
||||||
The discussion happens [here](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/129). Feel free to comment on any item or add you own one.
|
|
||||||
|
|
||||||
## Contacts
|
## Contacts
|
||||||
|
|
||||||
@ -978,17 +975,21 @@ We are open to third-party pull requests provided they follow [KISS design princ
|
|||||||
|
|
||||||
Adhering `KISS` principle simplifies the resulting code and architecture, so it can be reviewed, understood and verified by many people.
|
Adhering `KISS` principle simplifies the resulting code and architecture, so it can be reviewed, understood and verified by many people.
|
||||||
|
|
||||||
## Third-party contributions
|
|
||||||
|
|
||||||
* [Unofficial yum repository](https://copr.fedorainfracloud.org/coprs/antonpatsev/VictoriaMetrics/) ([source code](https://github.com/patsevanton/victoriametrics-rpm))
|
|
||||||
* [Prometheus -> VictoriaMetrics exporter #1](https://github.com/ryotarai/prometheus-tsdb-dump)
|
|
||||||
* [Prometheus -> VictoriaMetrics exporter #2](https://github.com/AnchorFree/tsdb-remote-write)
|
|
||||||
* [Prometheus Oauth proxy](https://gitlab.com/optima_public/prometheus_oauth_proxy) - see [this article](https://medium.com/@richard.holly/powerful-saas-solution-for-detection-metrics-c67b9208d362) for details.
|
|
||||||
|
|
||||||
## Reporting bugs
|
## Reporting bugs
|
||||||
|
|
||||||
Report bugs and propose new features [here](https://github.com/VictoriaMetrics/VictoriaMetrics/issues).
|
Report bugs and propose new features [here](https://github.com/VictoriaMetrics/VictoriaMetrics/issues).
|
||||||
|
|
||||||
|
## Roadmap
|
||||||
|
|
||||||
|
* [ ] Replication [#118](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/118)
|
||||||
|
* [ ] Support of Object Storages (GCS, S3, Azure Storage) [#38](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/38)
|
||||||
|
* [ ] Data downsampling [#36](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/36)
|
||||||
|
* [ ] Alert Manager Integration [#119](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/119)
|
||||||
|
* [ ] CLI tool for data migration, re-balancing and adding/removing nodes [#103](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/103)
|
||||||
|
|
||||||
|
The discussion happens [here](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/129). Feel free to comment on any item or add you own one.
|
||||||
|
|
||||||
|
|
||||||
## Victoria Metrics Logo
|
## Victoria Metrics Logo
|
||||||
|
|
||||||
[Zip](VM_logo.zip) contains three folders with different image orientations (main color and inverted version).
|
[Zip](VM_logo.zip) contains three folders with different image orientations (main color and inverted version).
|
||||||
|
Loading…
Reference in New Issue
Block a user