Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

minor typo and link fixes #1638

Merged
merged 3 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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