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: 2258b73763520feb0aa27c687b02e57a2fd11d50
Choose a base ref
...
head repository: open-telemetry/opentelemetry-collector-contrib Loading
compare: fbe3eb75cdc3f7c5ca88f86225f970ef3f7f5c57
Choose a head ref
  • 8 commits
  • 1,155 files changed
  • 9 contributors

Commits on May 2, 2024

  1. [confmap/provider/secretsmanager] Switch to NewFactory (#32743)

    **Description:**
    
    Follows
    open-telemetry/opentelemetry-collector#9516.
    This doesn't introduce any functional changes, just uses the new API.
    
    ---------
    
    Co-authored-by: Evan Bradley <[email protected]>
    Co-authored-by: Curtis Robert <[email protected]>
    3 people committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e601b78 View commit details
    Browse the repository at this point in the history
  2. [chore] update otel (#32837)

    This pulls in the new mdatagen which separates the telemetry out of
    generated_status.go
    
    ---------
    
    Signed-off-by: Alex Boten <[email protected]>
    codeboten committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b82bb12 View commit details
    Browse the repository at this point in the history
  3. [chore][CI/CD] Remove integration test naming restriction (#32529)

    Including the `-run=Integration` argument in the `make` command means
    that only integration tests that include `Integration` in their name
    will be run. This requirement is not obvious to users, so there are
    currently around 15 integration tests that aren't being run because they
    don't conform to this requirement. I think the best approach here is to
    remove the `-run` argument (rather than rename tests) so that this
    doesn't happen again.
    
    Resolves
    #32207
    
    ---------
    
    Co-authored-by: Antoine Toulme <[email protected]>
    Co-authored-by: Tyler Helmuth <[email protected]>
    Co-authored-by: Alex Boten <[email protected]>
    4 people committed May 2, 2024
    Configuration menu
    Copy the full SHA
    33b1573 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. [telemetrygen] Add support to set metric name (#32840)

    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ed4adf7 View commit details
    Browse the repository at this point in the history
  2. [confmap/provider/s3] Switch to NewFactory (#32742)

    **Description:**
    
    Follows
    open-telemetry/opentelemetry-collector#9516.
    This doesn't introduce any functional changes, just uses the new API.
    
    ---------
    
    Co-authored-by: Evan Bradley <[email protected]>
    Co-authored-by: Antoine Toulme <[email protected]>
    3 people committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1c120df View commit details
    Browse the repository at this point in the history
  3. [receiver/haproxy] fix reading more than 4096 bytes (#32661)

    This makes sure to read the whole data when interacting over the socket
    with haproxy.
    
    Fixes #32652
    atoulme committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a298c5a View commit details
    Browse the repository at this point in the history
  4. vcenterreceiver adds support for VM Templates

    Cluster vm count metric now does not include templates
    New default disabled Cluster vm template count metric added
    VM Template default disabled resource attributes added
    Fix integration integration test build tag that was accidentally removed
    StefanKurek committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8d1d799 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbe3eb7 View commit details
    Browse the repository at this point in the history
Loading