@@ -10,29 +10,33 @@ keywords:
10
10
- profiles datastore
11
11
- observability
12
12
---
13
- # Grafana Fire documentation
13
+ < h1 align = " center " > Grafana Fire documentation</ h1 >
14
14
15
15
[ //TODO ] : < > ( Add logo once read )
16
16
17
- <p align =" center " >Grafana Fire is an open source software project for aggregating continuous profiling data. Continuous profiling is
18
- observability signal allowing you to understand your workload's resources (CPU, memory, etc...) usage down to the line number.</p >
17
+ <p align =" center " >Grafana Fire is an open source software project for aggregating continuous profiling data. Continuous profiling is an
18
+ observability signal that allows you to understand your workload's resources (CPU, memory, etc...) usage down to the line number.</p >
19
19
20
- Grafana Fire fully integrated with Grafana allowing you to ** correlate** with other observability signals.
20
+ Grafana Fire is fully integrated with Grafana allowing you to ** correlate** with other observability signals, like metrics, logs, and traces .
21
21
22
- Some core features of Grafana Fire includes:
22
+ <video style =" border-radius : 1% " autoplay loop >
23
+ <source src =" ui.webm " type =" video/webm " >
24
+ </video >
25
+
26
+ Core features of Grafana Fire include:
23
27
24
28
- ** Easy to install:** Using its monolithic mode, you can get Grafana Fire up and
25
29
running with just one binary and no additional dependencies. On Kubernetes a single helm chart
26
30
allows to deploy in different mode.
27
- - ** Horizontal scalability:** You can run Grafana Fire's horizontally-scalable
28
- architecture across multiple machines, to accommodate to the volume of workload analyzed .
31
+ - ** Horizontal scalability:** You can run Grafana Fire
32
+ across multiple machines, which makes it effortless for you to scale the database to handle the profiling volumes your workload generates .
29
33
- ** High availability:** Grafana Fire replicates incoming profiles, ensuring that
30
- no data is lost in the event of machine failure. Meaning you can rollout without
34
+ no data is lost in the event of machine failure. This means you can rollout without
31
35
interrupting profiles ingestion and analysis.
32
- - ** Cheap durable profiles :** Grafana Fire uses object storage for long-term data storage,
36
+ - ** Cheap, durable profile storage :** Grafana Fire uses object storage for long-term data storage,
33
37
allowing it to take advantage of this ubiquitous, cost-effective, high-durability technology.
34
38
It is compatible with multiple object store implementations, including AWS S3,
35
39
Google Cloud Storage, Azure Blob Storage, OpenStack Swift, as well as any S3-compatible object storage.
36
40
- ** Natively multi-tenant:** Grafana Fire's multi-tenant architecture enables you
37
41
to isolate data and queries from independent teams or business units, making it
38
- possible for these groups to share the same cluster .
42
+ possible for these groups to share the same database .
0 commit comments