You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
otel: support system/metrics input with experimental otel runtime (#8148) (#8327)
* otel: support system/metrics input with experimental otel runtime
* use EventuallyWithTf
* add tests comparing final documents
* trim test
* remove TestSystemMetricsInput
* remove unused vars
* ignore host.network.ingress fields
* fix typo in expectation message
* don't compare system metrics directly, only compare the keys are present
* ignore host.network.* fields
* remove dot from prefix
* ignore network activity fields
* ignore flaky fields from network
* stop ignoring elastic_agent.{snapshot,version}
* reestructure test to use a single config
* Revert "reestructure test to use a single config"
Windows throws errors about named pipes. I suspect system/metrics input
tries to register monitoring on the same socket.
This reverts commit aa6b4c6.
* remove agent.version from ignore list
* reorder stripNondeterminism call
* print documents in case of failure
* compare host-wide and normal network events separately
* simplify code
* Add Sudo to define.Require
* match for host metrics
* filter network interface events
* use tt.metricset, add note about network events
* add metricsets to template
* Update testing/integration/beat_receivers_test.go
* use AssertMapstrEqual
---------
(cherry picked from commit 5648918)
Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
Co-authored-by: Mikołaj Świątek <[email protected]>
0 commit comments