11The Graph API is the primary means to retrieve data from an Atlas store.
22
3- The default response is a PNG image plotting data matching the
4- [ Atlas Stack Language] ( ../../asl/tutorial.md ) expression along with optional parameters
5- to control time ranges, size, style, labels, etc. For a quick overview by example see
3+ The default response is a PNG image plotting data matching the
4+ [ Atlas Stack Language] ( ../../asl/tutorial.md ) expression along with optional parameters
5+ to control time ranges, size, style, labels, etc. For a quick overview by example see
66the [ examples] ( examples.md ) page.
77
8- If graphs look familiar, that's because the design and language were inspired by
8+ If graphs look familiar, that's because the design and language were inspired by
99[ RRDtool] ( https://oss.oetiker.ch/rrdtool/ ) . RRD style graphs offer concise and highly
1010customizable views of time series data. While a number of observability tools offer
1111dynamic charts, a major benefit of these PNG graphs is the ability to snapshot data
12- in time, particularly when that data may expire from a high throughput data store;
13- PNGs are forever. Additionally, the majority of email and on-call systems support
12+ in time, particularly when that data may expire from a high throughput data store;
13+ PNGs are forever. Additionally, the majority of email and on-call systems support
1414images out of the box without having to worry about porting a dynamic graphing
1515library to various browsers and clients.
1616
@@ -31,10 +31,10 @@ Additional Output formats, including JSON, can be found in [Outputs](outputs.md)
3131
3232### Data
3333
34- The only required query param is ` q ` which is the [ query expression] ( ../../asl/tutorial.md )
35- used by the user to select and manipulate data. The simplest API query you can make is
34+ The only required query param is ` q ` which is the [ query expression] ( ../../asl/tutorial.md )
35+ used by the user to select and manipulate data. The simplest API query you can make is
3636` /api/v1/graph?q=42 ` . This will produce a graph from Atlas with a straight line having a
37- value of ` 42 ` for 3 hours[ * ] ( #defaults ) with a legend including statistics for the query period.
37+ value of ` 42 ` for 3 hours[ * ] ( #defaults ) with a legend including statistics for the query period.
3838
3939All query params related to fetching data:
4040
@@ -43,7 +43,7 @@ All query params related to fetching data:
4343| ` q ` | Query expression | must be specified by user | [ expr] ( ../../asl/tutorial.md ) |
4444| ` step ` | Step size for data | auto | [ duration] ( ../time-parameters.md#durations ) |
4545
46- !!! Warning
46+ !!! Warning
4747 In most cases users should not set ` step ` directly. The ` step ` parameter
4848 is deprecated.
4949
0 commit comments