Skip to content

Commit 12cc610

Browse files
authored
Prepare 0.49.0 Release (#9265)
1 parent 60b9ca3 commit 12cc610

File tree

336 files changed

+1789
-2087
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

336 files changed

+1789
-2087
lines changed

CHANGELOG.md

+35-28
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,17 @@
22

33
## Unreleased
44

5+
### 🛑 Breaking changes 🛑
6+
7+
### 🚩 Deprecations 🚩
8+
9+
### 🚀 New components 🚀
10+
511
### 💡 Enhancements 💡
6-
- `riakreceiver`: Added implementation of Riak Metric Receiver (#8548)
7-
- `splunkhecexporter`: Add support for batching traces (#8995)
8-
- `hostmetricsreceiver`: Migrate Processes scraper to the Metrics builder (#8855)
9-
- `tanzuobservabilityexporter`: Use resourcetotelemetry helper (#8338)
10-
- Add `make crosslink` target to ensure replace statements are included in `go.mod` for all transitive dependencies within repository (#8822)
11-
- `filestorageextension`: Change bbolt DB settings for better performance (#9004)
12-
- `jaegerremotesamplingextension`: Add local and remote sampling stores (#8818)
13-
- `attributesprocessor`: Add support to filter on log body (#8996)
14-
- `prometheusremotewriteexporter`: Translate resource attributes to the target info metric (#8493)
15-
- `prometheusexporter`: Add `job` and `instance` labels to metrics so they can be scraped with `honor_labels: true` (#9115)
16-
- `podmanreceiver`: Add API timeout configuration option (#9014)
17-
- `cmd/mdatagen`: Add `sem_conv_version` field to metadata.yaml that is used to set metrics SchemaURL (#9010)
18-
- `splunkheceporter`: Add an option to disable log or profiling data (#9065)
19-
- `windowsperfcountersreceiver`: Move code into separate package for use in other windowsperfcounter receivers (#9108)
20-
- `datadogexporter`: Add `host_metadata` configuration section to configure host metadata export (#9100)
21-
- `cmd/mdatagen`: Update documentation generated for attributes to list enumerated values and show the "value" that will be visible on metrics when it is different from the attribute key in metadata.yaml (#8983)
2212

23-
- `routingprocessor`: add option to drop resource attribute used for routing (#8990)
24-
- `filestorage`: Moved extension into Beta (#9250)
13+
### 🧰 Bug fixes 🧰
14+
15+
## v0.49.0
2516

2617
### 🛑 Breaking changes 🛑
2718

@@ -34,15 +25,6 @@
3425
- `dynatraceexporter`: Make `serialization` package `/internal` (#9097)
3526
- `attributesprocessor`: Remove log names from filters (#9131)
3627

37-
### 🧰 Bug fixes 🧰
38-
39-
- `filestorageextension`: use correct bbolt options for compaction (#9134)
40-
- `hostmetricsreceiver`: Use cpu times for time delta in cpu.utilization calculation (#8857)
41-
- `dynatraceexporter`: Remove overly verbose stacktrace from certain logs (#8989)
42-
- `googlecloudexporter`: fix the `exporter.googlecloud.OTLPDirect` fature-gate, which was not applied when the flag was provided (#9116)
43-
- `signalfxexporter`: Fix bug to enable timeouts for correlating traces and metrics (#9101)
44-
- `windowsperfcountersreceiver`: fix exported values being integers instead of doubles (#9138)
45-
4628
### 🚩 Deprecations 🚩
4729

4830
- `datadogexporter`: Deprecate `service` setting in favor of `service.name` semantic convention (#8784)
@@ -55,11 +37,36 @@
5537
- `prometheusexecreceiver`: Deprecate prom_exec receiver (#9058)
5638
- `fluentbitextension`: Deprecate Fluentbit extension (#9062)
5739

58-
5940
### 🚀 New components 🚀
6041

42+
- `riakreceiver`: Riak Metric Receiver (#8548)
43+
44+
### 💡 Enhancements 💡
45+
- `splunkhecexporter`: Add support for batching traces (#8995)
46+
- `hostmetricsreceiver`: Migrate Processes scraper to the Metrics builder (#8855)
47+
- `tanzuobservabilityexporter`: Use resourcetotelemetry helper (#8338)
48+
- Add `make crosslink` target to ensure replace statements are included in `go.mod` for all transitive dependencies within repository (#8822)
49+
- `filestorageextension`: Change bbolt DB settings for better performance (#9004)
50+
- `jaegerremotesamplingextension`: Add local and remote sampling stores (#8818)
51+
- `attributesprocessor`: Add support to filter on log body (#8996)
52+
- `prometheusremotewriteexporter`: Translate resource attributes to the target info metric (#8493)
53+
- `prometheusexporter`: Add `job` and `instance` labels to metrics so they can be scraped with `honor_labels: true` (#9115)
54+
- `podmanreceiver`: Add API timeout configuration option (#9014)
55+
- `cmd/mdatagen`: Add `sem_conv_version` field to metadata.yaml that is used to set metrics SchemaURL (#9010)
56+
- `splunkheceporter`: Add an option to disable log or profiling data (#9065)
57+
- `windowsperfcountersreceiver`: Move code into separate package for use in other windowsperfcounter receivers (#9108)
58+
- `datadogexporter`: Add `host_metadata` configuration section to configure host metadata export (#9100)
59+
- `cmd/mdatagen`: Update documentation generated for attributes to list enumerated values and show the "value" that will be visible on metrics when it is different from the attribute key in metadata.yaml (#8983)
60+
- `routingprocessor`: add option to drop resource attribute used for routing (#8990)
61+
6162
### 🧰 Bug fixes 🧰
6263

64+
- `filestorageextension`: use correct bbolt options for compaction (#9134)
65+
- `hostmetricsreceiver`: Use cpu times for time delta in cpu.utilization calculation (#8857)
66+
- `dynatraceexporter`: Remove overly verbose stacktrace from certain logs (#8989)
67+
- `googlecloudexporter`: fix the `exporter.googlecloud.OTLPDirect` fature-gate, which was not applied when the flag was provided (#9116)
68+
- `signalfxexporter`: Fix bug to enable timeouts for correlating traces and metrics (#9101)
69+
- `windowsperfcountersreceiver`: fix exported values being integers instead of doubles (#9138)
6370
- `prometheusreceiver`: Fix issues with relabelling the `job` and `instance` labels. (#8780)
6471

6572
## v0.48.0

0 commit comments

Comments
 (0)