Docs: Correcting abbreviations (#24748)
* Correction in abbreviation * Minor correction in abbreviation * Correcting abbreviation * Correction in abbreviation * Correcting abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update stack_guide_graphite.md * Update whats-new-in-v4-6.md * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update ldap.md * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update docs/sources/guides/whats-new-in-v5.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
@@ -29,7 +29,7 @@ install StatsD, but that is optional.
|
||||
|
||||
- Carbon is the graphite ingestion daemon responsible for
|
||||
receiving metrics and storing them.
|
||||
- Graphite-api is light weight version of graphite-web with only the HTTP api and is
|
||||
- Graphite-api is light weight version of graphite-web with only the HTTP API and is
|
||||
responsible for executing metric queries.
|
||||
- Grafana as the frontend to visualize metrics and the tool to help you build metric
|
||||
queries that will make the most out of your collected metrics.
|
||||
@@ -165,14 +165,14 @@ supervisorctl reload
|
||||
|
||||
### Graphite-api
|
||||
|
||||
Graphite api is a light weight version of graphite-web with only the api component (no web ui). It is dead simple
|
||||
Graphite api is a light weight version of graphite-web with only the API component (no web ui). It is dead simple
|
||||
to install.
|
||||
|
||||
```
|
||||
pip install gunicorn graphite-api
|
||||
```
|
||||
|
||||
You should now have a graphite-api daemon running with an open HTTP api port of 8888.
|
||||
You should now have a graphite-api daemon running with an open HTTP API port of 8888.
|
||||
|
||||
### Configuring Graphite-api
|
||||
|
||||
|
||||
Reference in New Issue
Block a user