Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/last9/last9-integrations
Sample applications of supported integrations by Last9 Products
https://github.com/last9/last9-integrations
integrations last9 reliability-engineering sre timeseries-database
Last synced: 2 months ago
JSON representation
Sample applications of supported integrations by Last9 Products
- Host: GitHub
- URL: https://github.com/last9/last9-integrations
- Owner: last9
- License: mit
- Created: 2022-12-22T11:18:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T12:05:43.000Z (9 months ago)
- Last Synced: 2024-05-02T01:05:10.613Z (9 months ago)
- Topics: integrations, last9, reliability-engineering, sre, timeseries-database
- Language: Python
- Homepage: https://last9.io
- Size: 102 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# last9-integrations
Integrations and reference code used for Last9 products.
## Levitate Integrations
[Levitate](https://last9.io/levitate-tsdb) is Last9’s managed time series data warehouse.
We built Levitate to give engineering teams a cost-effective tool to monitor large, complex systems. Now, engineering hours are not spent monitoring your monitor i.e. managing TSDB availability, scaling, replication, and multiple instances.
#### Solves High Cardinality
Levitate is built to handle the massive scales of data and can handle queries at any cardinality. Above all, it gives you real-time insights into what metrics are unused.
#### Pay for what you use, reduce costs
Levitate reduces storage costs by up to 50% compared to similar TSDBs. This is over and above the engineering time, and overheads spent maintaining internal infrastructure.
With Levitate's data retention policies & tiered storage, you pay for the metrics you use. Scale without having to tune the configuration & having to run a whole setup for data scaling.#### Increase engineering productivity
Levitate is fully managed. No need to worry about adding more machines, managing replication, or multiple Prometheus instances. Just change the remote-write endpoint of your one or many TSDBs. A simple UI manages it all.
With Levitate, you can resolve incidents faster with decreased querying times, and allow engineering to focus on building the product.
Levitate is easy to integrate with any source that can send metrics to Prometheus.
----
Find sample applications of supported integrations and some useful exporter demo setups below.
### remote-write
Sample setups of common remote write integrations.
- [opentelemetry collector via prometheus receiver](./levitate/remote-write/opentelemetry-collector/prometheus-receiver)
- [statsd](./levitate/remote-write/statsd)
- [telegraf](./levitate/remote-write/telegraf)
- [jmxtrans](./levitate/remote-write/jmxtrans)
- [vmagent](./levitate/remote-write/vmagent) - WIP 🏗️### exporters
Sample setups of common Prometheus exporters.
- [kube-state-metrics](./levitate/exporter/kube-state-metrics) - WIP 🏗️
- [statping](./levitate/exporter/statping) - WIP 🏗️