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

rename DoubleDataPoint to NumberDataPoint #4210

Merged

Conversation

codeboten
Copy link
Contributor

Description:
Rename DoubleDataPoint to NumebrDataPoint. Contrib repo update for open-telemetry/opentelemetry-collector#3633

Link to tracking Issue: Part of open-telemetry/opentelemetry-collector#3534

@codeboten
Copy link
Contributor Author

I see one of the tests failed, not immediately clear to me if it's related to this change or not

     integration_test.go:219: 
        	Error Trace:	integration_test.go:219
        	            				asm_amd64.s:1371
        	Error:      	Not equal: 
        	            	expected: 3
        	            	actual  : 4
        	Test:       	TestJMXIntegration/TestJMXReceiverHappyPath
    integration_test.go:176: 
        	Error Trace:	integration_test.go:176
        	Error:      	Condition never satisfied
        	Test:       	TestJMXIntegration/TestJMXReceiverHappyPath
        	Messages:   	metrics not collected: 

@codeboten codeboten force-pushed the codeboten/rename-double-data-point branch from a8b3bd7 to 6fe2c83 Compare July 16, 2021 21:06
@codeboten
Copy link
Contributor Author

I see one of the tests failed, not immediately clear to me if it's related to this change or not

     integration_test.go:219: 
        	Error Trace:	integration_test.go:219
        	            				asm_amd64.s:1371
        	Error:      	Not equal: 
        	            	expected: 3
        	            	actual  : 4
        	Test:       	TestJMXIntegration/TestJMXReceiverHappyPath
    integration_test.go:176: 
        	Error Trace:	integration_test.go:176
        	Error:      	Condition never satisfied
        	Test:       	TestJMXIntegration/TestJMXReceiverHappyPath
        	Messages:   	metrics not collected: 

Turns out the failure was caused by the change to translate IntSum to Sum open-telemetry/opentelemetry-collector#3621

@bogdandrutu
Copy link
Member

Please fix the lint errors

@codeboten
Copy link
Contributor Author

Please fix the lint errors

Addressed the errors, I reverted the prom-counter example back to using v0.20.0 of the otel go SDK, will update that in a separate PR.

@codeboten
Copy link
Contributor Author

Separate PR for the prom counter here #4261

Collector automation moved this from In progress to Reviewer approved Jul 20, 2021
@codeboten codeboten force-pushed the codeboten/rename-double-data-point branch from 98f3962 to 3a58d9f Compare July 20, 2021 17:01
@codeboten codeboten force-pushed the codeboten/rename-double-data-point branch from 3a58d9f to 6f4ea43 Compare July 20, 2021 17:18
@codeboten codeboten force-pushed the codeboten/rename-double-data-point branch from 6f4ea43 to d2c5126 Compare July 20, 2021 17:39
@codeboten codeboten force-pushed the codeboten/rename-double-data-point branch from d2c5126 to 6cd3ecf Compare July 20, 2021 17:41
@bogdandrutu bogdandrutu merged commit deca828 into open-telemetry:main Jul 20, 2021
Collector automation moved this from Reviewer approved to Done Jul 20, 2021
@codeboten codeboten deleted the codeboten/rename-double-data-point branch July 20, 2021 21:23
mstumpfx pushed a commit to mstumpfx/opentelemetry-collector-contrib that referenced this pull request Aug 31, 2021
* rename DoubleDataPoint to NumberDataPoint

* make update-otel

* revert change to tracegen/go.sum

* mod tidy
hex1848 pushed a commit to hex1848/opentelemetry-collector-contrib that referenced this pull request Jun 2, 2022
Adds OTLP v0.11.0 data type ExponentialHistogram to pdata.

**Link to tracking Issue:** Fixes open-telemetry#4210
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Collector
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants