Skip to content

Commit

Permalink
chore: update agent configuration to show verbose mode (#3415)
Browse files Browse the repository at this point in the history
* chore: update agent configuration to show verbose mode

* Update docs/docs/configuration/agent.mdx

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

---------

Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
  • Loading branch information
danielbdias and jfermi committed Nov 30, 2023
1 parent ac1257f commit 802fae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/configuration/agent.mdx
Expand Up @@ -30,3 +30,7 @@ Once started, Tracetest Agent exposes OTLP ports `4317` and `4318` to ingest tra
:::note
Unlike with [Tracetest Core](/core/getting-started/overview.mdx), you are not required to run a dedicated [Tracetest Server](/core/configuration/server.mdx). Running Tracetest Agent and using Tracetest as the remote server requires no configuration or infrastructure management.
:::

If you are running the agent on a server and want to see detailed information about its execution, you can start the agent with the `--mode=verbose` flag:

![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1701300172/docs/verbose-mode_ddv3ql.png)

0 comments on commit 802fae9

Please sign in to comment.