Skip to content
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
6 changes: 3 additions & 3 deletions website/cue/reference/components/transforms/remap.cue
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ components: transforms: "remap": {
}

output: {
logs: event: {
logs: "": {
description: "The modified input `log` event."
}
metrics: event: {
metrics: "": {
description: "The modified input `metric` event."
}
traces: event: {
traces: "": {
description: "The modified input `trace` event."
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/layouts/partials/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@

{{ with .traces }}
<span class="flex items-center justify-between">
{{ partial "heading.html" (dict "text" "Traces" "level" 3 "id" "output-traces") }}
{{ partial "heading.html" (dict "text" "Traces" "level" 3 "id" "output-traces" "href" "#output-traces") }}
</span>

<div class="mt-3 border rounded divide-y dark:border-gray-700 dark:divide-gray-700">
Expand Down
Loading