Skip to content

Commit b95b586

Browse files
authored
Remove unused elements from Glossary (#411)
1 parent 484feff commit b95b586

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

getting-started-guide/glossary.mdx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ Axiom’s datastore is tuned for the efficient collection, storage, and analysis
8383

8484
For more information, see [Datasets](/reference/datasets).
8585

86-
### Destination
87-
88-
To transform and route data from an Axiom dataset to a destination, you need to set up a destination. This is where data is routed. Once you set up a destination, it can be used in any flow.
89-
90-
For more information, see [Manage destinations](/process-data/destinations/manage-destinations).
91-
9286
## E
9387

9488
### Event
@@ -177,10 +171,6 @@ In Axiom, a query is a specific, structured request used to get deeper insights
177171

178172
Querying enables you to filter, manipulate, extend, and summarize your data.
179173

180-
{/*
181-
As opposed to [searching](#search) which relies on sampling, querying allows you to explore all your event data. For this reason, querying is the modern way of making sense of your event data.
182-
*/}
183-
184174
### Query-hours
185175

186176
When you run queries, your usage of the Axiom platform is measured in query-hours. The unit of this measurement is GB-hours which reflects the duration (measured in milliseconds) serverless functions are running to execute your query multiplied by the amount of memory (GB) allocated to execution. This metric is important for monitoring and managing your usage against the monthly allowance included in your plan.
@@ -195,14 +185,6 @@ Role-based access control (RBAC) allows you to manage and restrict access to you
195185

196186
For more information, see [Access](/reference/settings).
197187

198-
{/*
199-
## S
200-
201-
### Search
202-
203-
Most observability solutions rely on search to seek information within event data. In contrast, Axiom’s approach is [query](#query). Unlike search that only gives you approximate results because it relies on sampling, a query is precise because it explores all your data. For this reason, querying is the modern way of making sense of your event data.
204-
*/}
205-
206188
## T
207189

208190
### Threshold monitor

0 commit comments

Comments
 (0)