Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
test/canaries/alerts/vars.auto.tfvars.dist
tohostmetrics_slow_test.go
host receiver disk.operations write
duplicatemountpoint
where clause fromsystem.filesystem.inodes.usage
andsystem.filesystem.usage
assertions as no metric with mountpoint/
was present which is most likely due to github runner having a different file system layout or collector not yet running with the correct permissions. Receiver docs didn't provide much insight.>0
(default) and>=0
(for metrics that have no data unless we'll generate some artificially, e.g.system.network.dropped
) until we have a more stable way to artificially generate signals that the receiver would harvestOTEL_RESOURCE_ATTRIBUTES
, otherwise thehost.name
variable when running tests in CI has an unpredictable value based on the underlying VM (but different than thehostname
returned on the test machine), so NRQL queries would failTest
Notes