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

Add Badger OTEL exporter #2269

Merged
merged 4 commits into from
Jun 3, 2020
Merged

Conversation

pavolloffay
Copy link
Member

Resolves #2160

Depends on #2262

@pavolloffay pavolloffay requested a review from a team as a code owner June 2, 2020 13:23
@pavolloffay pavolloffay requested a review from yurishkuro June 2, 2020 13:23
Copy link
Contributor

@objectiser objectiser left a comment

Choose a reason for hiding this comment

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

LGTM - just one minor comment

assert.Equal(t, time.Second*10, opts.MetricsUpdateInterval)
assert.Equal(t, time.Minute*5, opts.MaintenanceInterval)
assert.Equal(t, time.Hour*72, opts.SpanStoreTTL)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

What about the directory-key/value defaults?

Copy link
Member Author

Choose a reason for hiding this comment

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

They change based on the executable dir. I have added assert.contains for their values.

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
@pavolloffay
Copy link
Member Author

The CI passed but the status wasn't reported back.

@pavolloffay pavolloffay merged commit e504fb9 into jaegertracing:master Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exporter for Badger Storage
2 participants