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(export): allow GMP collectors to startup without metadata #977

Merged
merged 1 commit into from
May 20, 2024

Conversation

TheSpiritXIII
Copy link
Member

The way our e2e tests are written is usually we check for the GMP collector to start-up correctly.

The problem is that if we defer the metadata labeling to the configuration as opposed to flags, then the collector will never start-up correctly (and also goes against our goal which is to prevent the collector from restarting at initialization).

The simple solution here is to defer error handling until we have a configuration with scape or rule configurations.

See also: #965

Copy link
Collaborator

@pintohutch pintohutch left a comment

Choose a reason for hiding this comment

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

LGTM % linting failures

@pintohutch
Copy link
Collaborator

It also looks like there's some build and test failures as well - maybe a rebase from main will fix things?

@TheSpiritXIII TheSpiritXIII force-pushed the TheSpiritXIII/collector-labels branch from 345dedf to d2b2224 Compare May 17, 2024 22:40
@TheSpiritXIII TheSpiritXIII force-pushed the TheSpiritXIII/collector-labels branch from d2b2224 to db1459e Compare May 17, 2024 23:04
@TheSpiritXIII TheSpiritXIII merged commit 94bb110 into main May 20, 2024
27 checks passed
@TheSpiritXIII TheSpiritXIII deleted the TheSpiritXIII/collector-labels branch May 20, 2024 13:20
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.

None yet

2 participants