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

Investigate Amplitude integration #1458

Open
erthalion opened this issue Dec 5, 2023 · 0 comments
Open

Investigate Amplitude integration #1458

erthalion opened this issue Dec 5, 2023 · 0 comments
Assignees
Labels
investigation Something that needs to be clarified, but not necessarily implemented

Comments

@erthalion
Copy link
Contributor

erthalion commented Dec 5, 2023

After custom CO-RE BPF rollout it would be hard to get visibility into its
adoption with the current data we have. Investigate if we could use Amplitude
integration to get better understanding how collection methods are used. There
are following questions to cover:

  • What would be the easiest implementation? Proposed options to evaluate are
    integrating Collector directly with Amplitude, or pass the necessary
    information via Sensor and let it report everything.

  • What data should be exposed? Proposed bits if information regarding
    collection method are:

    1. Effective collection method (in case if it was changed by collector at
      runtime and differs from what was configured).
    2. Kernel version Collector is running on.
    3. Cases where a collection method has failed.

    The last one is the trickiest one, as it brings the most valuable information,
    but at the same time we would like to get only a single error pair (collection
    method, kernel version), which is hard as Collector will be in a crash loop.

Part of #1426

@erthalion erthalion added the investigation Something that needs to be clarified, but not necessarily implemented label Dec 5, 2023
@erthalion erthalion mentioned this issue Jan 11, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigation Something that needs to be clarified, but not necessarily implemented
Projects
None yet
Development

No branches or pull requests

2 participants