Skip to content

[processor/transform] Optimize limit_buckets compaction divisor (#49021) #6190

[processor/transform] Optimize limit_buckets compaction divisor (#49021)

[processor/transform] Optimize limit_buckets compaction divisor (#49021) #6190

Workflow file for this run

name: FOSSA scanning
on:
push:
branches:
- main
permissions:
contents: read
jobs:
fossa:
runs-on: ubuntu-latest
if: github.repository == 'open-telemetry/opentelemetry-collector-contrib'
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1.9.0
with:
api-key: ${{secrets.FOSSA_API_KEY}}
team: OpenTelemetry