Skip to content

Commit

Permalink
fix: replace html tags with markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Feb 16, 2023
1 parent bb60c50 commit 75922b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Available data partition rule fields include:
</td>

<td>
<i>(deprecated)</i> The matching criteria for this data partition rule. Once the rule is enabled, logs matching this criteria will be routed to the specified data partition.
*(deprecated)* The matching criteria for this data partition rule. Once the rule is enabled, logs matching this criteria will be routed to the specified data partition.
This field has been deprecated and will eventually be replaced with the `nrql` field to allow for more flexibility when creating data partitions. If the rule is specified with a [NRQL](/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions) `WHERE` clause in the `nrql` field that cannot be parsed into `matchingCriteria`, this field will be null.
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,9 @@ The following dimensions are attached to the metrics collected. See the metrics
</td>
<td>
Cluster Role which can have the following values:
<ul>
<li>mongos - for mongos instances</li>
<li>shardsvr - arbiter or regular instances (primary or secondary)</li>
<li>*empty* - for standalone instances</li>
</ul>
- mongos - for mongos instances
- shardsvr - arbiter or regular instances (primary or secondary)
- *empty* - for standalone instances
</td>
</tr>
<tr>
Expand Down

0 comments on commit 75922b4

Please sign in to comment.