-
Notifications
You must be signed in to change notification settings - Fork 666
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
Implement Client Key and Certificate File Support for All OTLP Exporters #4115
Closed
sandy2008
wants to merge
127
commits into
open-telemetry:main
from
sandy2008:2991-client-key-and-certificate-for-otlp-exporters
Closed
Implement Client Key and Certificate File Support for All OTLP Exporters #4115
sandy2008
wants to merge
127
commits into
open-telemetry:main
from
sandy2008:2991-client-key-and-certificate-for-otlp-exporters
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ertificate-for-otlp-exporters
|
Co-authored-by: Tammy Baylis <[email protected]> Co-authored-by: Riccardo Magliocchetti <[email protected]>
See https://blog.readthedocs.com/use-build-os-config/ Co-authored-by: Leighton Chen <[email protected]> Co-authored-by: Diego Hurtado <[email protected]>
) * Remove [test] package from opentelemetry-exporter-otlp-proto-grpc Fixes #3724 * Remove invisible character
* sort by label keys * changelog * test * review * linting * Update contrib SHA --------- Co-authored-by: Leighton Chen <[email protected]> Co-authored-by: Diego Hurtado <[email protected]>
Fixes software supply chain safety warnings like the 444 warnings at the bottom right of https://github.com/open-telemetry/opentelemetry-python/actions/runs/8539542744 [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
Fixes #3869 Co-authored-by: Leighton Chen <[email protected]>
Co-authored-by: Riccardo Magliocchetti <[email protected]>
* Point pylint to the root directory of every package Fixes #3814 * Fix lint for api * Fix sdk lint * Fix sdk lint * Fix lint for b3 * Fix tox ini and lint * Fix zipkin
* Refactor __init__ * Refactor aggregate * Handle case for DELTA DELTA * Checkpoint before removing old code * Remove old code * Fix some test cases * Relocate method * Debugging test_aggregate_collect * Fix empty previous bucket handling * Fix max and min setting * Fix explicit bucket aggregation to make it consistent * Rearrange __init__s * Set scale in aggregate * Use right values in exponential point * Set scale right * Start scale as None * Make test_collect_results_cumulative pass I am not sure these changes are right, I just wanted to find what would be the value that would make this test case pass. * Actually use random values * Add integration test for exponential histogram * Handle all cases for current and previous buckets and scale * Rename test module * Use random values * Fix bucket setting * WIP integration test * WIP * Finish integration tests * Rename variables * Explain analogy with ExplicitBucket * Add changelog and fix lint * Fix equality tests * Fix location of returns * Fix another issue and add test case * Added comments to integration test case * Fix lint * Add documentation for test case
…nanoseconds (#4074) * fix: standardizing timeout calculation in measurement consumer collect to nanoseconds * style: apply formatter * update CHANGELOG.md * typo: update CHANGELOG.md * Update opentelemetry-sdk/tests/metrics/test_measurement_consumer.py * fix: removing unnecessary test --------- Co-authored-by: Emídio Neto <[email protected]>
* Update version to 1.27.0.dev/0.48b0.dev * Update SHA * Update missing versions * Update SHA * Update SHA * Update SHA --------- Co-authored-by: Diego Hurtado <[email protected]>
…ate namespace issues (#4087)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please refer to #4116