Skip to content

Commit d3110d5

Browse files
committed
Add video to documentation intro page.
1 parent 1e2ad2d commit d3110d5

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

docs/sources/_index.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,33 @@ keywords:
1010
- profiles datastore
1111
- observability
1212
---
13-
# Grafana Fire documentation
13+
<h1 align="center">Grafana Fire documentation</h1>
1414

1515
[//TODO]: <> (Add logo once read)
1616

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>
1919

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.
2121

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:
2327

2428
- **Easy to install:** Using its monolithic mode, you can get Grafana Fire up and
2529
running with just one binary and no additional dependencies. On Kubernetes a single helm chart
2630
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.
2933
- **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
3135
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,
3337
allowing it to take advantage of this ubiquitous, cost-effective, high-durability technology.
3438
It is compatible with multiple object store implementations, including AWS S3,
3539
Google Cloud Storage, Azure Blob Storage, OpenStack Swift, as well as any S3-compatible object storage.
3640
- **Natively multi-tenant:** Grafana Fire's multi-tenant architecture enables you
3741
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.

docs/sources/ui.webm

4.29 MB
Binary file not shown.

0 commit comments

Comments
 (0)