Skip to content

docs: correct trace_id_label_name default #375

docs: correct trace_id_label_name default

docs: correct trace_id_label_name default #375

name: Deploy pr preview
on:
pull_request:
types:
- opened
- synchronize
- closed
paths:
- "docs/sources/tempo/**"
jobs:
deploy-pr-preview:
if: "!github.event.pull_request.head.repo.fork"
uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main
with:
branch: ${{ github.head_ref }}
event_number: ${{ github.event.number }}
repo: tempo
sha: ${{ github.event.pull_request.head.sha }}
sources: |
[
{
"index_file": "content/docs/tempo/_index.md",
"relative_prefix": "/docs/tempo/next/",
"repo": "tempo",
"source_directory": "docs/sources/tempo",
"website_directory": "content/docs/tempo/next"
}
]
title: ${{ github.event.pull_request.title }}