Skip to content

Commit

Permalink
[skip ci] updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-build-docs committed Nov 4, 2024
1 parent bd4e09a commit 495e38b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion generator/views/datagroups.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions generator/views/glean_ping_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ <h1 class="modulename">
<section id="DISTRIBUTION_TYPES">
<div class="attr variable">
<span class="name">DISTRIBUTION_TYPES</span> =
<span class="default_value">{&#39;custom_distribution&#39;, &#39;timing_distribution&#39;, &#39;memory_distribution&#39;}</span>
<span class="default_value">{&#39;custom_distribution&#39;, &#39;memory_distribution&#39;, &#39;timing_distribution&#39;}</span>


</div>
Expand All @@ -579,7 +579,7 @@ <h1 class="modulename">
<div class="attr variable">
<span class="name">ALLOWED_TYPES</span> =
<input id="ALLOWED_TYPES-view-value" class="view-value-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
<label class="view-value-button pdoc-button" for="ALLOWED_TYPES-view-value"></label><span class="default_value">{&#39;labeled_boolean&#39;, &#39;custom_distribution&#39;, &#39;timespan&#39;, &#39;labeled_string&#39;, &#39;rate&#39;, &#39;datetime&#39;, &#39;jwe&#39;, &#39;labeled_counter&#39;, &#39;quantity&#39;, &#39;timing_distribution&#39;, &#39;url&#39;, &#39;boolean&#39;, &#39;text&#39;, &#39;string&#39;, &#39;memory_distribution&#39;, &#39;counter&#39;, &#39;uuid&#39;}</span>
<label class="view-value-button pdoc-button" for="ALLOWED_TYPES-view-value"></label><span class="default_value">{&#39;quantity&#39;, &#39;boolean&#39;, &#39;timespan&#39;, &#39;datetime&#39;, &#39;string&#39;, &#39;counter&#39;, &#39;memory_distribution&#39;, &#39;jwe&#39;, &#39;url&#39;, &#39;text&#39;, &#39;rate&#39;, &#39;custom_distribution&#39;, &#39;labeled_counter&#39;, &#39;labeled_boolean&#39;, &#39;timing_distribution&#39;, &#39;uuid&#39;, &#39;labeled_string&#39;}</span>


</div>
Expand Down
2 changes: 1 addition & 1 deletion generator/views/lookml_utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ <h1 class="modulename">
<div class="attr variable">
<span class="name">HIDDEN_DIMENSIONS</span> =
<input id="HIDDEN_DIMENSIONS-view-value" class="view-value-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
<label class="view-value-button pdoc-button" for="HIDDEN_DIMENSIONS-view-value"></label><span class="default_value">{(&#39;document_id&#39;,), (&#39;context_id&#39;,), (&#39;client_info&#39;, &#39;client_id&#39;), (&#39;additional_properties&#39;,), (&#39;client_id&#39;,)}</span>
<label class="view-value-button pdoc-button" for="HIDDEN_DIMENSIONS-view-value"></label><span class="default_value">{(&#39;document_id&#39;,), (&#39;client_id&#39;,), (&#39;client_info&#39;, &#39;client_id&#39;), (&#39;additional_properties&#39;,), (&#39;context_id&#39;,)}</span>


</div>
Expand Down
2 changes: 1 addition & 1 deletion generator/views/operational_monitoring_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1 class="modulename">
<section id="ALLOWED_DIMENSIONS">
<div class="attr variable">
<span class="name">ALLOWED_DIMENSIONS</span> =
<span class="default_value">{&#39;branch&#39;, &#39;parameter&#39;, &#39;statistic&#39;, &#39;metric&#39;}</span>
<span class="default_value">{&#39;statistic&#39;, &#39;metric&#39;, &#39;branch&#39;, &#39;parameter&#39;}</span>


</div>
Expand Down
Loading

0 comments on commit 495e38b

Please sign in to comment.