Skip to content

Fix: signozlogspipelineprocessor: trace parser: pad with 0s to left (not right) when parsing from short hex strings #108

Fix: signozlogspipelineprocessor: trace parser: pad with 0s to left (not right) when parsing from short hex strings

Fix: signozlogspipelineprocessor: trace parser: pad with 0s to left (not right) when parsing from short hex strings #108

Workflow file for this run

name: ci
on:
pull_request:
branches:
- "*"
jobs:
test:
uses: signoz/primus.workflows/.github/workflows/go-test.yaml@main
secrets: inherit
with:
PRIMUS_REF: main
GO_TEST_CONTEXT: ./...
fmt:
uses: signoz/primus.workflows/.github/workflows/go-fmt.yaml@main
secrets: inherit
with:
PRIMUS_REF: main
lint:
uses: signoz/primus.workflows/.github/workflows/go-lint.yaml@main
secrets: inherit
with:
PRIMUS_REF: main