Skip to content

Signozlogspipelineprocessor: use processorhelper.NewLogsProcessor for creating processor #49

Signozlogspipelineprocessor: use processorhelper.NewLogsProcessor for creating processor

Signozlogspipelineprocessor: use processorhelper.NewLogsProcessor for creating processor #49

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