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

Sync upstream #5

Merged
merged 1,316 commits into from
Jul 31, 2023
Merged

Sync upstream #5

merged 1,316 commits into from
Jul 31, 2023

Conversation

mms2409
Copy link

@mms2409 mms2409 commented Jul 30, 2023

No description provided.

mackjmr and others added 30 commits June 29, 2023 09:29
…be `configopaque.String` (open-telemetry#23828)

**Description:**
Split out from: open-telemetry#17353


**Link to tracking Issue:**
open-telemetry#17273
**Description:** 
related open-telemetry#23266

Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
…ry#23834)

**Description:** These components have codeowner again, so their status
has been changed to `beta` (as it was before changing to `unmaintained`)
**Description:** <Describe what has changed.>
When did the massive cleaning of the deprecated code in loki translator,
forgot to remove LogsToLoki method

**Link to tracking Issue:** 

open-telemetry#15653
Signed-off-by: Alex Boten <aboten@lightstep.com>
**Description:**
Add explicitly `k8s.node.allocatable_pods` to the list of Kubernetes
node metrics available, which went missing during the pdata translation

**Link to tracking Issue:**
open-telemetry#23839
related to open-telemetry#23266

Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
…23857)

**Description:**
Rename websocketprocessor to remoteobserverprocessor

**Link to tracking Issue:**
Fixes open-telemetry#23856
**Description:** 
related open-telemetry#23266

Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
…configopaque.String` (open-telemetry#23862)

**Description:**
Split out from: open-telemetry#17353

**Link to tracking Issue:**
open-telemetry#17273
…Config.Alerts.Secret` to be `configopaque.String` (open-telemetry#23865)

**Description:**
Split out from: open-telemetry#17353

**Link to tracking Issue:**
open-telemetry#17273
**Description:**
Fix missing version in mongodb creating panics during scrapes

**Link to tracking Issue:**
Fixes open-telemetry#23859

**Testing:**
No tests, really.

**Documentation:**
N/A
…3141)

**Description:**
This PR adds a bridge between `filtermetric.NewSkipExpr` and
`filterottl.NewBoolExprForMetric` behind a feature gate. With the
feature gate enabled, any component using `filtermetric.NewSkipExpr`
will start using OTTL behind the scenes.

In addition, the filterprocessor's implementation of `newSkipResExpr`,
which is a skip expression for resources, is bridged to
`filterottl.NewBoolExprForResource`. Since this implementation exists
only for filtering metrics, the same feature gate is used for both.

While investigating the existing `internal/filtermetric` uses with
filterprocessor and attributesprocessor I found that:
- The attributes processor does not support Expressions or Resource
Attributes. The readme claims that it does, but the implementation does
not support it (and there are no tests). This bridge DOES NOT rectify
that.
- The filterprocessor allows filtering by resource attributes,
expressions, and metric name. Unlike it's implementation for filtering
spans and logs, the filterprocessor handles filtering spans at the
Resource level loop. This is the most performant solution, and how OTTL
likes to think about the problem, but it results in a different pattern
than filtering spans and logs. This bridge DOES NOT attempt to move the
resource implementation into `internal/filtermetric`.

**Link to tracking Issue:**
Related to
open-telemetry#18643
Related to
open-telemetry#18642

Depends on:
- [x]
open-telemetry#23142

**Testing:**
Added tests comparing the output of the existing config and the bridge.
…ions (open-telemetry#23854)

**Description:**
Add back all other vendor-specific node conditions, and report them even
if missing, as well as all allocatable node metrics if present, to the
list of Kubernetes node metrics available, which went missing during the
pdata translation

**Link to tracking Issue:**
Fixes open-telemetry#23839

**Testing:**
Unit tests.

**Documentation:**
Not quite. Maybe a doc entry is required here. I haven't looked yet
where to place it.
…n-telemetry#23633)

Adding a feature to filelog to allow reading of only the current file
from a collection of files through sorting the file names and picking
the newest one.
…try#23039)

**Description:** <Describe what has changed.>
Added disabling options for histogram metrics and option to exclude
default labels from all metrics. In some cases users want to optionally
disable part of metrics because they generate too much data or are not
needed.
We've tried to use transform as [it was suggested
here](open-telemetry#20525)
And this helps in part of getting less data. But we consumed too much
memory because of high cardinality labels. So we decided to suggest this
mr to escape metric creation at the very beginning.

**Link to tracking Issue:** 
[open-telemetryGH-16344]

**Testing:** 
Added tests to the repository

**Documentation:**
Readme file updated

---------

Co-authored-by: Antoine Toulme <antoine@toulme.name>
…y#23874)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.--> Run 20 times the
GitHub Action on my personal branch, there were no test failures. See
the files:

[Hostmetricsreceiver-FlakyTest-10030.xlsx](https://github.com/open-telemetry/opentelemetry-collector-contrib/files/11911111/Hostmetricsreceiver-FlakyTest-10030.xlsx).


**Link to tracking Issue:** <Issue number if
applicable>[10030](open-telemetry#10030)

**Testing:**
hostmetricsreceiver/internal/scraper/loadscraper/load_scraper_test.go

---------

Co-authored-by: Alex Boten <aboten@lightstep.com>
Co-authored-by: zeno-splunk <134558926+zeno-splunk@users.noreply.github.com>
**Description:** 
related open-telemetry#23266

Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

**Link to tracking Issue:** <Issue number if applicable>

Resolves
open-telemetry#23871

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
)

This pull request updates metadata for DataSet exporter. Metadata was
out of date and didn't reflect that the exporter plugin is distributed
as part of contrib.

---

NOTE: Per request in a PR review (atoulme), this change was moved out of
open-telemetry#23672
to a new and separate PR.
…-telemetry#23945)

The default connection interval is actually `10s` and not `1m`.
)

**Description:** 
related open-telemetry#23266

Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
…y#23954)

Bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 in
/exporter/googlecloudpubsubexporter
Bump cloud.google.com/go/pubsub from 1.31.0 to 1.32.0 in
/receiver/googlecloudpubsubreceiver
Bump github.com/DataDog/datadog-api-client-go/v2 from 2.13.0 to 2.14.0
in /exporter/datadogexporter
Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes
from 0.5.0 to 0.5.1 in /exporter/datadogexporter
Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs from
0.5.0 to 0.5.1 in /exporter/datadogexporter
Bump github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics from
0.5.0 to 0.5.1 in /exporter/datadogexporter
Bump github.com/DataDog/opentelemetry-mapping-go/pkg/quantile from 0.5.0
to 0.5.1 in /exporter/datadogexporter
Bump github.com/aliyun/aliyun-log-go-sdk from 0.1.49 to 0.1.50 in
/exporter/alibabacloudlogserviceexporter
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/internal/metadataproviders
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/receiver/awsecscontainermetricsreceiver
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.294 in
/receiver/awsxrayreceiver
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in
/exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in
/exporter/datadogexporter
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in
/internal/aws/awsutil
Bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.295 in
/internal/aws/cwlogs
Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 in
/internal/tools
Bump github.com/hashicorp/consul/api from 1.21.0 to 1.22.0 in
/internal/metadataproviders
Bump github.com/hashicorp/consul/api from 1.21.0 to 1.22.0 in
/processor/resourcedetectionprocessor
Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in
/exporter/fileexporter
Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in
/exporter/sapmexporter
Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 in
/receiver/sapmreceiver
Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in
/exporter/signalfxexporter
Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in
/extension/observer/hostobserver
Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in
/receiver/awscontainerinsightreceiver
Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in
/receiver/hostmetricsreceiver
Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in
/receiver/jmxreceiver
Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 in /testbed
Bump github.com/sijms/go-ora/v2 from 2.7.6 to 2.7.8 in
/receiver/sqlqueryreceiver
Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
from 1.0.687 to 1.0.692 in /exporter/tencentcloudlogserviceexporter
Bump github.com/vmware/govmomi from 0.30.4 to 0.30.5 in
/receiver/vcenterreceiver
Bump go.mongodb.org/atlas from 0.29.0 to 0.30.0 in
/receiver/mongodbatlasreceiver
Bump golang.org/x/vuln from 0.1.0 to 0.2.0 in /internal/tools
Bump google.golang.org/api from 0.128.0 to 0.129.0 in
/exporter/f5cloudexporter
Bump google.golang.org/api from 0.128.0 to 0.129.0 in
/exporter/googlecloudpubsubexporter
Bump google.golang.org/api from 0.128.0 to 0.129.0 in
/receiver/googlecloudpubsubreceiver
Bump google.golang.org/api from 0.128.0 to 0.129.0 in
/receiver/googlecloudspannerreceiver
djaglowski and others added 26 commits July 26, 2023 10:25
…etry#23780)

open-telemetry#20868 represents a push to ensure that all component code owners are
members of the OpenTelemetry organization.

This has direct implications for our notion of "vendor-specific
components", which are those that interact specifically with a
particular vendor, and are contributed and maintained by a
representative of a vendor. We require that the vendor representative
must maintain the component, which essentially means they must be a code
owner. Therefore, I am proposing that the representative must be a
member of the org before the component may be accepted.
…g changes (open-telemetry#24552)

**Description:**
Upgrade dependency versions of
`github.com/DataDog/opentelemetry-mapping-go` and
`github.com/DataDog/datadog-agent` and fix breaking changes in protobuf
(context: DataDog/datadog-agent#10650,
DataDog/opentelemetry-mapping-go#126).
…pen-telemetry#23814)

**Description:**
Fixes
open-telemetry#23150
by include the original `dd.span.Resource` in the attributes of the
translated span

**Link to tracking Issue:**
[23150](open-telemetry#23150)

**Testing:** Added test that span.Resource is included in translate
attributes

**Documentation:** Added note on `dd.span.Resource` to datadog receiver
README
…elemetry#22776)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
Add k8s service resolver for exporter/loadbalancingexporter

The exporter/loadbalancingexporter component currently supports both
static and dns resolvers, and does not currently support the ability to
load balance pods when the collector application is running in a
kubernetes environment. (Backends address discovery is achieved by
monitoring kubernetes endpoints resources). This pr provides that
capability.


**Link to tracking Issue:** <Issue number if applicable>
suitable for scenarios where services are located in a k8s cluster
open-telemetry#18412

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>

Signed-off-by: Yuan Fang <yuanfang@alauda.io>
…24574)

**Description:** 
Adds a new make target to update the codeowners file and regenerate
component READMEs in 1 step.
… breaking changes" (open-telemetry#24605)

Reverts open-telemetry#24552

Unblock the v0.82 release, will roll forward when a stable version of
datadog-agent is released.
…ry#24624)

Bump github.com/ClickHouse/clickhouse-go/v2 from 2.10.1 to 2.11.0 in
/exporter/clickhouseexporter
Bump
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
from 1.17.0 to 1.18.0 in /exporter/datadogexporter
Bump
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector
from 0.41.0 to 0.42.0 in /exporter/googlemanagedprometheusexporter
Bump
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus
from 0.41.0 to 0.42.0 in /exporter/googlemanagedprometheusexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/exporter/datadogexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/internal/aws/awsutil
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/internal/aws/cwlogs
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/internal/metadataproviders
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/receiver/awsecscontainermetricsreceiver
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.308 in
/receiver/awsxrayreceiver
Bump github.com/docker/docker from 24.0.4+incompatible to
24.0.5+incompatible in /internal/docker
Bump github.com/docker/docker from 24.0.4+incompatible to
24.0.5+incompatible in /internal/metadataproviders
Bump github.com/hashicorp/consul/api from 1.22.0 to 1.23.0 in
/internal/metadataproviders
Bump github.com/hashicorp/consul/api from 1.22.0 to 1.23.0 in
/processor/resourcedetectionprocessor
Bump github.com/influxdata/influxdb-observability/common from 0.5.4 to
0.5.5 in /exporter/influxdbexporter
Bump github.com/influxdata/influxdb-observability/common from 0.5.4 to
0.5.5 in /receiver/influxdbreceiver
Bump github.com/influxdata/influxdb-observability/influx2otel from 0.5.4
to 0.5.5 in /receiver/influxdbreceiver
Bump github.com/influxdata/influxdb-observability/otel2influx from 0.5.4
to 0.5.5 in /exporter/influxdbexporter
Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
from 1.0.702 to 1.0.706 in /exporter/tencentcloudlogserviceexporter
Bump github.com/vmware/govmomi from 0.30.5 to 0.30.6 in
/receiver/vcenterreceiver
Bump go.opentelemetry.io/build-tools/issuegenerator from 0.8.0 to 0.9.0
in /internal/tools
Bump google.golang.org/api from 0.131.0 to 0.133.0 in
/exporter/f5cloudexporter
Bump google.golang.org/api from 0.131.0 to 0.133.0 in
/exporter/googlecloudpubsubexporter
Bump google.golang.org/api from 0.131.0 to 0.133.0 in
/receiver/googlecloudpubsubreceiver
Bump google.golang.org/api from 0.131.0 to 0.133.0 in
/receiver/googlecloudspannerreceiver
Bump k8s.io/api from 0.27.3 to 0.27.4 in /extension/observer/k8sobserver
Bump k8s.io/api from 0.27.3 to 0.27.4 in /internal/aws/k8s
Bump k8s.io/api from 0.27.3 to 0.27.4 in
/processor/k8sattributesprocessor
Bump k8s.io/api from 0.27.3 to 0.27.4 in
/receiver/awscontainerinsightreceiver
Bump k8s.io/api from 0.27.3 to 0.27.4 in /receiver/k8sclusterreceiver
Bump k8s.io/api from 0.27.3 to 0.27.4 in /receiver/k8seventsreceiver
Bump k8s.io/api from 0.27.3 to 0.27.4 in /receiver/kubeletstatsreceiver
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in
/exporter/datadogexporter
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in
/extension/observer/k8sobserver
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in /internal/aws/k8s
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in /internal/k8sconfig
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in
/processor/k8sattributesprocessor
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in
/processor/resourcedetectionprocessor
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in
/receiver/awscontainerinsightreceiver
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in
/receiver/k8sclusterreceiver
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in
/receiver/k8seventsreceiver
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 in
/receiver/kubeletstatsreceiver
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in /exporter/datadogexporter
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in
/extension/observer/k8sobserver
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in /internal/aws/k8s
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in /internal/k8sconfig
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in /internal/kubelet
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in
/processor/k8sattributesprocessor
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in
/processor/resourcedetectionprocessor
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in
/receiver/awscontainerinsightreceiver
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in
/receiver/k8sclusterreceiver
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in
/receiver/k8seventsreceiver
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in
/receiver/kubeletstatsreceiver
Bump k8s.io/client-go from 0.27.3 to 0.27.4 in
/receiver/simpleprometheusreceiver
Bump k8s.io/kubelet from 0.27.3 to 0.27.4 in
/receiver/kubeletstatsreceiver
…ry#24631)

Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/exporter/datadogexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/internal/aws/awsutil
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/internal/aws/cwlogs
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/internal/metadataproviders
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/receiver/awsecscontainermetricsreceiver
Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.309 in
/receiver/awsxrayreceiver
Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
from 1.0.702 to 1.0.706 in /exporter/tencentcloudlogserviceexporter
Bump google.golang.org/api from 0.131.0 to 0.133.0 in
/exporter/googlecloudpubsubexporter
Bump google.golang.org/api from 0.131.0 to 0.133.0 in
/receiver/googlecloudpubsubreceiver
Bump google.golang.org/api from 0.133.0 to 0.134.0 in
/exporter/f5cloudexporter
Bump google.golang.org/api from 0.133.0 to 0.134.0 in
/receiver/googlecloudspannerreceiver
Bump google.golang.org/grpc from 1.56.2 to 1.57.0 in
/receiver/googlecloudspannerreceiver
…try#24642)

**Description:**
The badges that show the number of open and closed issues for each
component currently link to the badge rather than to something
meaningful.

This change makes the badges link to the GitHub Issues page with the
filters set to correspond with the component and badge.

**Link to tracking Issue:** open-telemetry#24181 

**Testing:** Confirmed that the correct filters when navigating to
issues by clicking on the badges

**Documentation:** N/A
…solver (open-telemetry#24362)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
improve document for k8s service resolver of
exporter/loadbalancingexporter

**Link to tracking Issue:** <Issue number if applicable>
open-telemetry#24287 

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
Add example/k8s-resolver/README.md
The description of the k8s resolver from
exporter/loadbalancingexporter/README.md can be jump-linked to example.

Signed-off-by: Yuan Fang <yuanfang@alauda.io>
open-telemetry#24643)

**Description:**
This PR uses the checkfile tool introduced in
open-telemetry/opentelemetry-go-build-tools#348
in order to validate the presence of the metadata.yaml file in all
components. It also removes the checkdoc tool in favor of the checkfile
tool, which is now also used to validate the presence of README.md.

**Link to tracking Issue:**
open-telemetry#23376
…y#24646)

**Description:**

This PR consolidate metadata.yaml and makes all the internal packages to
use:
```
imetadataphase "k8sclusterreceiver/internal/metadata"
```
instead of:
```
imetadataphase "k8sclusterreceiver/internal/clusterresourcequota/internal/metadata"
```

**Link to tracking Issue:** open-telemetry#24568
…n-telemetry#23863)

**Description:** <Describe what has changed.>
Added new setting `default_labels_enabled` into the loki exporter
config.
When this setting is passed loki exporter will not set default labels if
the setting value is false, for example:

```
loki:
  endpoint: ...
  default_labels_enabled:
    job: true
    instance: false
    exporter: false
    level: false
```
In this example, only the `job` label will be added, `instance`,
`exporter`, and `level` will not be added as Loki labels.

If `default_labels_enabled` is omitted the current behavior will be
applied: default labels will be added (exporter, job, instance, label)
If one of the labels is omitted in `default_labels_enabled` then the
current behavior will be applied: this label will be added

**Link to tracking Issue:**
open-telemetry#22156

**Testing:** unit tests added

**Documentation:** README updated
**Description:** 

Add ottl `Len` converter to make `Substring` useful for truncating.
E.g.:
```
    log_statements:
      - context: log
        statements:
        - set(body, Substring(body, 0, 10)) where Len(body) >= 10
```

**Link to tracking Issue:**  Resolves open-telemetry#23847.

**Testing:** Unit tests, local verification with running collector.

**Documentation:** Added documentation to
`pkg/ottl/ottlfuncs/README.md`.

This PR is the result of
[conversation](open-telemetry#23880 (comment))
on open-telemetry#23880.

---------

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
…-telemetry#24556)

Fixes open-telemetry#23367

This is the last PR to move to a generated CODEOWNERS file managed via
metadata.

---------

Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
…en-telemetry#24547)

**Description:** <Describe what has changed.>
Fixing a bug - Stop dropping error tags from Zipkin spans. The old code
removes all errors from those spans, rendering them useless if an actual
error happened. In addition, no longer delete error tags if they contain
useful information. This now only deletes them if they are "true", and
thus don't contain useful information. Also fixes the whole issue of

**Link to tracking Issue:** open-telemetry#16530

**Testing:** Absolutely none, I have written no Go code before this and
have not even run the code.

I'm hoping CI saves me the trouble of installing and running everything
locally

---------

Co-authored-by: Curtis Robert <crobert@splunk.com>
Co-authored-by: Curtis Robert <92119472+crobert-1@users.noreply.github.com>
Co-authored-by: Antoine Toulme <antoine@lunar-ocean.com>
…e for numeric … (open-telemetry#24564)

**Description:** <Describe what has changed.>
Added invert_match rule for numeric matcher, to support exclusion
decision

**Link to tracking Issue:** 
[open-telemetryGH-24563]

**Testing:**
Added tests

**Documentation:**
Updated Readme
**Description:** 

With the most recent changes in
open-telemetry/opentelemetry-collector#7951
caused a bunch of tests to fail on upgrade.

This just adds in the scraper settings where needed.
…ion to Prometheus remote write format (open-telemetry#24288)

**Description:** 

This PR improves the performance of the conversion from OpenTelemetry to
Prometheus remote write. It reduces latency and memory utilisation by up
to 70% in some cases, particularly those involving histograms, summaries
or series with many labels.

<details>
<summary>Benchmark results</summary>

```

goos: darwin
goarch: arm64
pkg: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheusremotewrite
                                                                                                                                           │  before.txt  │              after.txt              │
                                                                                                                                           │    sec/op    │    sec/op     vs base               │
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10          2.150m ± 1%   1.987m ±  1%   -7.57% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10          4.061m ± 1%   3.980m ±  2%   -1.98% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10         5.570m ± 4%   5.443m ±  1%   -2.28% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10         16.29m ± 2%   13.04m ±  1%  -19.96% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10         18.14m ± 1%   14.98m ±  1%  -17.41% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10        19.51m ± 1%   16.36m ±  1%  -16.11% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10         10.568m ± 1%   6.405m ±  1%  -39.39% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10          14.27m ± 1%   10.25m ±  0%  -28.18% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10         16.70m ± 1%   12.75m ±  1%  -23.66% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10         71.82m ± 0%   21.41m ±  1%  -70.19% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10         76.46m ± 1%   25.36m ±  1%  -66.84% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10        78.24m ± 0%   28.07m ±  0%  -64.12% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10      12.180m ± 1%   7.912m ±  1%  -35.04% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10       17.38m ± 0%   13.26m ±  0%  -23.71% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10      21.14m ± 1%   17.07m ±  1%  -19.25% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10      86.62m ± 3%   33.35m ±  2%  -61.50% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10      91.72m ± 1%   38.95m ±  1%  -57.53% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10     95.29m ± 1%   43.16m ± 36%  -54.70% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10             1.338µ ± 1%   1.205µ ±  1%   -9.94% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10             1.334µ ± 2%   1.225µ ±  2%   -8.17% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10            1.328µ ± 1%   1.218µ ±  8%   -8.25% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10            1.326µ ± 0%   1.240µ ±  4%   -6.49% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10            1.326µ ± 1%   1.205µ ±  1%   -9.13% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10           1.327µ ± 0%   1.215µ ±  2%   -8.48% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10          2.144m ± 1%   2.008m ±  1%   -6.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10          4.094m ± 1%   3.969m ±  1%   -3.06% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10         5.595m ± 1%   5.465m ±  1%   -2.33% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10         16.34m ± 1%   13.02m ±  0%  -20.28% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10         18.27m ± 2%   14.99m ±  0%  -17.95% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10        19.49m ± 1%   16.38m ±  0%  -15.95% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10         10.624m ± 2%   6.389m ±  0%  -39.86% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10          14.28m ± 1%   10.26m ±  0%  -28.17% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10         16.80m ± 2%   12.75m ±  0%  -24.11% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10         72.25m ± 1%   21.52m ±  1%  -70.22% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10         76.34m ± 1%   25.29m ±  1%  -66.87% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10        78.38m ± 1%   28.11m ±  1%  -64.13% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10      12.452m ± 1%   7.930m ±  1%  -36.32% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10       17.72m ± 3%   13.29m ±  2%  -25.00% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10      21.57m ± 2%   17.13m ±  2%  -20.57% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10      87.41m ± 1%   33.19m ±  1%  -62.03% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10      92.93m ± 1%   38.91m ±  1%  -58.13% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10     95.96m ± 0%   42.89m ±  1%  -55.30% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10            16.58µ ± 1%   13.71µ ±  1%  -17.35% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10            17.06µ ± 4%   13.69µ ±  0%  -19.78% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10           16.96µ ± 2%   13.71µ ±  0%  -19.18% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10           16.62µ ± 1%   13.71µ ±  0%  -17.49% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10           16.64µ ± 2%   13.72µ ±  6%  -17.51% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10          16.55µ ± 1%   13.73µ ±  0%  -17.04% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10         2.220m ± 0%   2.148m ±  0%   -3.23% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10         4.236m ± 1%   4.119m ±  1%   -2.76% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10        5.705m ± 0%   5.605m ±  0%   -1.74% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10        16.49m ± 0%   13.20m ±  0%  -19.96% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10        18.43m ± 0%   15.13m ±  0%  -17.88% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10       19.72m ± 1%   16.52m ±  1%  -16.25% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10        11.039m ± 1%   6.469m ±  1%  -41.40% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10         14.71m ± 1%   10.33m ±  0%  -29.80% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10        17.18m ± 1%   12.82m ±  1%  -25.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10        73.12m ± 1%   21.63m ±  1%  -70.41% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10        77.44m ± 2%   25.49m ±  1%  -67.08% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10       79.62m ± 1%   28.22m ±  0%  -64.56% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10     12.979m ± 1%   8.137m ±  1%  -37.31% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10      18.09m ± 1%   13.53m ±  1%  -25.23% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10     21.86m ± 1%   17.35m ±  0%  -20.64% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10     87.53m ± 2%   33.70m ±  1%  -61.50% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10     93.54m ± 0%   39.12m ±  0%  -58.18% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10    97.08m ± 0%   43.04m ±  1%  -55.66% (p=0.002 n=6)
geomean                                                                                                                                       4.704m        3.076m        -34.61%

                                                                                                                                           │  before.txt   │              after.txt              │
                                                                                                                                           │     B/op      │     B/op      vs base               │
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10          1.797Mi ± 0%   1.583Mi ± 0%  -11.90% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10          4.583Mi ± 0%   4.369Mi ± 0%   -4.67% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10         7.436Mi ± 0%   7.221Mi ± 0%   -2.88% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10         17.26Mi ± 0%   10.15Mi ± 0%  -41.21% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10         20.08Mi ± 0%   12.96Mi ± 0%  -35.46% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10        22.97Mi ± 0%   15.84Mi ± 0%  -31.02% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10          9.241Mi ± 0%   6.583Mi ± 0%  -28.76% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10          12.73Mi ± 0%   10.07Mi ± 0%  -20.90% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10         16.32Mi ± 0%   13.66Mi ± 0%  -16.32% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10         78.03Mi ± 0%   23.99Mi ± 0%  -69.26% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10         81.57Mi ± 0%   27.49Mi ± 0%  -66.30% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10        85.26Mi ± 0%   31.10Mi ± 0%  -63.52% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10      10.821Mi ± 0%   7.946Mi ± 0%  -26.56% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10       17.12Mi ± 0%   14.24Mi ± 0%  -16.85% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10      23.61Mi ± 0%   20.71Mi ± 0%  -12.27% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10      95.50Mi ± 0%   34.07Mi ± 0%  -64.33% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10     102.08Mi ± 0%   40.46Mi ± 0%  -60.36% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10    108.76Mi ± 0%   47.06Mi ± 1%  -56.73% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10             1.922Ki ± 0%   1.586Ki ± 0%  -17.48% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10             1.922Ki ± 0%   1.586Ki ± 0%  -17.48% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10            1.922Ki ± 0%   1.586Ki ± 0%  -17.48% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10            1.922Ki ± 0%   1.586Ki ± 0%  -17.48% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10            1.922Ki ± 0%   1.586Ki ± 0%  -17.48% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10           1.922Ki ± 0%   1.586Ki ± 0%  -17.48% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10          1.799Mi ± 0%   1.585Mi ± 0%  -11.91% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10          4.585Mi ± 0%   4.370Mi ± 0%   -4.68% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10         7.438Mi ± 0%   7.223Mi ± 0%   -2.89% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10         17.26Mi ± 0%   10.15Mi ± 0%  -41.20% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10         20.08Mi ± 0%   12.96Mi ± 0%  -35.45% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10        22.97Mi ± 0%   15.84Mi ± 0%  -31.02% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10          9.243Mi ± 0%   6.584Mi ± 0%  -28.76% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10          12.73Mi ± 0%   10.07Mi ± 0%  -20.90% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10         16.32Mi ± 0%   13.66Mi ± 0%  -16.33% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10         78.03Mi ± 0%   23.99Mi ± 0%  -69.26% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10         81.58Mi ± 0%   27.50Mi ± 0%  -66.30% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10        85.27Mi ± 0%   31.10Mi ± 0%  -63.52% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10      10.825Mi ± 0%   7.948Mi ± 0%  -26.58% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10       17.13Mi ± 0%   14.24Mi ± 0%  -16.86% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10      23.61Mi ± 0%   20.71Mi ± 0%  -12.28% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10      95.48Mi ± 0%   34.07Mi ± 0%  -64.32% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10     102.08Mi ± 0%   40.46Mi ± 0%  -60.36% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10    108.78Mi ± 0%   47.05Mi ± 0%  -56.75% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10            24.01Ki ± 0%   13.91Ki ± 0%  -42.06% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10            24.02Ki ± 0%   13.91Ki ± 0%  -42.08% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10           24.01Ki ± 0%   13.91Ki ± 0%  -42.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10           24.02Ki ± 0%   13.91Ki ± 0%  -42.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10           24.02Ki ± 0%   13.91Ki ± 0%  -42.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10          24.02Ki ± 0%   13.91Ki ± 0%  -42.08% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10         1.821Mi ± 0%   1.597Mi ± 0%  -12.29% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10         4.607Mi ± 0%   4.383Mi ± 0%   -4.86% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10        7.460Mi ± 0%   7.236Mi ± 0%   -3.01% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10        17.28Mi ± 0%   10.16Mi ± 0%  -41.21% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10        20.11Mi ± 0%   12.98Mi ± 0%  -35.46% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10       22.99Mi ± 0%   15.86Mi ± 0%  -31.02% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10         9.264Mi ± 0%   6.596Mi ± 0%  -28.80% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10         12.75Mi ± 0%   10.08Mi ± 0%  -20.94% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10        16.35Mi ± 0%   13.67Mi ± 0%  -16.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10        78.05Mi ± 0%   24.00Mi ± 0%  -69.25% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10        81.63Mi ± 0%   27.51Mi ± 0%  -66.30% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10       85.29Mi ± 0%   31.11Mi ± 0%  -63.52% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10     10.847Mi ± 0%   7.960Mi ± 0%  -26.61% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10      17.15Mi ± 0%   14.25Mi ± 0%  -16.89% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10     23.64Mi ± 0%   20.73Mi ± 0%  -12.31% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10     95.52Mi ± 0%   34.08Mi ± 0%  -64.32% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10    102.10Mi ± 0%   40.48Mi ± 0%  -60.36% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10   108.78Mi ± 0%   47.07Mi ± 0%  -56.73% (p=0.002 n=6)
geomean                                                                                                                                       5.153Mi        3.202Mi       -37.87%

                                                                                                                                           │  before.txt  │             after.txt              │
                                                                                                                                           │  allocs/op   │  allocs/op   vs base               │
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10          29.14k ± 0%   22.13k ± 0%  -24.04% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10          64.26k ± 0%   57.25k ± 0%  -10.90% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10         95.38k ± 0%   88.37k ± 0%   -7.34% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10         77.59k ± 0%   62.56k ± 0%  -19.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10        113.24k ± 0%   98.11k ± 0%  -13.36% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10        144.6k ± 0%   129.5k ± 0%  -10.45% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10         131.48k ± 0%   73.39k ± 0%  -44.18% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10          170.7k ± 0%   112.6k ± 0%  -34.04% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10         202.8k ± 0%   144.7k ± 0%  -28.65% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10        340.88k ± 0%   94.18k ± 0%  -72.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10         380.5k ± 0%   133.7k ± 0%  -64.86% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10        413.6k ± 0%   166.1k ± 0%  -59.84% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10      160.89k ± 0%   95.69k ± 0%  -40.53% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10       235.5k ± 0%   170.2k ± 0%  -27.72% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10      299.1k ± 0%   233.8k ± 0%  -21.85% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10      430.8k ± 0%   161.2k ± 0%  -62.58% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10      508.9k ± 0%   237.2k ± 0%  -53.38% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_0/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10     573.4k ± 0%   302.3k ± 2%  -47.28% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10              20.00 ± 0%    15.00 ± 0%  -25.00% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10              20.00 ± 0%    15.00 ± 0%  -25.00% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10             20.00 ± 0%    15.00 ± 0%  -25.00% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10             20.00 ± 0%    15.00 ± 0%  -25.00% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10             20.00 ± 0%    15.00 ± 0%  -25.00% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10            20.00 ± 0%    15.00 ± 0%  -25.00% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10          29.16k ± 0%   22.15k ± 0%  -24.04% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10          64.28k ± 0%   57.26k ± 0%  -10.91% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10         95.40k ± 0%   88.39k ± 0%   -7.35% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10         77.64k ± 0%   62.60k ± 0%  -19.38% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10        113.25k ± 0%   98.12k ± 0%  -13.36% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10        144.7k ± 0%   129.5k ± 0%  -10.46% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10         131.50k ± 0%   73.40k ± 0%  -44.18% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10          170.7k ± 0%   112.6k ± 0%  -34.03% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10         202.9k ± 0%   144.7k ± 0%  -28.65% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10        340.90k ± 0%   94.19k ± 0%  -72.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10         380.6k ± 0%   133.7k ± 0%  -64.86% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10        413.6k ± 0%   166.1k ± 0%  -59.84% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10      160.98k ± 0%   95.70k ± 0%  -40.55% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10       235.6k ± 0%   170.2k ± 0%  -27.73% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10      299.2k ± 0%   233.8k ± 0%  -21.85% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10      430.8k ± 0%   161.2k ± 0%  -62.57% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10      508.9k ± 0%   237.3k ± 0%  -53.38% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_5/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10     573.4k ± 0%   302.1k ± 0%  -47.32% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10             73.00 ± 0%    62.00 ± 0%  -15.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10             73.00 ± 0%    62.00 ± 0%  -15.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10            73.00 ± 0%    62.00 ± 0%  -15.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10            73.00 ± 0%    62.00 ± 0%  -15.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10            73.00 ± 0%    62.00 ± 0%  -15.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10           73.00 ± 0%    62.00 ± 0%  -15.07% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10         29.21k ± 0%   22.20k ± 0%  -24.01% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10         64.34k ± 0%   57.32k ± 0%  -10.91% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10        95.46k ± 0%   88.44k ± 0%   -7.35% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10        77.70k ± 0%   62.65k ± 0%  -19.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10       113.36k ± 0%   98.20k ± 0%  -13.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_0/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10       144.7k ± 0%   129.6k ± 0%  -10.43% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_0-10        131.55k ± 0%   73.45k ± 0%  -44.17% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_5-10         170.7k ± 0%   112.6k ± 0%  -34.03% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_2/exemplars_per_series:_10-10        202.9k ± 0%   144.8k ± 0%  -28.65% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_0-10       340.97k ± 0%   94.24k ± 0%  -72.36% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_5-10        381.2k ± 0%   133.8k ± 0%  -64.90% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_0/labels_per_metric:_20/exemplars_per_series:_10-10       413.7k ± 0%   166.1k ± 0%  -59.84% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_0-10     161.05k ± 0%   95.76k ± 0%  -40.54% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_5-10      235.7k ± 0%   170.3k ± 0%  -27.72% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_2/exemplars_per_series:_10-10     299.3k ± 0%   233.9k ± 0%  -21.85% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_0-10     430.9k ± 0%   161.3k ± 0%  -62.57% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_5-10     509.0k ± 0%   237.3k ± 0%  -53.37% (p=0.002 n=6)
FromMetrics/resource_attribute_count:_50/histogram_count:_1000/non-histogram_count:_1000/labels_per_metric:_20/exemplars_per_series:_10-10    573.5k ± 0%   302.4k ± 0%  -47.27% (p=0.002 n=6)
geomean                                                                                                                                       39.93k        25.46k       -36.23%

```

</details>

**Link to tracking Issue:** (none)

**Testing:** I've added a benchmark to verify the improvement, and run
the existing tests to ensure these changes have not introduced any
regressions.

**Documentation:** (none required)
Update core dependency in preparation for v0.82.0

---------

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Replaces
open-telemetry#24666
as I can't update the branch with the fix to the changelog step.

---------

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
@mms2409 mms2409 self-assigned this Jul 30, 2023
@mms2409 mms2409 merged commit 71b8f0d into main Jul 31, 2023
@mms2409 mms2409 deleted the sync-upstream branch July 31, 2023 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.