Skip to content

Commit

Permalink
Update the chloggen, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Apr 25, 2023
1 parent 82fd8b0 commit 7afe7ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .chloggen/7517-behind-ff.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: observavibility

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Puts the meter provider for otlp grpc and otlp http receivers behind a feature flag due to high cardinality issues.
note: Allows users to disable high cardinality OTLP attributes behind a feature flag.

# One or more tracking issues or pull requests related to the change
issues: [7517]
Expand Down
3 changes: 1 addition & 2 deletions service/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"strings"
"unicode"

"go.opentelemetry.io/otel/sdk/instrumentation"

ocprom "contrib.go.opencensus.io/exporter/prometheus"
"github.com/google/uuid"
"github.com/prometheus/client_golang/prometheus"
Expand All @@ -38,6 +36,7 @@ import (
otelprom "go.opentelemetry.io/otel/exporters/prometheus"
"go.opentelemetry.io/otel/metric"
"go.opentelemetry.io/otel/propagation"
"go.opentelemetry.io/otel/sdk/instrumentation"
sdkmetric "go.opentelemetry.io/otel/sdk/metric"
"go.opentelemetry.io/otel/sdk/metric/aggregation"
"go.opentelemetry.io/otel/sdk/resource"
Expand Down

0 comments on commit 7afe7ad

Please sign in to comment.