Skip to content

Commit

Permalink
chore(docs): Adding links to configuration options to overview page (#…
Browse files Browse the repository at this point in the history
…2346)

* Adding links to configuration options to overview page

Adding links to configuration options to overview page. Some of the statements are a bit 'forward looking', such as 'configuring most aspects of your Tracetest server environment'.

* Update docs/docs/configuration/overview.md

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>

* Update docs/docs/configuration/overview.md

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>

---------

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
  • Loading branch information
kdhamric and jfermi committed Apr 11, 2023
1 parent 9877f14 commit 15fb2bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docs/configuration/overview.md
Expand Up @@ -31,3 +31,14 @@ View the [configuration for OpenTelemetry Collector](./connecting-to-data-stores
Examples of configuring Tracetest to access different data stores can be found in the [`examples` folder of the Tracetest GitHub repo](https://github.com/kubeshop/tracetest/tree/main/examples). Check out the [**Recipes**](../examples-tutorials/recipes.md) for guided walkthroughs of sample use cases.

We will be adding new data stores over the next couple of months - [let us know](https://github.com/kubeshop/tracetest/issues/new/choose) any additional data stores you would like to see us support.

## Configuring the Server

Tracetest has a configuration file to contain the minimal information needed to start the Tracetest server. See more at [Tracetest Server Configuration](./server).

You can also provision the server when it first starts, configuring most aspects of your Tracetest server environment. This is useful in a CI/CD environment to preload and configure the server. See more at [Provisioning a Tracetest Server](./provisioning).

Many of the server configuration settings can be set individually in the UI or via the CLI. See:
- [Trace Polling](./trace-polling)
- [Demo Applications](./demo)
- [Analytics](./analytics)

0 comments on commit 15fb2bc

Please sign in to comment.