1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-19 21:45:50 +02:00

Commit Graph

  • 6ccfa685fc chore(deps): update codspeedhq/action action to v4.17.6 (#8485) main renovate[bot] 2026-06-19 07:15:14 +02:00
  • 79260f670e chore(deps): update actions/checkout action to v7 (#8487) renovate[bot] 2026-06-18 19:00:39 -07:00
  • 3524d7a9f0 chore(deps): update golang.org/x to a6991f1 (#8482) renovate[bot] 2026-06-18 17:16:39 -07:00
  • ace2aad169 chore(deps): update module github.com/cyphar/filepath-securejoin to v0.7.0 (#8486) renovate[bot] 2026-06-18 15:42:30 -07:00
  • b8515adc43 fix(deps): update googleapis to 87f3d3e (#8483) renovate[bot] 2026-06-18 14:14:42 -07:00
  • 7128e65db9 attribute: test map equivalence with duplicate keys (#8473) Robert Pająk 2026-06-18 07:19:38 +02:00
  • feac81f60d attribute: inline hashing for small SLICE and MAP values (#8476) Dipanshu singh 2026-06-18 10:10:24 +05:30
  • 4ef740f17f sdk: deduplicate MAP attribute keys (#8471) Robert Pająk 2026-06-18 06:25:50 +02:00
  • e8e809868f fix(deps): update golang.org/x to v1.4.0 (#8478) renovate[bot] 2026-06-17 17:13:23 -07:00
  • c2cac8c3d1 chore(deps): update golang.org/x to 9b6dc03 (#8474) renovate[bot] 2026-06-17 11:45:31 -07:00
  • 54a0cb7106 [chore] add CNCF Slack join instructions (#8456) Cijo Thomas 2026-06-17 16:35:39 +01:00
  • dc7c0bf64d tracetransform code cleanup (#8457) Mikhail Mazurskiy 2026-06-18 01:23:45 +10:00
  • d7cc9adc5a chore(deps): update golang.org/x to 4de325e (#8466) renovate[bot] 2026-06-17 14:25:23 +02:00
  • ff8a7977d8 chore(deps): update module github.com/firefart/nonamedreturns to v1.0.7 (#8467) renovate[bot] 2026-06-17 14:04:59 +02:00
  • df5d2fe937 fix(deps): update module github.com/prometheus/common to v0.69.0 (#8472) renovate[bot] 2026-06-17 13:28:54 +02:00
  • a0aa7acad6 chore(deps): update module github.com/alecthomas/chroma/v2 to v2.27.0 (#8469) renovate[bot] 2026-06-17 13:06:18 +02:00
  • 312d041a1f chore(deps): update module github.com/pelletier/go-toml/v2 to v2.4.0 (#8470) renovate[bot] 2026-06-17 12:42:33 +02:00
  • b0458f7e4b chore(deps): update module github.com/dlclark/regexp2/v2 to v2.2.2 (#8464) renovate[bot] 2026-06-17 12:24:51 +02:00
  • dcfc16cebd exporters: support MAP attributes (#8453) Robert Pająk 2026-06-16 21:25:29 +02:00
  • e7087816b8 sdk/trace: apply AttributeValueLengthLimit to attribute.MAP (#8454) Robert Pająk 2026-06-16 21:07:49 +02:00
  • 6e2b9214f0 fix(deps): update googleapis to 62b3387 (#8463) renovate[bot] 2026-06-15 15:54:30 -07:00
  • e0783f305d chore(deps): update golang.org/x to 72dfd24 (#8462) renovate[bot] 2026-06-15 14:07:30 -07:00
  • 1d64dc70b9 chore(deps): update github.com/charmbracelet/ultraviolet digest to 2399af7 (#8460) renovate[bot] 2026-06-15 13:43:18 -07:00
  • 928d4f3726 chore(deps): update module charm.land/lipgloss/v2 to v2.0.4 (#8455) renovate[bot] 2026-06-12 20:23:42 +02:00
  • 5755136aba fix(deps): update golang.org/x (#8451) renovate[bot] 2026-06-12 11:47:35 +02:00
  • 51b03667ac attribute: add MAP type support (#8445) Robert Pająk 2026-06-12 10:07:11 +02:00
  • 0ce87de251 chore(deps): update codspeedhq/action action to v4.17.5 (#8452) renovate[bot] 2026-06-12 09:55:07 +02:00
  • 267c0060fb fix(attribute): prevent zero-hash collapse to empty set (#8402) David Ashpole 2026-06-11 15:25:39 -04:00
  • 6e3d3448fc Add WithUnsafeAttributes to support no-copy dynamic metric API calls (#8251) David Ashpole 2026-06-11 14:33:54 -04:00
  • fbf2027dc8 chore(deps): update golang.org/x to v0.56.0 (#8448) renovate[bot] 2026-06-11 19:00:00 +02:00
  • 963102fb46 chore(deps): update golang.org/x to fb80ec8 (#8444) renovate[bot] 2026-06-11 15:50:51 +02:00
  • a3de6477db fix(deps): update googleapis to 7ab31c2 (#8447) renovate[bot] 2026-06-11 08:44:44 +02:00
  • 35e8690c4b Document that WithExemplarFilter(nil) is not supported (#8392) David Ashpole 2026-06-10 11:13:58 -04:00
  • f6dd2c3f91 prometheus: avoid preallocating scope attributes when disabled (#8404) David Ashpole 2026-06-10 10:49:54 -04:00
  • 0a1d12fb66 fix: clear stale histogram fields on datapoint reuse (#8403) David Ashpole 2026-06-10 09:57:18 -04:00
  • 0eb89a5210 Fix memory leak in exemplar reservoir by storing SpanContext instead of Context (#8389) David Ashpole 2026-06-10 09:37:37 -04:00
  • 4714a4fbd5 sdk/metric: reuse cumulative-histogram Collect buffers to reduce heap usage (#8428) Kevin Gao 2026-06-09 13:27:16 -07:00
  • 8bc4068efe fix: off-by-one bug for FixedSizeReservoir (#8309) David Ashpole 2026-06-09 15:53:20 -04:00
  • 9ff141f6d0 Fix incorrect formatting verbs in opencensus bridge (#8424) David Ashpole 2026-06-09 15:38:54 -04:00
  • 0c2e50c2c0 fix(otlphttp): support retry-after HTTP-date (#8417) Abhijeet Prasad 2026-06-09 14:50:58 -04:00
  • 41d99e7eb1 Cleanup limitedSyncMap, and add tests (#8302) David Ashpole 2026-06-09 14:03:38 -04:00
  • 3a1412d2b3 sdk/trace: avoid logging exporter endpoint configuration (#8438) Robert Pająk 2026-06-09 19:09:30 +02:00
  • 1802033e48 fix(stdouttrace/observ): record error.type on opDuration when exportedSpans is disabled (#8432) ian 2026-06-09 23:07:49 +08:00
  • 75e06c2343 chore(deps): update github.com/charmbracelet/ultraviolet digest to 35bcb73 (#8436) renovate[bot] 2026-06-09 07:53:34 -07:00
  • 3455c6f1a6 chore(deps): update golang.org/x (#8439) renovate[bot] 2026-06-09 13:24:17 +02:00
  • 989566b201 fix(deps): update googleapis to 4308a22 (#8440) renovate[bot] 2026-06-09 13:06:41 +02:00
  • 3a3af698d3 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.60.0 (#8442) renovate[bot] 2026-06-09 12:44:17 +02:00
  • 3e1f0653cd chore(deps): update module github.com/dlclark/regexp2/v2 to v2.2.1 (#8434) renovate[bot] 2026-06-08 16:49:40 +02:00
  • 58f767a448 fix(deps): update golang.org/x (#8437) renovate[bot] 2026-06-08 16:25:23 +02:00
  • 6043aae284 chore(deps): update codecov/codecov-action action to v7 (#8435) renovate[bot] 2026-06-08 16:01:10 +02:00
  • 769a73b698 chore(deps): update module github.com/dlclark/regexp2/v2 to v2.1.2 (#8429) renovate[bot] 2026-06-05 09:38:10 -07:00
  • 3ee1ba7925 chore(deps): update module github.com/ldez/gomoddirectives to v0.9.0 (#8422) renovate[bot] 2026-06-04 13:04:55 -07:00
  • 037e47cc78 fix(deps): update golang.org/x (#8421) renovate[bot] 2026-06-04 12:22:53 -07:00
  • ed3762249d fix(deps): update module github.com/prometheus/common to v0.68.1 (#8420) renovate[bot] 2026-06-04 12:02:25 -07:00
  • d9a557f027 chore(deps): update github/codeql-action action to v4.36.2 (#8426) renovate[bot] 2026-06-04 11:35:50 -07:00
  • c221f3e856 sdk/metric/internal/x: generate x package from x component template (#8397) Ilya Kiselev 2026-06-03 16:05:06 +03:00
  • 8f437b4b2c chore(deps): update github.com/golangci/rowserrcheck digest to 0ec5bd2 (#8419) renovate[bot] 2026-06-02 17:15:23 -07:00
  • dd65b4f87f chore(deps): update actions/checkout action to v6.0.3 (#8418) renovate[bot] 2026-06-02 11:17:13 -07:00
  • 4578d848a8 chore(deps): update github/codeql-action action to v4.36.1 (#8416) renovate[bot] 2026-06-02 10:27:14 -07:00
  • a7b66f16d5 docs: update AGENTS.md with CHANGELOG conventions (#8393) David Ashpole 2026-06-02 05:37:44 -04:00
  • c7e701a06a chore(deps): update github.com/charmbracelet/ultraviolet digest to 6cf7526 (#8408) renovate[bot] 2026-06-01 14:21:23 -07:00
  • 3e89d82e78 fix(deps): update module github.com/prometheus/common to v0.68.0 (#8395) renovate[bot] 2026-06-01 13:58:36 -07:00
  • 9791ffa76e chore(deps): update module github.com/mattn/go-colorable to v0.1.15 (#8391) renovate[bot] 2026-06-01 13:37:17 -07:00
  • f67594caf7 fix(otlphttp): honor retry-after seconds (#8383) Abhijeet Prasad 2026-06-01 16:10:41 -04:00
  • d059699f9c chore(deps): update module github.com/securego/gosec/v2 to v2.27.1 (#8413) renovate[bot] 2026-06-01 22:01:29 +02:00
  • a1bbbfc36a chore(deps): update module github.com/butuzov/mirror to v1.3.3 (#8390) renovate[bot] 2026-06-01 12:36:54 -07:00
  • a87529e476 fix(deps): update golang.org/x to c761662 (#8384) renovate[bot] 2026-06-01 11:54:01 -07:00
  • d49a3ecbe8 chore(deps): update module github.com/securego/gosec/v2 to v2.27.0 (#8406) renovate[bot] 2026-06-01 19:08:22 +02:00
  • 90b3b7755e fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to bc171b2 (#8405) renovate[bot] 2026-06-01 17:19:03 +02:00
  • 5ca348d039 chore(deps): update module github.com/mattn/go-runewidth to v0.0.24 (#8394) renovate[bot] 2026-06-01 16:59:06 +02:00
  • 794c072400 chore(deps): update module github.com/jgautheron/goconst to v1.10.2 (#8380) renovate[bot] 2026-05-29 14:47:45 +02:00
  • f864e0c020 chore(deps): update module github.com/rogpeppe/go-internal to v1.15.0 (#8382) renovate[bot] 2026-05-29 14:21:56 +02:00
  • 6671f7bfb7 chore(deps): update codspeedhq/action action to v4.17.0 (#8388) renovate[bot] 2026-05-29 12:53:40 +02:00
  • 24ecd712b1 chore(deps): update module github.com/alecthomas/chroma/v2 to v2.26.1 (#8381) renovate[bot] 2026-05-29 12:33:25 +02:00
  • de8158f87a fix(semconv): share metric option pools (#8371) Ayush 2026-05-29 15:47:09 +05:30
  • b62d92831b Release 1.44.0 (#8376) v1.44.0 trace/v1.44.0 sdk/v1.44.0 sdk/metric/v1.44.0 sdk/log/v0.20.0 sdk/log/logtest/v0.20.0 schema/v0.0.17 metric/x/v0.66.0 metric/v1.44.0 log/v0.20.0 log/logtest/v0.20.0 exporters/zipkin/v1.44.0 exporters/stdout/stdouttrace/v1.44.0 exporters/stdout/stdoutmetric/v1.44.0 exporters/stdout/stdoutlog/v0.20.0 exporters/prometheus/v0.66.0 exporters/otlp/otlptrace/v1.44.0 exporters/otlp/otlptrace/otlptracehttp/v1.44.0 exporters/otlp/otlptrace/otlptracegrpc/v1.44.0 exporters/otlp/otlpmetric/otlpmetrichttp/v1.44.0 exporters/otlp/otlpmetric/otlpmetricgrpc/v1.44.0 exporters/otlp/otlplog/otlploghttp/v0.20.0 exporters/otlp/otlplog/otlploggrpc/v0.20.0 bridge/opentracing/v1.44.0 bridge/opencensus/v1.44.0 bridge/opencensus/test/v1.44.0 Robert Pająk 2026-05-27 18:42:37 +02:00
  • 94132a0a72 chore(deps): update golang.org/x/telemetry digest to 5997936 (#8379) renovate[bot] 2026-05-27 18:31:59 +02:00
  • 6fdcf82adf feat: add self-observability metrics to otlpmetricgrpc metric exporters (#8192) David Ashpole 2026-05-27 12:19:11 -04:00
  • 761bbfc2f4 fix(deps): update golang.org/x (#8377) renovate[bot] 2026-05-27 10:08:54 +02:00
  • 3a91dc62d3 fix(deps): update googleapis to 3dc84a4 (#8375) renovate[bot] 2026-05-27 09:28:43 +02:00
  • f593185679 exporters/otlp: default max request size to 64 MiB (#8365) Robert Pająk 2026-05-26 21:00:40 +02:00
  • f02feacf86 Merge commit from fork Robert Pająk 2026-05-26 19:43:43 +02:00
  • 36c2f1bfd1 semconvkit: add invariant test for histogram-exclusion rule (#8370) Aakash T M 2026-05-27 04:21:44 +12:00
  • d0b6cbdff5 sdk/metric: document unit-sensitivity of DefaultAggregationSelector (#8224) Ali Asghar 2026-05-26 21:10:50 +05:00
  • 9a68034bd4 add self observability for stdout exporter (#8263) ian 2026-05-26 21:49:39 +08:00
  • 714a1965ac fix(deps): update googleapis to 0a33c5d (#8369) renovate[bot] 2026-05-25 17:38:05 +02:00
  • 57b157714a chore(deps): update github.com/charmbracelet/ultraviolet digest to 948f455 (#8374) renovate[bot] 2026-05-25 16:41:05 +02:00
  • 710b65ac9f chore(deps): update module github.com/clickhouse/clickhouse-go-linter to v1.2.1 (#8366) renovate[bot] 2026-05-25 16:31:51 +02:00
  • 00d4e81bd6 chore(deps): update github/codeql-action action to v4.36.0 (#8367) renovate[bot] 2026-05-25 16:22:20 +02:00
  • d3295f1317 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.59.0 (#8373) renovate[bot] 2026-05-25 16:02:39 +02:00
  • a51ddb125a fix: handle FixedSizeReservoir size=0 without panic (#8295) Vansh Agarwal 2026-05-22 17:02:33 +05:30
  • 15063b23a1 Disable exemplar reservoir for asynchronous instruments by default (#8286) David Ashpole 2026-05-22 03:57:06 -04:00
  • 39d0370d0f docs: clarify that View attribute filters do not apply to Exemplars (#8339) Dipanshu singh 2026-05-22 12:58:20 +05:30
  • f6c8baa895 Fix receiver-naming issues from revive (#8093) Matthieu MOREL 2026-05-22 09:01:15 +02:00
  • 6ceeae804a Fix Extrema failure test (#8338) mujib77 2026-05-22 12:19:57 +05:30
  • 0f9ca98874 chore(deps): update module github.com/uudashr/iface to v1.5.0 (#8362) renovate[bot] 2026-05-22 08:29:14 +02:00
  • a503f2f7e5 chore(deps): update module github.com/antonboom/errname to v1.1.2 (#8359) renovate[bot] 2026-05-22 08:20:17 +02:00
  • fef000a7cc chore(deps): update module github.com/antonboom/nilnil to v1.1.2 (#8360) renovate[bot] 2026-05-22 08:09:09 +02:00
  • 4fb7134cdd fix(deps): update golang.org/x (#8363) renovate[bot] 2026-05-22 07:45:50 +02:00
  • 30fbc996a7 Fix semconv generation to include Attr helpers for required attributes on observable instruments (#8361) David Ashpole 2026-05-22 01:28:13 -04:00