You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will be making some breaking changes to the Datadog exporter configuration for improving consistency and usability, including renaming some keys, reducing duplicated functionality and polishing the public Go API. All current end-user functionality will continue to be supported, either within the Datadog exporter or with the help of a suitable processor, language library or Collector option.
This issue intends to track the changes publicly so that we can help end-users in the transition and get feedback from them. Individual changes will have a dedicated issue with instructions on how to move to the new format. All changes will first have a deprecation period of at least one release where features/keys are documented as deprecated and a warning is logged to users. All deprecated settings or functionality will be removed at once in a future minor version to be determined.
I will keep this issue updated with the full list of issues tracking these changes. Comment on the individual issues if your feedback is related to one of them in particular.
We will be making some breaking changes to the Datadog exporter configuration for improving consistency and usability, including renaming some keys, reducing duplicated functionality and polishing the public Go API. All current end-user functionality will continue to be supported, either within the Datadog exporter or with the help of a suitable processor, language library or Collector option.
This issue intends to track the changes publicly so that we can help end-users in the transition and get feedback from them. Individual changes will have a dedicated issue with instructions on how to move to the new format. All changes will first have a deprecation period of at least one release where features/keys are documented as deprecated and a warning is logged to users. All deprecated settings or functionality will be removed at once in a future minor version to be determined.
I will keep this issue updated with the full list of issues tracking these changes. Comment on the individual issues if your feedback is related to one of them in particular.
Go API only changes
Config
structs to main package and reduce API #8373Go API + application behavior changes
metrics::send_monotonic_counter
tometrics::sums::cumulative_monotonic_mode
#8489metrics::report_quantiles
tometrics::summaries::mode
#8845service
setting #8781version
setting #8783env
setting #9016host_metadata
section to group related settings #9099Tentative Calendar (only application behavior changes)
metrics::send_monotonic_counter
env
,service
,version
,tags
send_metadata
,use_resource_metadata
metrics::report_quantiles
The text was updated successfully, but these errors were encountered: