Skip to content
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

[exporter/datadog] Change noAPMStatsFeatureGate log from warn to info #32147

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

liustanley
Copy link
Contributor

Description:

Changes log introduced in #31981 from a warn log to an info log, since info is more appropriate for this message.

❯ ./bin/otelcontribcol_darwin_arm64
2024-04-03T11:04:48.974-0400    info    service@v0.97.1-0.20240327181407-1038b67c85a0/telemetry.go:55   Setting up own telemetry...
2024-04-03T11:04:48.974-0400    info    service@v0.97.1-0.20240327181407-1038b67c85a0/telemetry.go:97   Serving metrics {"address": ":8888", "level": "Basic"}
2024-04-03T11:04:48.975-0400    debug   exporter@v0.97.1-0.20240327181407-1038b67c85a0/exporter.go:273  Beta component. May change in the future.       {"kind": "exporter", "data_type": "traces", "name": "datadog/api"}
2024-04-03T11:04:48.975-0400    info    datadogexporter@v0.97.0/factory.go:386  Trace metrics are now disabled in the Datadog Exporter by default. To continue receiving Trace Metrics, configure the Datadog Connector or disable the feature gate.    {"kind": "exporter", "data_type": "traces", "name": "datadog/api", "documentation": "https://docs.datadoghq.com/opentelemetry/guide/migration/", "feature gate ID": "exporter.datadogexporter.DisableAPMStats"}

Link to tracking Issue:

Testing:

Documentation:

@liustanley liustanley requested a review from a team April 3, 2024 15:05
@github-actions github-actions bot added the exporter/datadog Datadog components label Apr 3, 2024
@github-actions github-actions bot requested review from dineshg13 and mackjmr April 3, 2024 15:05
@mx-psi mx-psi added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 3, 2024
@mx-psi mx-psi merged commit d75362a into open-telemetry:main Apr 4, 2024
147 of 148 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/datadog Datadog components Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants