-
Notifications
You must be signed in to change notification settings - Fork 198
[9.1] (backport #10856) [samples] remove unneeded file_storage and fix a bug #10899
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
Conversation
* fix: add flush_interval * couple of enhancements * test samples * lint * use observer and t.Setenv * lint * fix profiling * fix unit test race * more time * comment * enable profiling for linux * Add comment * use DryRun to validate the config --------- Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]> (cherry picked from commit 49af983) # Conflicts: # internal/pkg/otel/samples/linux/profiles_metrics.yml # internal/pkg/otel/samples/windows/managed_otlp/logs_metrics_traces.yml # internal/pkg/otel/samples/windows/managed_otlp/platformlogs.yml # internal/pkg/otel/samples/windows/managed_otlp/platformlogs_hostmetrics.yml
|
Cherry-pick of 49af983 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
|
This pull request has not been merged yet. Could you please review and merge it @VihasMakwana? 🙏 |
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
Window samples need |
What does this PR do?
Remove the
file_storageas it's not used anywhere and useflush_timeout.Also added unit test cases to validate the samples using
DryRun.This is an automatic backport of pull request #10856 done by [Mergify](https://mergify.com).