-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.8.0 #726
Release v0.8.0 #726
Conversation
Codecov Report
@@ Coverage Diff @@
## main #726 +/- ##
=======================================
Coverage 79.55% 79.55%
=======================================
Files 56 56
Lines 2798 2798
=======================================
Hits 2226 2226
Misses 525 525
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
this section in
|
This one is user-facing: #492 Different package path (user would need to update the |
Gotcha 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few suggestions. Everything else LGTM. I will let you know when I finish smoke testing.
Co-authored-by: Robert Pająk <pellared@hotmail.com>
Added
WithPropagator
option togithub.com/signalfx/splunk-otel-go/distro
along with parsing of theOTEL_PROPAGATORS
environment variable to set the global OpenTelemetryTextMapPropagator
. (Support OTEL_PROPAGATORS in distro #295)WithTraceExporter
andWithTLSConfig
options togithub.com/signalfx/splunk-otel-go/distro
along with parsing of theOTEL_TRACES_EXPORTER
environment variable to set the global OpenTelemetrySpanExporter
used by theSDK
to export traces. (Support OTEL_TRACES_EXPORTER in distro #300)splunk.distro.version
attribute to the SDK resource. (Set splunk.distro.version attr in resource #332)WithLogger
option togithub.com/signalfx/splunk-otel-go/distro
along with parsing of theOTEL_LOG_LEVEL
environment variable to set the logging level of the default logger used. (Add logging to the distro #336)SPLUNK_REALM
environment variable is now supported. If set, the exporter will use the corresponding Splunk ingest endpoint. (Use Splunk realm for endpoint if defined #725)Changed
SDK
fromgithub.com/signalfx/splunk-otel-go/distro
now uses an OTLP exporter by default. The previous default Jaeger thrift exporter can still be used by setting theOTEL_TRACES_EXPORTER
environment variable tojaeger-thrift-splunk
, or by directly passing the user configured exporter with aWithTraceExporter
option. (Support OTEL_TRACES_EXPORTER in distro #300)go.opentelemetry.io/otel*
dependencies fromv1.3.0
tov1.6.1
. (Upgrade OTel to 1.6.0 #656, Bump go.opentelemetry.io/otel from 1.6.0 to 1.6.1 in /instrumentation/gopkg.in/olivere/elastic/splunkelastic/test #720)go.opentelemetry.io/contrib*
dependencies fromv1.4.0
/v0.30.0
tov1.6.0
/v0.31.0
. (Bump go.opentelemetry.io/otel from 1.6.0 to 1.6.1 in /instrumentation/gopkg.in/olivere/elastic/splunkelastic/test #720)OTEL_TRACES_SAMPLER
environment variable is now honored instead of only defaulting to an always-on sampler. (Honor sampler environment variable if set #724)Fixed
github.com/jackc/pgx/v4
, instead ofgithub.com/jackc/pgx
, in thegithub.com/signalfx/splunk-otel-go/instrumentation/github.com/jackc/pgx/splunkpgx
instrumentation. (Use jackc/pgx/v4 consistently #478)