Skip to content

[tempo-distributed] Add tempo-gateway (nginx) config in tempo-distributed to enable TraceQL streaming #12000

[tempo-distributed] Add tempo-gateway (nginx) config in tempo-distributed to enable TraceQL streaming

[tempo-distributed] Add tempo-gateway (nginx) config in tempo-distributed to enable TraceQL streaming #12000

Workflow file for this run

name: Validate Pull Request
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
permissions:
pull-requests: read
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Set up chart-testing
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
- name: Validate PR
run: scripts/validate-pr.sh
env:
PR_TITLE: ${{ github.event.pull_request.title }}