proxy.golang.org : github.com/open-telemetry/opentelemetry-lambda/collector/processor/coldstartprocessor : v0.0.0-20240118230908-122d2d2851a8
Package coldstartprocessor correlates cold start information generated by the telemetryapireceiver with incoming span data. It reads the following of incoming Lambda execution spans identified by the faas.execution attribute: This information is stored until the first coldstart span identified by the faas.coldstart attribute is received. That span's trace ID, parent span ID are updated to match the execution span. This allows the coldstart span to be part of the same trace as the operation that triggered the cold start. Additionally, the span scope and resource attributes of the span scope containing the coldstart span are replaced with the span scope and resource attributes of the execution span as they contain more details.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/open-telemetry/opentelemetry-lambda/collector/processor/[email protected]
Published:
Indexed:
- github.com/cespare/xxhash v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/gogo/protobuf v1.3.2
- github.com/golang/protobuf v1.5.3
- github.com/hashicorp/go-version v1.6.0
- github.com/json-iterator/go v1.1.12
- github.com/knadh/koanf/maps v0.1.1
- github.com/knadh/koanf/providers/confmap v0.1.0
- github.com/knadh/koanf/v2 v2.0.1
- github.com/mitchellh/copystructure v1.2.0
- github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4
- github.com/mitchellh/reflectwalk v1.0.2
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.4
- go.opencensus.io v0.24.0
- go.opentelemetry.io/collector v0.91.0
- go.opentelemetry.io/collector/component v0.91.0
- go.opentelemetry.io/collector/config/configtelemetry v0.91.0
- go.opentelemetry.io/collector/confmap v0.91.0
- go.opentelemetry.io/collector/consumer v0.91.0
- go.opentelemetry.io/collector/featuregate v1.0.0
- go.opentelemetry.io/collector/pdata v1.0.0
- go.opentelemetry.io/collector/processor v0.91.0
- go.opentelemetry.io/collector/semconv v0.91.0
- go.opentelemetry.io/otel v1.21.0
- go.opentelemetry.io/otel/metric v1.21.0
- go.opentelemetry.io/otel/trace v1.21.0
- go.uber.org/multierr v1.11.0
- go.uber.org/zap v1.26.0
- golang.org/x/net v0.18.0
- golang.org/x/sys v0.15.0
- golang.org/x/text v0.14.0
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
- google.golang.org/grpc v1.59.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/yaml.v3 v3.0.1