|
1 | 1 | (metrics)= |
| 2 | +(metrics-store)= |
2 | 3 | (telemetry)= |
3 | 4 | (integrate-metrics)= |
4 | | -# Telemetry data |
| 5 | +# Metrics and telemetry data |
| 6 | + |
| 7 | +:::::{grid} |
| 8 | +:padding: 0 |
| 9 | + |
| 10 | +::::{grid-item} |
| 11 | +:class: rubric-slimmer |
| 12 | +:columns: auto 9 9 9 |
| 13 | + |
| 14 | +:::{rubric} Introduction |
| 15 | +::: |
| 16 | + |
| 17 | +CrateDB works well for storing massive amounts of telemetry data, such as metrics and logs. |
| 18 | + |
| 19 | +It is a spiritual successor, or alternative to, rrdtool, Graphite, InfluxDB, Prometheus, |
| 20 | +Mimir, or Thanos, but with the benefits of long term storage capabilities, standard |
| 21 | +database interfaces, SQL query language, and horizontal scalability as you go. |
5 | 22 |
|
6 | | -:::{div} |
7 | 23 | CrateDB integrates with metrics collection agents, brokers, and stores. |
8 | 24 | This documentation section lists applications and daemons which can |
9 | 25 | be used together with CrateDB, and educates about how to use them optimally. |
10 | 26 |
|
| 27 | +:::: |
| 28 | + |
| 29 | +::::{grid-item} |
| 30 | +:class: rubric-slim |
| 31 | +:columns: auto 3 3 3 |
| 32 | + |
| 33 | +:::{rubric} Related |
| 34 | +::: |
| 35 | +- {ref}`timeseries` |
| 36 | +- {ref}`machine-learning` |
| 37 | +- {ref}`analytics` |
| 38 | +- [Log Database] |
| 39 | +:::: |
| 40 | + |
| 41 | +::::: |
| 42 | + |
| 43 | + |
| 44 | +:::{rubric} Integrations |
| 45 | +::: |
| 46 | + |
11 | 47 | Storing metrics data for the long term is a common need in systems monitoring |
12 | 48 | scenarios. CrateDB offers corresponding integration adapters. |
| 49 | + |
| 50 | +:::::{grid} auto 3 3 3 |
| 51 | +:margin: 4 4 0 0 |
| 52 | +:padding: 0 |
| 53 | +:gutter: 2 |
| 54 | + |
| 55 | +::::{grid-item-card} Prometheus |
| 56 | +:link: fulltext-search |
| 57 | +:link-type: ref |
| 58 | +Prometheus is an open-source systems monitoring and alerting toolkit |
| 59 | +for collecting metrics data from applications and infrastructures. |
| 60 | +:::: |
| 61 | + |
| 62 | +::::{grid-item-card} Telegraf |
| 63 | +:link: geo-search |
| 64 | +:link-type: ref |
| 65 | +Telegraf is a leading open source server agent to help you collect metrics |
| 66 | +from your stacks, sensors, and systems. |
| 67 | +:::: |
| 68 | + |
| 69 | +::::: |
| 70 | + |
| 71 | + |
| 72 | +:::{rubric} Learn more |
13 | 73 | ::: |
14 | 74 |
|
15 | | -- {ref}`prometheus` |
16 | | -- {ref}`telegraf` |
| 75 | +- [Getting Started With Prometheus and CrateDB for Long Term Storage] |
| 76 | +- [Prometheus with CrateDB: Long Term Metrics Storage] |
| 77 | +- [Storing long term metrics with Prometheus in CrateDB] |
| 78 | + |
| 79 | + |
| 80 | +[Getting Started With Prometheus and CrateDB for Long Term Storage]: https://cratedb.com/blog/getting-started-prometheus-cratedb-long-term-storage |
| 81 | +[Log Database]: https://cratedb.com/solutions/log-database |
| 82 | +[Prometheus with CrateDB: Long Term Metrics Storage]: https://youtu.be/EfIlRXVyfZM?feature=shared |
| 83 | +[Storing long term metrics with Prometheus in CrateDB]: https://community.cratedb.com/t/storing-long-term-metrics-with-prometheus-in-cratedb/1012 |
0 commit comments