Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/plugindocgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-otel-collector/plugindocgen
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/receiver/pluginreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/pluginreceiver v1.93.0
github.com/spf13/pflag v1.0.10
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
2 changes: 1 addition & 1 deletion exporter/azureloganalyticsexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
github.com/Azure/azure-sdk-for-go/sdk/monitor/ingestion/azlogs v1.1.0
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/chronicleexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/goccy/go-json v0.10.5
github.com/golang/mock v1.7.0-rc.1
github.com/google/uuid v1.6.0
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/internal/osinfo v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/observiq/bindplane-otel-collector/internal/osinfo v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/shirou/gopsutil/v3 v3.24.5
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion exporter/chronicleforwarderexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-otel-collector/exporter/chronicleforwardere
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
Expand Down
2 changes: 1 addition & 1 deletion exporter/qradar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-otel-collector/exporter/qradar
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
Expand Down
2 changes: 1 addition & 1 deletion extension/awss3eventextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sqs v1.42.21
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/observiq/bindplane-otel-collector/internal/aws v1.92.2
github.com/observiq/bindplane-otel-collector/internal/aws v1.93.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
go.opentelemetry.io/collector/component/componenttest v0.145.0
Expand Down
4 changes: 2 additions & 2 deletions extension/bindplaneextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.24.11

require (
github.com/golang/snappy v1.0.0
github.com/observiq/bindplane-otel-collector/internal/measurements v1.92.2
github.com/observiq/bindplane-otel-collector/processor/topologyprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/internal/measurements v1.93.0
github.com/observiq/bindplane-otel-collector/processor/topologyprocessor v1.93.0
github.com/open-telemetry/opamp-go v0.22.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.145.0
github.com/stretchr/testify v1.11.1
Expand Down
106 changes: 53 additions & 53 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,45 @@ go 1.24.11

require (
github.com/google/uuid v1.6.0
github.com/observiq/bindplane-otel-collector/exporter/azureblobexporter v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/chronicleexporter v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/chronicleforwarderexporter v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/googlecloudexporter v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/googlecloudstorageexporter v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/googlemanagedprometheusexporter v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/qradar v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/snowflakeexporter v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/webhookexporter v1.92.2
github.com/observiq/bindplane-otel-collector/internal/measurements v1.92.2
github.com/observiq/bindplane-otel-collector/internal/report v1.92.2
github.com/observiq/bindplane-otel-collector/packagestate v1.92.2
github.com/observiq/bindplane-otel-collector/processor/datapointcountprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/logcountprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/lookupprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/maskprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/metricextractprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/metricstatsprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/randomfailureprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/removeemptyvaluesprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/resourceattributetransposerprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/samplingprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/spancountprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/processor/throughputmeasurementprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/awss3eventreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/awss3rehydrationreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/azureblobrehydrationreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/googlecloudstoragerehydrationreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/httpreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/m365receiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/oktareceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/pcapreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/pluginreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/restapireceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/sapnetweaverreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/splunksearchapireceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/telemetrygeneratorreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/windowseventtracereceiver v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/azureblobexporter v1.93.0
github.com/observiq/bindplane-otel-collector/exporter/chronicleexporter v1.93.0
github.com/observiq/bindplane-otel-collector/exporter/chronicleforwarderexporter v1.93.0
github.com/observiq/bindplane-otel-collector/exporter/googlecloudexporter v1.93.0
github.com/observiq/bindplane-otel-collector/exporter/googlecloudstorageexporter v1.93.0
github.com/observiq/bindplane-otel-collector/exporter/googlemanagedprometheusexporter v1.93.0
github.com/observiq/bindplane-otel-collector/exporter/qradar v1.93.0
github.com/observiq/bindplane-otel-collector/exporter/snowflakeexporter v1.93.0
github.com/observiq/bindplane-otel-collector/exporter/webhookexporter v1.93.0
github.com/observiq/bindplane-otel-collector/internal/measurements v1.93.0
github.com/observiq/bindplane-otel-collector/internal/report v1.93.0
github.com/observiq/bindplane-otel-collector/packagestate v1.93.0
github.com/observiq/bindplane-otel-collector/processor/datapointcountprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/logcountprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/lookupprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/maskprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/metricextractprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/metricstatsprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/randomfailureprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/removeemptyvaluesprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/resourceattributetransposerprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/samplingprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/spancountprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/processor/throughputmeasurementprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/awss3eventreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/awss3rehydrationreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/azureblobrehydrationreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/googlecloudstoragerehydrationreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/httpreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/m365receiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/oktareceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/pcapreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/pluginreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/restapireceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/sapnetweaverreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/splunksearchapireceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/telemetrygeneratorreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/windowseventtracereceiver v1.93.0
github.com/oklog/ulid/v2 v2.1.1
github.com/open-telemetry/opamp-go v0.22.0
github.com/open-telemetry/opentelemetry-collector-contrib/connector/countconnector v0.145.0
Expand Down Expand Up @@ -209,14 +209,14 @@ require (

require (
github.com/honeycombio/enhance-indexing-s3-exporter/enhanceindexings3exporter v0.0.11
github.com/observiq/bindplane-otel-collector/exporter/azureloganalyticsexporter v1.92.2
github.com/observiq/bindplane-otel-collector/extension/awss3eventextension v1.92.2
github.com/observiq/bindplane-otel-collector/extension/badgerextension v1.92.2
github.com/observiq/bindplane-otel-collector/extension/pebbleextension v1.92.2
github.com/observiq/bindplane-otel-collector/internal/osinfo v1.92.2
github.com/observiq/bindplane-otel-collector/processor/topologyprocessor v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/azureblobpollingreceiver v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/bindplaneauditlogs v1.92.2
github.com/observiq/bindplane-otel-collector/exporter/azureloganalyticsexporter v1.93.0
github.com/observiq/bindplane-otel-collector/extension/awss3eventextension v1.93.0
github.com/observiq/bindplane-otel-collector/extension/badgerextension v1.93.0
github.com/observiq/bindplane-otel-collector/extension/pebbleextension v1.93.0
github.com/observiq/bindplane-otel-collector/internal/osinfo v1.93.0
github.com/observiq/bindplane-otel-collector/processor/topologyprocessor v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/azureblobpollingreceiver v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/bindplaneauditlogs v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/aesprovider v0.145.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.145.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.145.0
Expand Down Expand Up @@ -511,12 +511,12 @@ require (
github.com/netsampler/goflow2/v2 v2.2.6 // indirect
github.com/nginx/nginx-prometheus-exporter v1.4.1 // indirect
github.com/nxadm/tail v1.4.11 // indirect
github.com/observiq/bindplane-otel-collector/counter v1.92.2 // indirect
github.com/observiq/bindplane-otel-collector/expr v1.92.2 // indirect
github.com/observiq/bindplane-otel-collector/internal/aws v1.92.2 // indirect
github.com/observiq/bindplane-otel-collector/internal/azureblob v1.92.2 // indirect
github.com/observiq/bindplane-otel-collector/internal/blobconsume v1.92.2 // indirect
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.92.2 // indirect
github.com/observiq/bindplane-otel-collector/counter v1.93.0 // indirect
github.com/observiq/bindplane-otel-collector/expr v1.93.0 // indirect
github.com/observiq/bindplane-otel-collector/internal/aws v1.93.0 // indirect
github.com/observiq/bindplane-otel-collector/internal/azureblob v1.93.0 // indirect
github.com/observiq/bindplane-otel-collector/internal/blobconsume v1.93.0 // indirect
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.93.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/okta/okta-sdk-golang/v2 v2.20.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlemanagedprometheusexporter v0.145.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions internal/blobconsume/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/observiq/bindplane-otel-collector/internal/blobconsume
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.92.2
github.com/observiq/bindplane-otel-collector/internal/testutils v1.92.2
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.93.0
github.com/observiq/bindplane-otel-collector/internal/testutils v1.93.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/consumer v1.51.0
go.opentelemetry.io/collector/consumer/consumertest v0.145.0
Expand Down
6 changes: 3 additions & 3 deletions processor/datapointcountprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/observiq/bindplane-otel-collector/processor/datapointcountproc
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/counter v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.92.2
github.com/observiq/bindplane-otel-collector/counter v1.93.0
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
Expand Down
6 changes: 3 additions & 3 deletions processor/logcountprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/observiq/bindplane-otel-collector/processor/logcountprocessor
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/counter v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.92.2
github.com/observiq/bindplane-otel-collector/counter v1.93.0
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
Expand Down
4 changes: 2 additions & 2 deletions processor/metricextractprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/observiq/bindplane-otel-collector/processor/metricextractproce
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.145.0
github.com/stretchr/testify v1.11.1
Expand Down
2 changes: 1 addition & 1 deletion processor/samplingprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-otel-collector/processor/samplingprocessor
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
Expand Down
2 changes: 1 addition & 1 deletion processor/snapshotprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-otel-collector/processor/snapshotprocessor
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/internal/report v1.92.2
github.com/observiq/bindplane-otel-collector/internal/report v1.93.0
github.com/open-telemetry/opamp-go v0.22.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.145.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.145.0
Expand Down
6 changes: 3 additions & 3 deletions processor/spancountprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/observiq/bindplane-otel-collector/processor/spancountprocessor
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/counter v1.92.2
github.com/observiq/bindplane-otel-collector/expr v1.92.2
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.92.2
github.com/observiq/bindplane-otel-collector/counter v1.93.0
github.com/observiq/bindplane-otel-collector/expr v1.93.0
github.com/observiq/bindplane-otel-collector/receiver/routereceiver v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.145.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
Expand Down
2 changes: 1 addition & 1 deletion processor/throughputmeasurementprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/observiq/bindplane-otel-collector/processor/throughputmeasurem
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/internal/measurements v1.92.2
github.com/observiq/bindplane-otel-collector/internal/measurements v1.93.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.145.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.145.0
github.com/stretchr/testify v1.11.1
Expand Down
4 changes: 2 additions & 2 deletions receiver/awss3eventreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/aws/smithy-go v1.24.0
github.com/google/go-cmp v0.7.0
github.com/linkedin/goavro/v2 v2.15.0
github.com/observiq/bindplane-otel-collector/internal/aws v1.92.2
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.92.2
github.com/observiq/bindplane-otel-collector/internal/aws v1.93.0
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.93.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
go.opentelemetry.io/collector/component/componenttest v0.145.0
Expand Down
6 changes: 3 additions & 3 deletions receiver/awss3rehydrationreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.32.7
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.21.1
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0
github.com/observiq/bindplane-otel-collector/internal/blobconsume v1.92.2
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.92.2
github.com/observiq/bindplane-otel-collector/internal/testutils v1.92.2
github.com/observiq/bindplane-otel-collector/internal/blobconsume v1.93.0
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.93.0
github.com/observiq/bindplane-otel-collector/internal/testutils v1.93.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
go.opentelemetry.io/collector/component/componenttest v0.145.0
Expand Down
6 changes: 3 additions & 3 deletions receiver/azureblobpollingreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/observiq/bindplane-otel-collector/receiver/azureblobpollingrec
go 1.24.11

require (
github.com/observiq/bindplane-otel-collector/internal/azureblob v1.92.2
github.com/observiq/bindplane-otel-collector/internal/blobconsume v1.92.2
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.92.2
github.com/observiq/bindplane-otel-collector/internal/azureblob v1.93.0
github.com/observiq/bindplane-otel-collector/internal/blobconsume v1.93.0
github.com/observiq/bindplane-otel-collector/internal/storageclient v1.93.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector/component v1.51.0
go.opentelemetry.io/collector/consumer v1.51.0
Expand Down
Loading