opentelemetry-collector-con.../pkg/resourcetotelemetry
github-actions[bot] e2398987da
[chore] dependabot updates Mon Sep 26 19:14:29 UTC 2022 (#14513)
dependabot updates Mon Sep 26 19:14:25 UTC 2022
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /exporter/datadogexporter
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /internal/aws/awsutil
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.105 in /receiver/awsxrayreceiver
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /exporter/awsemfexporter
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /exporter/carbonexporter
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /exporter/googlecloudexporter
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /exporter/splunkhecexporter
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /processor/metricstransformprocessor
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /processor/resourcedetectionprocessor
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /receiver/carbonreceiver
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /receiver/collectdreceiver
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /receiver/k8sclusterreceiver
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /receiver/receivercreator
Bump github.com/census-instrumentation/opencensus-proto from 0.4.0 to 0.4.1 in /receiver/wavefrontreceiver
Bump github.com/tcnksm/ghr from 0.15.0 to 0.16.0 in /internal/tools
Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.35.0 to 0.36.1 in /examples/demo/client
Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.35.0 to 0.36.1 in /examples/demo/server
Bump go.opentelemetry.io/otel/metric from 0.32.0 to 0.32.1 in /examples/demo/client
Bump go.opentelemetry.io/otel/metric from 0.32.0 to 0.32.1 in /examples/demo/server
Bump go.opentelemetry.io/otel/metric from 0.32.0 to 0.32.1 in /receiver/simpleprometheusreceiver/examples/federation/prom-counter

Co-authored-by: bogdandrutu <bogdandrutu@users.noreply.github.com>
2022-09-26 13:31:32 -07:00
..
Makefile
README.md
go.mod [chore] dependabot updates Mon Sep 26 19:14:29 UTC 2022 (#14513) 2022-09-26 13:31:32 -07:00
go.sum [chore] dependabot updates Mon Sep 26 19:14:29 UTC 2022 (#14513) 2022-09-26 13:31:32 -07:00
resource_to_telemetry.go Bump to lastest core, fix deprecated API calls (#14466) 2022-09-23 14:51:27 -07:00
resource_to_telemetry_test.go

README.md

Resource to Telemetry

This is an exporter helper for converting resource attributes to telemetry attributes. This helper can be used to wrap other exporters.

⚠️ This exporter helper should not be added to a service pipeline.

Configuration

The following configuration options can be modified:

  • resource_to_telemetry_conversion
    • enabled (default = false): If enabled is true, all the resource attributes will be converted to metric labels by default.