Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-collector-contrib Loading
base: 826fa335d1237dc26e2024b4d7a352dd93d6fee1
Choose a base ref
...
head repository: open-telemetry/opentelemetry-collector-contrib Loading
compare: d49c57fafe4b5070d5b55a5c66bba372e9bf8af0
Choose a head ref
  • 13 commits
  • 17 files changed
  • 4 contributors

Commits on Sep 6, 2022

  1. [processor/transform] Fix panic on gauge type (#13907)

    * fix panic for gauge data types in transformprocessor
    
    * add changelog entry
    schmikei committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4281e84 View commit details
    Browse the repository at this point in the history
  2. [splunkhecreceiver]: Remove usage of insert, avoid unnecessary copies (

    …#13906)
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    aa1c1f3 View commit details
    Browse the repository at this point in the history
  3. [resourcedetectionprocessor]: Remove usage of insert in ecs, avoid un…

    …necessary copies (#13908)
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    893ce7a View commit details
    Browse the repository at this point in the history
  4. [resourcedetectionprocessor]: Remove usage of insert in env detector (#…

    …13911)
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    787016a View commit details
    Browse the repository at this point in the history
  5. [chore] resourcedetectionprocessor: Remove usage of insert in gcp det…

    …ector, fix error orders (#13912)
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    58e48c9 View commit details
    Browse the repository at this point in the history
  6. [chore] Fixed the "Getting In touch" URL (#13533)

    * Fixed the "Getting In touch" URL
    
    * Updated "Getting In touch" link with slack channel
    
    * Create fix-broken-link.yaml
    
    updating changelog
    
    * Delete fix-broken-link.yaml
    
    removed entry in changelog
    MalaSundaramoorthy committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0988c97 View commit details
    Browse the repository at this point in the history
  7. [chore]: replace Insert with Upsert in tests (#13910)

    Signed-off-by: Bogdan Drutu <[email protected]>
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b011a82 View commit details
    Browse the repository at this point in the history
  8. [chore] sqlqueryreceiver: replace Insert with Upsert. (#13909)

    [chore] fixtestsinsert: replace Insert with Upsert.
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    
    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    cca3c03 View commit details
    Browse the repository at this point in the history
  9. setting TraceID and SpanID fields in Exemplar objects in spanmetricsp…

    …rocessor and removing the use of FilteredAttributes to pass these values around.
    arun-shopify committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    c51cf8e View commit details
    Browse the repository at this point in the history
  10. added unreleased yaml

    arun-shopify committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    78c4e56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb704b1 View commit details
    Browse the repository at this point in the history
  12. test fixed

    arun-shopify committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    8757a35 View commit details
    Browse the repository at this point in the history
  13. lint fix

    arun-shopify committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d49c57f View commit details
    Browse the repository at this point in the history
Loading