Aaron Abbott
Aaron Abbott
Delete https://pypi.org/project/opentelemetry-exporter-cloud-trace/ and https://pypi.org/project/opentelemetry-exporter-cloud-monitoring/ from PyPI in a while after we know it is unused. Charts of usage here: - https://pepy.tech/project/opentelemetry-exporter-cloud-trace - https://pepy.tech/project/opentelemetry-exporter-cloud-monitoring
Run the test suite on Windows as well and fix any issues
Several places we are using dictionaries and then either letting the library convert or doing `SomeProto(**d)`. It would be better to use protos directly Waiting for #64
This is implemented in the Go exporter already, see [here](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/blob/5fb47d1fa010a14731ca4fcee9bd5e57b25bd5b2/exporter/metric/option.go#L29) and [here](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/blob/7454a7ef9c1361afe6b8b2d33e4b85a67c5db897/exporter/metric/metric.go#L124).
Need to [update code](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/search?q=opentelemetry-operations-python%2Fissues%2F84) introduced in #83 when these issues are closed: https://github.com/googleinterns/cloud-operations-api-mock/issues/58 https://github.com/googleinterns/cloud-operations-api-mock/issues/56
### What happened? It's not clear to me if the [instrument descriptor](https://github.com/open-telemetry/opentelemetry-js/blob/ed98c6feba2b79c92e7aeb844210de5152070d57/packages/sdk-metrics/src/export/MetricData.ts#L28) should represent the view or the original instrument when views are configured. When I tested it out, it...
I have some questions regarding the compatibility guarantees of generated code with individual language APIs, specifically Python. According to https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates: > each language has its own major version that can...
Any tox command immediately fails after installing `tox-factor` alongside tox 4: ```console tox --version ROOT: No tox.ini or setup.cfg or pyproject.toml found, assuming empty tox.ini at /tmp/tmp.ZZGIilhvQf Traceback (most recent...
The Go program should add SIGTERM handler to shutdown the SDK. Right now it will just be ungracefully shutdown by Go's default SIGTERM handler, which means telemetry won't be flushed....