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

OpenTelemetry Agent support #1027

Merged
merged 8 commits into from
Dec 1, 2020
Merged

OpenTelemetry Agent support #1027

merged 8 commits into from
Dec 1, 2020

Conversation

pmm-sumo
Copy link
Contributor

@pmm-sumo pmm-sumo commented Oct 21, 2020

Description

When otelagent.enabled=true, deploys a DeamonSet with OpenTelemetry Collector running in Agent mode, configured to send data to the OpenTelemetry Collector instance.

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@sumo-drosiek
Copy link
Contributor

sumo-drosiek commented Oct 22, 2020

@pmm-sumo What is the purpose of the opentelemetry agent?

@pmm-sumo
Copy link
Contributor Author

@pmm-sumo What is the purpose of the opentelemetry agent?

Essentially, this makes scaling much more efficient. Agent gets the local connections, buffers data and sends those to collector. Eventually, tagging should move on there as well: https://opentelemetry.io/docs/collector/about/#agent

Copy link
Contributor

@perk-sumo perk-sumo left a comment

Choose a reason for hiding this comment

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

One nit, otherwise I'm 👍

deploy/helm/sumologic/values.yaml Show resolved Hide resolved
@perk-sumo perk-sumo added this to the v2.0 milestone Oct 23, 2020
Copy link
Contributor

@sumo-drosiek sumo-drosiek left a comment

Choose a reason for hiding this comment

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

Remove auto-generated files due to #1052

pmaciolek and others added 4 commits November 16, 2020 10:50
When `otelagent.enabled=true`, deploys a DeamonSet with OpenTelemetry Collector running in Agent mode, configured to send data
to the OpenTelemetry Collector instance.
Co-authored-by: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com>
@pmm-sumo
Copy link
Contributor Author

Sorry for the delay. The requests came when I was on a sick-leave and missed them. In either case - prepared the fixes. Going to test them bit later. But so far - does it look OK now @sumo-drosiek ?

@sumo-drosiek
Copy link
Contributor

@pmm-sumo yup, this is fine. Just one another ask, please update README.md with the new configuration 😅

Copy link
Contributor

@pmalek-sumo pmalek-sumo left a comment

Choose a reason for hiding this comment

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

Other than those minor nitpicks I believe this is 👍🏻

pmm-sumo and others added 2 commits November 24, 2020 15:36
Co-authored-by: Patryk Małek <69143962+pmalek-sumo@users.noreply.github.com>
Co-authored-by: Patryk Małek <69143962+pmalek-sumo@users.noreply.github.com>
@pmalek-sumo pmalek-sumo merged commit 245af35 into main Dec 1, 2020
@pmalek-sumo pmalek-sumo deleted the otc-agent branch December 1, 2020 15:01
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.

6 participants