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

feat: add dependency processor using Apache Beam #6560

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

Conversation

yunmaoQu
Copy link

Which problem is this PR solving?

Resolves #5911

Description of the changes

  • add dependency processor using Apache Beam

How was this change tested?

  • e2e tests

Checklist

@yunmaoQu yunmaoQu requested a review from a team as a code owner January 17, 2025 17:37
@yunmaoQu yunmaoQu requested a review from joe-elliott January 17, 2025 17:37
@yunmaoQu yunmaoQu force-pushed the add-dependency-processor branch from af5f794 to 60fb334 Compare January 17, 2025 17:42
perTenant: make(map[string]*Tenant),
defaultConfig: cfg,
perTenant: make(map[string]*Tenant),
useNewDependencies: false, // 添加初始化
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use English in comments

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

// Copyright (c) 2025 The Jaeger Authors.
// SPDX-License-Identifier: Apache-2.0

package dependencyprocessor
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if this is placed under /processors/ is needs to follow the OTEL Processor framework patterns, like having a factory, etc.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • where is it hooked up to anything?
  • what would be the e2e testing for this component?

@yunmaoQu
Copy link
Author

  • where is it hooked up to anything?
  • what would be the e2e testing for this component?

I will fix it

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.

Implement in-memory Service Dependency Graph using Apache Beam
2 participants