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
splunkhecreceiver: Delete the path key which is no longer in use and has been deprecated since September 2021. (#16999)
pkg/ottl: Enforce functions used as a value to start with an uppercase letter and the statement's invocation to start with a lowercase letter. (#16718)
haproxyreceiver: A receiver scraping metrics from the HAProxy stats command. (#16829)
processor/datadogprocessor: The Datadog Processor is used to compute pre-sampling APM Stats. (#15689)
Use it to get full visibility into APM Stats in conjunction with the Collector's tail sampling processors.
💡 Enhancements 💡
jmxreceiver: Add the JMX metrics gatherer version 1.21.0-alpha to the supported jars hash list (#17064)
hostmetricsreceiver: Add a new optional metric process.memory.utilization to the metrics scraped by the process scraper of the hostmetrics receiver. (#14084)
mysqlreceiver: add mysql.replica.time_behind_source and mysql.replica.sql_delay metrics (#14138)
elasticsearchreceiver: Add additional node metrics around request cache and process stats (#16095)
datadogexporter: Added support for consuming Datadog APM Stats as OTLP Metrics (usually generated by the datadogprocessor). (#16853)
googlecloudspannerreceiver: Support for p50, p95 and p99 percentile latencies for queries and transactions. (#16429)
exporter/loki: Added InstrumentationScope to log object (#16485)
exporter/loki: Allow nested attributes to be used in labels (#16475)
mongodbreceiver: Add mongodb metrics for operation latency and replication. (#16848)
oracledbreceiver: Set OracleDB receiver as alpha, from in development. (#16843)
snowflakereceiver: added metrics to snowflakereceiver (#14754)
generated w/ mdatagen
pkg/ottl: Add substring Converter, returns a substring from the given start index to the specified length. (#17038)
🧰 Bug fixes 🧰
k8sobjects: Fix empty event.name attribute when using watch mode (#16542)
logzioexporter: Implemented GetLevel method for go-hclog logger (#17009)
oracledbreceiver: Remove duplicate method to create default config. (#16997)
postgresqlreceiver: Fix issue where WAL stats query was incorrectly coalescing intervals. (#16769)
splunkhecexporter: Fix data race when gzip compression is enabled (#17083)
Removed gzip writer pool and create a new one when needed.
splunkhecexporter: Fix isssue where splunkhec exporter always returns over capacity error when compression is enabled and MaxContentLength is 0 (#17035)