Skip to content

build(deps): update opentelemetry-go monorepo to v1.36.0 #5420

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/otel v1.35.0 -> v1.36.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 -> v1.36.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 -> v1.36.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 -> v1.36.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0 -> v1.36.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.36.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.35.0 -> v1.36.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.36.0: /v0.58.0/v0.12.0

Compare Source

Added
  • Add exponential histogram support in go.opentelemetry.io/otel/exporters/prometheus. (#​6421)
  • The go.opentelemetry.io/otel/semconv/v1.31.0 package.
    The package contains semantic conventions from the v1.31.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.30.0. (#​6479)
  • Add Recording, Scope, and Record types in go.opentelemetry.io/otel/log/logtest. (#​6507)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​6751)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​6752)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6688)
  • Add ValuesGetter in go.opentelemetry.io/otel/propagation, a TextMapCarrier that supports retrieving multiple values for a single key. (#​5973)
  • Add Values method to HeaderCarrier to implement the new ValuesGetter interface in go.opentelemetry.io/otel/propagation. (#​5973)
  • Update Baggage in go.opentelemetry.io/otel/propagation to retrieve multiple values for a key when the carrier implements ValuesGetter. (#​5973)
  • Add AssertEqual function in go.opentelemetry.io/otel/log/logtest. (#​6662)
  • The go.opentelemetry.io/otel/semconv/v1.32.0 package.
    The package contains semantic conventions from the v1.32.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.31.0(#​6782)
  • Add Transform option in go.opentelemetry.io/otel/log/logtest. (#​6794)
  • Add Desc option in go.opentelemetry.io/otel/log/logtest. (#​6796)
Removed
  • Drop support for [Go 1.22]. (#​6381, #​6418)
  • Remove Resource field from EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#​6494)
  • Remove RecordFactory type from go.opentelemetry.io/otel/log/logtest. (#​6492)
  • Remove ScopeRecords, EmittedRecord, and RecordFactory types from go.opentelemetry.io/otel/log/logtest. (#​6507)
  • Remove AssertRecordEqual function in go.opentelemetry.io/otel/log/logtest, use AssertEqual instead. (#​6662)
Changed
  • ⚠️ Update github.com/prometheus/client_golang to v1.21.1, which changes the NameValidationScheme to UTF8Validation.
    This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores.
    This can be reverted by setting github.com/prometheus/common/model.NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#​6433)
  • Initialize map with len(keys) in NewAllowKeysFilter and NewDenyKeysFilter to avoid unnecessary allocations in go.opentelemetry.io/otel/attribute. (#​6455)
  • go.opentelemetry.io/otel/log/logtest is now a separate Go module. (#​6465)
  • go.opentelemetry.io/otel/sdk/log/logtest is now a separate Go module. (#​6466)
  • Recorder in go.opentelemetry.io/otel/log/logtest no longer separately stores records emitted by loggers with the same instrumentation scope. (#​6507)
  • Improve performance of BatchProcessor in go.opentelemetry.io/otel/sdk/log by not exporting when exporter cannot accept more. (#​6569, #​6641)
Deprecated
  • Deprecate support for model.LegacyValidation for go.opentelemetry.io/otel/exporters/prometheus. (#​6449)
Fixes
  • Stop percent encoding header environment variables in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc and go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6392)
  • Ensure the noopSpan.tracerProvider method is not inlined in go.opentelemetry.io/otel/trace so the go.opentelemetry.io/auto instrumentation can instrument non-recording spans. (#​6456)
  • Use a sync.Pool instead of allocating metricdata.ResourceMetrics in go.opentelemetry.io/otel/exporters/prometheus. (#​6472)
What's Changed

Configuration

📅 Schedule: Branch creation - "after 8pm every weekday,before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) December 31, 2024 01:37
Copy link
Contributor Author

renovate bot commented Dec 31, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@babel/core
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@babel/node
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@babel/plugin-proposal-export-default-from
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@babel/plugin-proposal-private-property-in-object
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@babel/preset-env
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@chromatic-com/storybook
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@ianvs/prettier-plugin-sort-imports
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@mdx-js/loader
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@next/bundle-analyzer
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@next/eslint-plugin-next
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@next/mdx
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@parca/react-benchmark
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/addon-actions
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/addon-docs
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/addon-essentials
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/addon-interactions
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/addon-links
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/addon-mdx-gfm
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/addon-outline
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/node-logger
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/react-vite
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@storybook/test
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@swc/cli
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@swc/core
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@swc/jest
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@testing-library/jest-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@testing-library/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@types/command-line-args
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@types/jest
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@types/node
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@types/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@types/react-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@typescript-eslint/eslint-plugin
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/@typescript-eslint/parser
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/arg
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/chromatic
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/command-line-args
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/css-loader
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/dev-kong
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-config-prettier
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-config-react-app
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-config-standard-with-typescript
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-import
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-jest
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-jest-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-n
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-prettier
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-promise
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-react-hooks
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-standard
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-storybook
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/eslint-plugin-typescript-enum
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/execa
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/fs-extra
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/glob-promise
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/globby
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/identity-obj-proxy
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/internal-ip
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/jest
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/jest-environment-jsdom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/lerna
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/local-web-server
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/next-transpile-modules
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/not-a-log
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/ora
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/plop
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/pm2
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/postcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/postcss-loader
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/prettier
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/prettier-plugin-tailwindcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/react-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/react-is
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/react-popper
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/react-test-renderer
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/replace-in-files
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/rimraf
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/sass
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/sass-loader
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/storybook
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/storybook-dark-mode
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/style-loader
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/tailwindcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/ts-jest
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/ts-node
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/tsc-watch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/typescript
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/vite
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/node_modules/vitest
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@alwaysmeticulous/recorder-loader
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@headlessui/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@iconify/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/client
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/components
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/dynamicsize
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/hooks
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/icons
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/parser
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/profile
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/store
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@parca/utilities
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@protobuf-ts/grpcweb-transport
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@protobuf-ts/runtime-rpc
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@svgr/webpack
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@tailwindcss/typography
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@tanstack/react-query
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@testing-library/jest-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@testing-library/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@types/lodash.throttle
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/@vitejs/plugin-react-swc
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/autoprefixer
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/classnames
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/css-loader
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/eslint-config-prettier
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/eslint-plugin-import
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/immer
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/isomorphic-unfetch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/jest
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/jest-runtime
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/lodash.debounce
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/lodash.throttle
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/moment
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/pm2
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/postcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/postcss-flexbugs-fixes
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/postcss-preset-env
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/react-datepicker
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/react-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/react-github-btn
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/react-markdown
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/react-redux
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/react-router-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/react-use
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/redux-persist
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/tailwindcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/tslint
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/tslint-config-prettier
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/tslint-plugin-prettier
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/tslint-react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/vite-plugin-svgr
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/app/web/node_modules/web-vitals
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/client/node_modules/@protobuf-ts/runtime
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/client/node_modules/@protobuf-ts/runtime-rpc
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/client/node_modules/globby
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/client/node_modules/tsc-watch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@headlessui/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@iconify/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@parca/client
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@parca/dynamicsize
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@parca/hooks
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@parca/icons
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@parca/parser
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@parca/store
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@parca/utilities
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@protobuf-ts/grpcweb-transport
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@protobuf-ts/runtime-rpc
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@tanstack/react-table
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@tanstack/react-virtual
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@tanstack/table-core
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@tanstack/virtual-core
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@types/d3-selection
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@types/lodash
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/@types/react-datepicker
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/classnames
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/copy-to-clipboard
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/d3
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/d3-selection
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/graphviz-wasm
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/lodash
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/moment-timezone
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/react-datepicker
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/react-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/react-popper
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/react-textarea-autosize
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/react-tooltip
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/react-use
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/tailwind-merge
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/tailwindcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/components/node_modules/tsc-watch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/@parca/client
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/@parca/store
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/@parca/utilities
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/@rehooks/local-storage
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/@types/lodash
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/lodash
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/react-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/hooks/node_modules/tsc-watch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/icons/node_modules/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/icons/node_modules/react-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/icons/node_modules/tailwindcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/icons/node_modules/tsc-watch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/icons/node_modules/vite-plugin-svgr
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/parser/node_modules/@types/nearley
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/parser/node_modules/jest-environment-jsdom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/parser/node_modules/moo
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/parser/node_modules/nearley
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/parser/node_modules/tsc-watch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@headlessui/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@iconify/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@parca/client
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@parca/components
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@parca/dynamicsize
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@parca/hooks
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@parca/icons
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@parca/parser
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@parca/store
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@parca/utilities
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@popperjs/core
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@protobuf-ts/runtime-rpc
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@storybook/preview-api
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@tanstack/react-query
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@tanstack/react-table
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@tanstack/table-core
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@types/d3
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@types/d3-scale
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@types/d3-selection
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@types/fast-levenshtein
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@types/lodash.throttle
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@types/react-beautiful-dnd
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/@types/react-syntax-highlighter
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/apache-arrow
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/classnames
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/d3
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/d3-array
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/d3-color
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/d3-scale
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/d3-scale-chromatic
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/d3-selection
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/d3-shape
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/fast-deep-equal
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/fast-levenshtein
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/framer-motion
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/graphviz-wasm
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/lodash.throttle
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-beautiful-dnd
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-contexify
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-dom
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-draggable
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-flame-graph
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-inlinesvg
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-map-interaction
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-popper
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-redux
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-select
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-syntax-highlighter
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-textarea-autosize
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-tooltip
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/react-use
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/tailwindcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/tsc-watch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/profile/node_modules/with-alpha-hex
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/store/node_modules/@parca/client
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/store/node_modules/@parca/utilities
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/store/node_modules/@reduxjs/toolkit
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/store/node_modules/immer
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/store/node_modules/react-redux
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/store/node_modules/redux
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/store/node_modules/redux-persist
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/store/node_modules/tsc-watch
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/utilities/node_modules/@parca/client
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/utilities/node_modules/@rehooks/local-storage
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/utilities/node_modules/date-fns
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/utilities/node_modules/date-fns-tz
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/utilities/node_modules/tailwindcss
warning: ignoring symlink /tmp/renovate/repos/github/parca-dev/parca/ui/packages/shared/utilities/node_modules/tsc-watch
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237
go: downloading go.opentelemetry.io/otel v1.36.0
go: downloading go.opentelemetry.io/otel/trace v1.36.0
go: downloading go.opentelemetry.io/proto/otlp v1.6.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.36.0
go: downloading go.opentelemetry.io/otel/sdk v1.36.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237
go: downloading go.opentelemetry.io/otel/metric v1.36.0
go: downloading github.com/cenkalti/backoff/v5 v5.0.2
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: github.com/parca-dev/parca/pkg/normalizer imports
	go.opentelemetry.io/proto/otlp/collector/profiles/v1experimental: cannot find module providing package go.opentelemetry.io/proto/otlp/collector/profiles/v1experimental
go: github.com/parca-dev/parca/pkg/normalizer imports
	go.opentelemetry.io/proto/otlp/profiles/v1experimental: cannot find module providing package go.opentelemetry.io/proto/otlp/profiles/v1experimental
go: warning: gopkg.in/dnaeon/[email protected]: retracted by module author: Contains retractions only
go: to switch to the latest unretracted version, run:
	go get gopkg.in/dnaeon/go-vcr.v3@latest

Copy link

alwaysmeticulous bot commented Dec 31, 2024

✅ Meticulous spotted 0 visual differences across 626 screens tested: view results.

Meticulous evaluated ~4 hours of user flows against your PR.

Expected differences? Click here. Last updated for commit e27a86e. This comment will update as new commits are pushed.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from a718839 to f858773 Compare January 6, 2025 20:53
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from f858773 to d200020 Compare January 7, 2025 20:15
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from d200020 to 5a18b8a Compare January 8, 2025 22:35
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 5a18b8a to be3857c Compare January 9, 2025 21:45
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from be3857c to 97c265f Compare January 13, 2025 20:20
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 97c265f to b8a4178 Compare January 16, 2025 01:01
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from b8a4178 to d8f4717 Compare January 16, 2025 20:56
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from d8f4717 to 1f38e03 Compare January 17, 2025 02:01
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 1f38e03 to 8147c97 Compare January 17, 2025 20:24
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 8147c97 to af41c39 Compare January 18, 2025 01:17
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from af41c39 to b83e7d2 Compare January 18, 2025 04:44
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from b83e7d2 to 30bdcc8 Compare January 18, 2025 08:49
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 30bdcc8 to 9ce0e9e Compare January 18, 2025 12:46
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from f0e13c9 to 333e89e Compare June 10, 2025 22:19
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 333e89e to 48d4ee5 Compare June 11, 2025 01:06
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 48d4ee5 to b9f85f2 Compare June 11, 2025 23:14
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from b9f85f2 to e8c3988 Compare June 12, 2025 02:19
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from e8c3988 to 97c6670 Compare June 12, 2025 20:54
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 97c6670 to 619a4df Compare June 12, 2025 21:14
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 619a4df to 28bd202 Compare June 13, 2025 02:56
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 28bd202 to f7fa986 Compare June 13, 2025 23:16
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from f7fa986 to c4871f2 Compare June 13, 2025 23:49
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from c4871f2 to 3e4b9bf Compare June 14, 2025 01:16
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 3e4b9bf to 2e49dbc Compare June 14, 2025 01:54
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 2e49dbc to 2f8165a Compare June 14, 2025 05:09
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 2f8165a to 1057e42 Compare June 16, 2025 22:51
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.

0 participants