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

Address a bunch of small TODOs #314

Merged
merged 1 commit into from
Feb 16, 2022

Conversation

dashpole
Copy link
Contributor

@dashpole dashpole commented Feb 3, 2022

They are either trivial to fix, or already done elsewhere. See commit message for reason for removing each TODO

exporter/collector/googlecloud.go Show resolved Hide resolved
@@ -83,6 +108,29 @@
}
]
},
{
"metric": {
"type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realize this is just the nature of how we did our self observabiltiy metrics, but it's highly confusing seeing the opencensus metrics here when Ops Agent defines its own self-observability metrics, that this test is measuring if we can write those self-observability metrics.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya since this uses OpenCensus instrumentation we sort of have to use the OC exporter to capture them. Should we:

  1. Tweak the metrics prefix config for the OC exporter or
  2. Strip out the whole custom.googleapis.com/opencensus/ prefix when saving the fixture

@dashpole dashpole force-pushed the address_todos branch 2 times, most recently from ae7b1f9 to 716fc6c Compare February 4, 2022 19:30
@dashpole
Copy link
Contributor Author

dashpole commented Feb 7, 2022

@jsuereth when you get the chance, can you re-review?

@dashpole dashpole merged commit 144f361 into GoogleCloudPlatform:main Feb 16, 2022
@dashpole dashpole deleted the address_todos branch February 16, 2022 16:01
dashpole added a commit to dashpole/opentelemetry-operations-go that referenced this pull request Mar 8, 2022
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.

None yet

3 participants