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

Fix zpages type data for SFx receiver #153

Merged
merged 2 commits into from
Mar 29, 2020

Conversation

pjanotti
Copy link
Contributor

Description: The issue was the use of incorrect obsreport function to start the operation. Since the other functions were correct this only affected the pages. Also upon inspection notice a missing cal to span.End if the receive operation ended before ingress data could be decoded.

Testing: Manual verification of zpages and metrics for SFx receiver.

Opened open-telemetry/opentelemetry-collector#741 on core repo to provide test helpers plus consider some refactor to minimize chances of this type of typo being missed.

The issue was use of incorrect obsreport function to start the operation.
Call span.End if receive operation is ending before ingress data can be decoded
This failed on CircleCI saying that it reached 61MiB, the code isn't affected by PR.
@pjanotti pjanotti merged commit 02c95b3 into open-telemetry:master Mar 29, 2020
@pjanotti pjanotti deleted the fix-zpages-sfx-receiver branch March 29, 2020 18:15
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
* Add stdout trace exporter (#134)

* Update go.mod and go.sum

* Do not use assert in tests
bogdandrutu pushed a commit that referenced this pull request May 12, 2022
* Add codeql workflow

* Update changelog

* Update CHANGELOG.md

Co-authored-by: Daniel Jaglowski <[email protected]>

* Add trigger on PR

Co-authored-by: Daniel Jaglowski <[email protected]>
codeboten pushed a commit that referenced this pull request Nov 23, 2022
bjrara pushed a commit to bjrara/opentelemetry-collector-contrib that referenced this pull request Apr 3, 2024
… commits (open-telemetry#168)

Add support for Container Insights on Windows for EKS  

* Add kubelet summary API for Windows (open-telemetry#142)
* CPU extractors with unit tests (open-telemetry#146)
* Add memory extractors for pod and node level (open-telemetry#147)
* Define structs for CPU and Memory stats (open-telemetry#149)
* Add Container level metrics for CPU and memory resources. (open-telemetry#150)
* Add storage metrics for container and node level (open-telemetry#151)
* Add network metrics (open-telemetry#152)
* Enable awscontainerinsights receiver to run inside Host Process container (open-telemetry#153)
* Add HCS shim api as alternative source for metric provider (open-telemetry#154)
* Add check for host process container before reading from hcshim (open-telemetry#156)
* Fix CPU utilization percentage for Windows nodes (open-telemetry#161)
* Add List of Metrics for Windows + Design (open-telemetry#166)
* fix fstype (open-telemetry#164)
bjrara pushed a commit to bjrara/opentelemetry-collector-contrib that referenced this pull request Apr 3, 2024
* Add kubelet summary API for Windows (open-telemetry#142)
* CPU extractors with unit tests (open-telemetry#146)
* Add memory extractors for pod and node level (open-telemetry#147)
* Define structs for CPU and Memory stats (open-telemetry#149)
* Add Container level metrics for CPU and memory resources. (open-telemetry#150)
* Add storage metrics for container and node level (open-telemetry#151)
* Add network metrics (open-telemetry#152)
* Enable awscontainerinsights receiver to run inside Host Process container (open-telemetry#153)
* Add HCS shim api as alternative source for metric provider (open-telemetry#154)
* Add check for host process container before reading from hcshim (open-telemetry#156)
* Fix CPU utilization percentage for Windows nodes (open-telemetry#161)
* Add List of Metrics for Windows + Design (open-telemetry#166)
* fix fstype (open-telemetry#164)
* Add windows build tag to fix building cw agent on Windows
* Downgrade internal/aws/containerinsight from 0.92 0.89
* Separate unit tests in util.go specific for Windows
* Fix util unit tests applicable for Windows
* Fix goporto issue
* Fix lint issue
* Fix regression in unit tests caused due to rebasing mainline
* Add unit tests for k8s Windows
* Add unit test for kubelet client on Windows
* Run DCGM scrapper only for CW agent on Linux
* Separate out node Volume unit tests for Windows
* Add changelog for Container Insights on Windows
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.

2 participants