Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fixing typo in the page configure-yml-file.md #616

Merged
merged 1 commit into from
Dec 24, 2024
Merged
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
6 changes: 3 additions & 3 deletions docs/install-config/configure-yml-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ The following table lists the additional, optional parameters that you can set t
<tr>
<td valign="top">&nbsp;</td>
<td valign="top"><code>namespace</code></td>
<td valign="top">Namespace used to differenciate different harbor services, which will set to attribute with key <code>service.namespace</code></td>
<td valign="top">Namespace used to differentiate different harbor services, which will set to attribute with key <code>service.namespace</code></td>
</tr>
<tr>
<td valign="top">&nbsp;</td>
<td valign="top"><code>attributes</code></td>
<td valign="top">The attributes is a key value dict contains user defined customized attributes used to initialize trace provider, and all of these atributes will added to trace data</td>
<td valign="top">The attributes is a key value dict contains user defined customized attributes used to initialize trace provider, and all of these attributes will added to trace data</td>
</tr>
<tr>
<td valign="top">&nbsp;</td>
Expand All @@ -382,7 +382,7 @@ The following table lists the additional, optional parameters that you can set t
<td valign="top">&nbsp;</td>
<td valign="top"><code>otel</code></td>
<td valign="top"><ul>
<li><code>endpoint</code>: The hostname and port for otel compitable backend(for example <code>127.0.0.1:4318</code>).</li>
<li><code>endpoint</code>: The hostname and port for otel compatible backend(for example <code>127.0.0.1:4318</code>).</li>
<li><code>url_path:</code>: The url path of endpoint(for example <code>127.0.0.1:4318</code>) </li>
<li><code>compression:</code>: If enabling data compression</li>
<li><code>insecure</code>: Ignore cert verification for otel backend </li>
Expand Down
Loading