Skip to content

Commit

Permalink
added VictoriaMetrics to Monitoring section (bregman-arie#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisgolius authored Dec 17, 2022
1 parent ae3d80b commit ec02682
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<td align="center"><a href="resources/go.md"><img src="images/go.png" width="80px;" height="75px;" alt="Go"/><br /><b>Go</b></a></td>
<td align="center"><a href="resources/bash.md"><img src="images/bash.png" width="70px;" height="75px;" alt="Bash"/><br /><b>Shell Scripting</b></a></td>
<td align="center"><a href="resources/kubernetes.md"><img src="images/kubernetes.png" width="75px;" height="75px;" alt="kubernetes"/><br /><b>Kubernetes</b></a></td>
<td align="center"><a href="resources/victoriametrics.md"><img src="images/victoriametrics.png" width="64px;" height="75px;" alt="VictoriaMetrics"/><br /><b>VictoriaMetrics</b></a></td>
<td align="center"><a href="resources/prometheus.md"><img src="images/prometheus.png" width="75px;" height="75px;" alt="Prometheus"/><br /><b>Prometheus</b></a></td>
<td align="center"><a href="resources/mongo.md"><img src="images/mongo.png" width="75px;" height="75px;" alt="Mongo"/><br /><b>Mongo</b></a></td>
</tr>
Expand Down Expand Up @@ -91,7 +92,7 @@ Cloud | Azure, AWS, GCP | - |
Containers | Podman and Kubernetes| Docker instead of Podman. Nomad instead of Kubernetes |
CI/CD | Jenkins, GitHub Actions | Gitlab CI, Circle CI, Argo CD |
Logging and Dashboards | Elastic Stack, Report Portal, Grafana | Graylog, Splunk |
Monitoring | Prometheus | Nagios, Datadog |
Monitoring | VictoriaMetrics, Prometheus | Nagios, Datadog |

### Alternative Roadmaps

Expand Down Expand Up @@ -338,17 +339,19 @@ Note: "Provisioning" tools can be used to perform configuration management to so
- [ ] OpenStack

- [ ] Monitoring
- [ ] [Dynatrace](https://www.dynatrace.com/platform/infrastructure-monitoring/)
- [ ] [AppDynamics](https://www.appdynamics.com/product/infrastructure-monitoring)
- [ ] [New Relic](https://newrelic.com/)
- [ ] [Prometheus](https://prometheus.io)
- [ ] [Datadog](https://www.datadoghq.com/)
- [ ] [SolarWinds](https://www.solarwinds.com/server-application-monitor)
- [ ] [Dynatrace](https://www.dynatrace.com/platform/infrastructure-monitoring/)
- [ ] [Monit](https://mmonit.com/monit/)
- [ ] [Nagios](https://www.nagios.org/)
- [ ] [New Relic](https://newrelic.com/)
- [ ] [Prometheus](https://prometheus.io)
- [ ] [Sensu](https://sensu.io/)
- [ ] [SolarWinds](https://www.solarwinds.com/server-application-monitor)
- [ ] [Statuscake](https://www.statuscake.com) - Website Uptime & Performance
- [ ] [VictoriaMetrics](https://victoriametrics.com/) - a fast, cost-effective and scalable monitoring solution and time series database.
- [ ] [Zabbix](https://www.zabbix.com/)
- [ ] [Monit](https://mmonit.com/monit/)
- [ ] [Statuscake](https://www.statuscake.com) - Website Uptime & Performance Monitoring
Monitoring

- [ ] Log Management
- [ ] Logstash
Expand Down
Binary file added images/victoriametrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions resources/victoriametrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## VictoriaMetrics

### Official Resources

* Site: https://victoriametrics.com
* Docs: https://docs.victoriametrics.com

### Why VictoriaMetrics

I recommend to read [case stadies](https://docs.victoriametrics.com/CaseStudies.html) from companies who use VictoriaMetrics in production and [Prominent features](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#prominent-features).

### Blogs Posts

* [Getting started with VictoriaMetrics](https://victoriametrics.com/blog/victoriametrics-monitoring/)
* [How to Choose a Scalable Open Source Time Series Database: The Cost of Scale](https://victoriametrics.com/blog/the-cost-of-scale/)
* [Benchmarking Prometheus-compatible time series databases](https://victoriametrics.com/blog/remote-write-benchmark/)

0 comments on commit ec02682

Please sign in to comment.