-
Notifications
You must be signed in to change notification settings - Fork 183
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 generator for logs, events and traces sources #708
Conversation
6be69f7
to
1a1ce8f
Compare
d859b1b
to
9286794
Compare
1a1ce8f
to
413dc41
Compare
6d1b64c
to
7bfc4e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, awesome stuff
Forgot about upgrading docker image |
@@ -39,6 +39,8 @@ spec: | |||
env: | |||
- name: GOGC | |||
value: "80" | |||
{{- $ctx := .Values -}} | |||
{{ include "fluentd.envs" (dict "Context" $ctx "Type" "traces")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we call it flutend.envs
if we use it for otelcol as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because we didn't use it for otelcol before 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kudos!
Except for one comment it's a 👍. I like how you've split this into separate commits.
5eb17ab
to
004db9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
fe2ce8a
to
161345a
Compare
Close and reopen due to ci |
Description
Auto-generate logs, events and traces endpoints in terraform
It doesn't add automatic usage of these sources in fluentd. It has to be done manually
This PR is made almost on the top of the #705
Testing performed