Drop GraphQL generic tracer module
In GitLab 16.1, https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123228 disabled the Prometheus metrics in the GraphQL generic tracer under a feature flag since it was generating high-cardiunality metrics that weren't being used. We now drop this module entirely now that it's been replaced with MetricsTracer. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/345396 Changelog: changed
显示
- app/graphql/gitlab_schema.rb 0 个添加, 3 个删除app/graphql/gitlab_schema.rb
- config/feature_flags/development/graphql_generic_tracing_metrics_deactivate.yml 0 个添加, 8 个删除...evelopment/graphql_generic_tracing_metrics_deactivate.yml
- lib/gitlab/graphql/generic_tracing.rb 0 个添加, 71 个删除lib/gitlab/graphql/generic_tracing.rb
- spec/graphql/gitlab_schema_spec.rb 0 个添加, 4 个删除spec/graphql/gitlab_schema_spec.rb
- spec/lib/gitlab/graphql/generic_tracing_spec.rb 0 个添加, 89 个删除spec/lib/gitlab/graphql/generic_tracing_spec.rb
加载中
想要评论请 注册 或 登录