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

Label coordinates: multiple coordinate systems #172

Open
Preskton opened this issue Jan 8, 2024 · 0 comments
Open

Label coordinates: multiple coordinate systems #172

Preskton opened this issue Jan 8, 2024 · 0 comments

Comments

@Preskton
Copy link

Preskton commented Jan 8, 2024

Observed behavior & reproduction

It appears there are multiple coordinate systems at play with the label directive. Given this snippet, note how [9, 4] for label produces the same effect as [9, 16] for the evolve keyword:

component Log Query Interfaces [0.8, 0.5] label [-31, -50]
pipeline Log Query Interfaces [0.1,0.1]
{
    component BigQuery [0.45] label [9, 16]
    component Datadog Logs [0.67] label [9, 16]
    component AWS Athena [0.525, 0.55] label [9, 16]
    evolve BigQuery->Datadog Logs 0.67 label [9, 4]
}

Renders this map:

image

Expected behavior

Coordinate systems should be the same such that similar numbers produce the same effect, regardless of the parent keyword.

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

No branches or pull requests

1 participant