-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Configuration and component section overhaul (#3324)
* Begin annotated config examples Signed-off-by: ChrisChinchilla <[email protected]> * Restructure into components Signed-off-by: ChrisChinchilla <[email protected]> * More Signed-off-by: ChrisChinchilla <[email protected]> * Add more Signed-off-by: ChrisChinchilla <[email protected]> * downsample section Signed-off-by: ChrisChinchilla <[email protected]> * wip Signed-off-by: ChrisChinchilla <[email protected]> * Finish first draft of query and coordinate config file Signed-off-by: ChrisChinchilla <[email protected]> * reorg Signed-off-by: ChrisChinchilla <[email protected]> * dbnode annotated config Signed-off-by: ChrisChinchilla <[email protected]> * Moving to final updates Signed-off-by: ChrisChinchilla <[email protected]> * Rename section Signed-off-by: ChrisChinchilla <[email protected]> * Add links and redirects Signed-off-by: ChrisChinchilla <[email protected]> * Fix broken links Signed-off-by: ChrisChinchilla <[email protected]> * Remove aggregator config for now Signed-off-by: ChrisChinchilla <[email protected]> * Act on todos Signed-off-by: ChrisChinchilla <[email protected]> * Update m3dbnode config to use new syntax Signed-off-by: ChrisChinchilla <[email protected]> * Update query config Signed-off-by: ChrisChinchilla <[email protected]> * Change path to reference Signed-off-by: ChrisChinchilla <[email protected]> * Reorganise components into architecture and reference sections Signed-off-by: ChrisChinchilla <[email protected]> * Update theme Signed-off-by: ChrisChinchilla <[email protected]> * Fix links Signed-off-by: ChrisChinchilla <[email protected]> * Update generated file Signed-off-by: ChrisChinchilla <[email protected]>
- Loading branch information
Chris Chinchilla
authored
Apr 6, 2021
1 parent
1843061
commit 5a5635d
Showing
72 changed files
with
1,383 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
M3 Query is a distributed query engine for querying realtime and historical data stored in M3DB nodes, supporting several query languages. It is designed to support both low latency realtime queries and queries that can take longer to execute, aggregating over larger datasets for analytical use cases. | ||
|
||
For example, if you are using the Prometheus remote write endpoint with [M3 Coordinator](/docs/integrations/prometheus), you can use M3 Query instead of the Prometheus remote read endpoint. By doing so, you get all the benefits of M3 Query's engine such as [block processing](/docs/architecture/m3query/blocks/). As M3 Query provides a Prometheus compatible API, you can use 3rd party graphing and alerting solutions like Grafana. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Architecture | ||
weight: 20 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "M3 Coordinator" | ||
weight: 3 | ||
--- | ||
|
||
M3 Coordinator is a service that coordinates reads and writes between upstream systems, such as Prometheus, and downstream systems, such as M3DB. | ||
|
||
It also provides management APIs to setup and configure different parts of M3. | ||
|
||
The coordinator is generally a bridge for read and writing different types of metrics formats and a management layer for M3. | ||
|
||
**Note**: M3DB by default includes the M3 Coordinator accessible on port 7201. For production deployments it is recommended to deploy it as a dedicated service to ensure you can scale the write coordination role separately and independently to database nodes as an isolated application separate from the M3DB database role. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "M3DB, a distributed time series database" | ||
menuTitle: "M3DB" | ||
weight: 1 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.