-
Notifications
You must be signed in to change notification settings - Fork 104
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
Merge into collector_logging again to resolve conflicts #371
Merged
damemi
merged 20 commits into
GoogleCloudPlatform:collector_logging
from
damemi:merge-again
Apr 29, 2022
Merged
Merge into collector_logging again to resolve conflicts #371
damemi
merged 20 commits into
GoogleCloudPlatform:collector_logging
from
damemi:merge-again
Apr 29, 2022
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
…orm#336) * do not use IsZero on timestamps obtained from pdata
…oogleCloudPlatform#346) * update fixtures based on upstream changes to the prometheus receiver
…m#343) * feat(propagator): create a new one-way propagator CloudTraceOneWayPropagator moves trace info from X-cloud-trace-context into 'traceparent'. * Apply suggestions from code review Co-authored-by: David Ashpole <[email protected]> * Update propagator to extract both, emit only traceparent Users will no longer need to create a composite propagator, and there's a clear precedence order between trace headers. Co-authored-by: David Ashpole <[email protected]>
…oudPlatform#349) * demonstrate that integration tests aren't catching failures
update dependencies
* send timeseries syncronously * update docs, and fix existing broken test
* update opentelemetry collector to v0.49.0 * drop histograms without a sum
* add sum of squared deviation estimate
…loudPlatform#365) * Add instrumentation library to span attributes. * Add test to ensure resource + instrumentation-scope labels show up in spans. * Expand testing. * Move resource mapping into shared module, and add monitored resource labels to trace spans. * Do the go mod tidy shuffle. * Fix docker build to include new shared module. * Bump back to go 1.17 * Migrate to SDK version of semantic convention constants instead of Collector's. * Clean up documents.
…oudPlatform#360) * normalize remaining cumulative data points
damemi
changed the title
[wip] Merge again
Merge into collector_logging again to resolve conflicts
Apr 29, 2022
dashpole
approved these changes
Apr 29, 2022
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.
still seeing weird conflicts trying to open the PR to merge
collector_logging
intomain
even after #370I don't know what is causing this, but reproducing on my fork with damemi#1 looks like it resolves whatever conflicts there were because I can then merge "collector_logging" into my own forked "main" branch damemi#3