Skip to content

Commit

Permalink
minor typo and link fixes (#1638)
Browse files Browse the repository at this point in the history
* Update tracing.md

fix typo

* Update overview.md

fix for Managing (Configuration) Files link

* Update overview.md

fix path for link
  • Loading branch information
tingrida authored Jan 10, 2024
1 parent 6dcaf70 commit 7a076f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ In addition, a Swagger UI is provided which contains a list including documentat

Since version `1.4`, the configuration server uses Git and a local repository to manage the working directory. If a working directory already exists that was created by a configuration server in version `1.3` or lower, it is automatically migrated to a working directory managed using a local Git repository. No manual adjustments are necessary.

Please see [Managing Configuration Files](config-server/managing-configurations.md) for more information on managing of the configuration files.
Please see [Managing Files](managing-files.md) for more information on managing of the configuration files.
2 changes: 1 addition & 1 deletion inspectit-ocelot-documentation/docs/tracing/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can additionally define the following global properties (`inspectit.tracing`
|`schedule-delay-millis`|5000| The delay interval between two consecutive exports in milliseconds.

:::warning
These properties take only effect once when the agent is starting. If you change these properties while the agent is running, they will not take effect until the agent retarted.
These properties take only effect once when the agent is starting. If you change these properties while the agent is running, they will not take effect until the agent restarted.
:::
### Common Tags as Attributes

Expand Down

0 comments on commit 7a076f5

Please sign in to comment.