Skip to content

Commit

Permalink
Merge remote-tracking branch 'bacherfl/feat/16214/scale-metric-values…
Browse files Browse the repository at this point in the history
…' into feat/16214/scale-metric-values
  • Loading branch information
bacherfl committed Jun 3, 2024
2 parents 4084b53 + fc1dc7f commit 35064e1
Show file tree
Hide file tree
Showing 107 changed files with 475 additions and 251 deletions.
27 changes: 27 additions & 0 deletions .chloggen/sinkingpoint_add-minute-converter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: pkg/ottl

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adds a `Minute` converter for extracting the int minute component from a time.Time

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [33106]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:

# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: []
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,20 @@ body:
- processor/remotetap
- processor/resource
- processor/resourcedetection
- processor/resourcedetection/internal/aws/ec2
- processor/resourcedetection/internal/aws/ecs
- processor/resourcedetection/internal/aws/eks
- processor/resourcedetection/internal/aws/elasticbeanstalk
- processor/resourcedetection/internal/aws/lambda
- processor/resourcedetection/internal/azure
- processor/resourcedetection/internal/azure/aks
- processor/resourcedetection/internal/consul
- processor/resourcedetection/internal/docker
- processor/resourcedetection/internal/gcp
- processor/resourcedetection/internal/heroku
- processor/resourcedetection/internal/k8snode
- processor/resourcedetection/internal/openshift
- processor/resourcedetection/internal/system
- processor/routing
- processor/schema
- processor/span
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,20 @@ body:
- processor/remotetap
- processor/resource
- processor/resourcedetection
- processor/resourcedetection/internal/aws/ec2
- processor/resourcedetection/internal/aws/ecs
- processor/resourcedetection/internal/aws/eks
- processor/resourcedetection/internal/aws/elasticbeanstalk
- processor/resourcedetection/internal/aws/lambda
- processor/resourcedetection/internal/azure
- processor/resourcedetection/internal/azure/aks
- processor/resourcedetection/internal/consul
- processor/resourcedetection/internal/docker
- processor/resourcedetection/internal/gcp
- processor/resourcedetection/internal/heroku
- processor/resourcedetection/internal/k8snode
- processor/resourcedetection/internal/openshift
- processor/resourcedetection/internal/system
- processor/routing
- processor/schema
- processor/span
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,20 @@ body:
- processor/remotetap
- processor/resource
- processor/resourcedetection
- processor/resourcedetection/internal/aws/ec2
- processor/resourcedetection/internal/aws/ecs
- processor/resourcedetection/internal/aws/eks
- processor/resourcedetection/internal/aws/elasticbeanstalk
- processor/resourcedetection/internal/aws/lambda
- processor/resourcedetection/internal/azure
- processor/resourcedetection/internal/azure/aks
- processor/resourcedetection/internal/consul
- processor/resourcedetection/internal/docker
- processor/resourcedetection/internal/gcp
- processor/resourcedetection/internal/heroku
- processor/resourcedetection/internal/k8snode
- processor/resourcedetection/internal/openshift
- processor/resourcedetection/internal/system
- processor/routing
- processor/schema
- processor/span
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/unmaintained.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,20 @@ body:
- processor/remotetap
- processor/resource
- processor/resourcedetection
- processor/resourcedetection/internal/aws/ec2
- processor/resourcedetection/internal/aws/ecs
- processor/resourcedetection/internal/aws/eks
- processor/resourcedetection/internal/aws/elasticbeanstalk
- processor/resourcedetection/internal/aws/lambda
- processor/resourcedetection/internal/azure
- processor/resourcedetection/internal/azure/aks
- processor/resourcedetection/internal/consul
- processor/resourcedetection/internal/docker
- processor/resourcedetection/internal/gcp
- processor/resourcedetection/internal/heroku
- processor/resourcedetection/internal/k8snode
- processor/resourcedetection/internal/openshift
- processor/resourcedetection/internal/system
- processor/routing
- processor/schema
- processor/span
Expand Down
14 changes: 7 additions & 7 deletions cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ require (

require (
bitbucket.org/atlassian/go-asap/v2 v2.8.0 // indirect
cloud.google.com/go v0.113.0 // indirect
cloud.google.com/go v0.114.0 // indirect
cloud.google.com/go/auth v0.4.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
Expand All @@ -184,7 +184,7 @@ require (
cloud.google.com/go/longrunning v0.5.7 // indirect
cloud.google.com/go/monitoring v1.19.0 // indirect
cloud.google.com/go/pubsub v1.38.0 // indirect
cloud.google.com/go/spanner v1.62.0 // indirect
cloud.google.com/go/spanner v1.63.0 // indirect
cloud.google.com/go/trace v1.10.7 // indirect
code.cloudfoundry.org/clock v1.0.0 // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20211115184647-b584dd5df32c // indirect
Expand Down Expand Up @@ -217,7 +217,7 @@ require (
github.com/ClickHouse/ch-go v0.61.5 // indirect
github.com/ClickHouse/clickhouse-go/v2 v2.23.0 // indirect
github.com/Code-Hex/go-generics-cache v1.3.1 // indirect
github.com/DataDog/agent-payload/v5 v5.0.118 // indirect
github.com/DataDog/agent-payload/v5 v5.0.119 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.54.0-rc.5 // indirect
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0-rc.5 // indirect
github.com/DataDog/datadog-agent/comp/core/log v0.54.0-rc.5 // indirect
Expand Down Expand Up @@ -291,7 +291,7 @@ require (
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
github.com/SAP/go-hdb v1.8.15 // indirect
github.com/SAP/go-hdb v1.9.5 // indirect
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc // indirect
github.com/Showmax/go-fqdn v1.0.0 // indirect
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
Expand All @@ -306,7 +306,7 @@ require (
github.com/ardielle/ardielle-go v1.5.2 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.53.10 // indirect
github.com/aws/aws-sdk-go v1.53.11 // indirect
github.com/aws/aws-sdk-go-v2 v1.27.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
github.com/aws/aws-sdk-go-v2/config v1.27.16 // indirect
Expand Down Expand Up @@ -443,7 +443,7 @@ require (
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
Expand All @@ -461,7 +461,7 @@ require (
github.com/ionos-cloud/sdk-go/v6 v6.1.11 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.5.5 // indirect
github.com/jackc/pgx/v5 v5.6.0 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jaegertracing/jaeger v1.57.0 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
Expand Down
28 changes: 14 additions & 14 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ require (

require (
bitbucket.org/atlassian/go-asap/v2 v2.8.0 // indirect
cloud.google.com/go v0.113.0 // indirect
cloud.google.com/go v0.114.0 // indirect
cloud.google.com/go/auth v0.4.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
Expand All @@ -247,7 +247,7 @@ require (
cloud.google.com/go/longrunning v0.5.7 // indirect
cloud.google.com/go/monitoring v1.19.0 // indirect
cloud.google.com/go/pubsub v1.38.0 // indirect
cloud.google.com/go/spanner v1.62.0 // indirect
cloud.google.com/go/spanner v1.63.0 // indirect
cloud.google.com/go/trace v1.10.7 // indirect
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20211115184647-b584dd5df32c // indirect
Expand Down Expand Up @@ -284,7 +284,7 @@ require (
github.com/ClickHouse/ch-go v0.61.5 // indirect
github.com/ClickHouse/clickhouse-go/v2 v2.23.0 // indirect
github.com/Code-Hex/go-generics-cache v1.3.1 // indirect
github.com/DataDog/agent-payload/v5 v5.0.118 // indirect
github.com/DataDog/agent-payload/v5 v5.0.119 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.54.0-rc.5 // indirect
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.54.0-rc.5 // indirect
github.com/DataDog/datadog-agent/comp/core/log v0.54.0-rc.5 // indirect
Expand Down Expand Up @@ -361,7 +361,7 @@ require (
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
github.com/SAP/go-hdb v1.8.15 // indirect
github.com/SAP/go-hdb v1.9.5 // indirect
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc // indirect
github.com/Showmax/go-fqdn v1.0.0 // indirect
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
Expand All @@ -376,7 +376,7 @@ require (
github.com/ardielle/ardielle-go v1.5.2 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.53.10 // indirect
github.com/aws/aws-sdk-go v1.53.11 // indirect
github.com/aws/aws-sdk-go-v2 v1.27.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
github.com/aws/aws-sdk-go-v2/config v1.27.16 // indirect
Expand Down Expand Up @@ -517,7 +517,7 @@ require (
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
Expand All @@ -535,7 +535,7 @@ require (
github.com/ionos-cloud/sdk-go/v6 v6.1.11 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.5.5 // indirect
github.com/jackc/pgx/v5 v5.6.0 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jaegertracing/jaeger v1.57.0 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
Expand Down
Loading

0 comments on commit 35064e1

Please sign in to comment.