Skip to content
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

[receiver/jmx] Add metric gatherer to artifacts #3262

Merged
merged 143 commits into from
Sep 7, 2023

Commits on Jul 28, 2023

  1. [receiver/jmx] Add Docker support for JMX receiver

    To properly support the jmx receiver in Docker, the dockerfile has
    to download the JMX metrics gatherer, and have it available to
    the collector. This change adds this functionality to the linux/macos
    dockerfile, as well as the windows dockerfile.
    
    Also, adds an integration test getting metrics from a docker container.
    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3ef91f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da94a7 View commit details
    Browse the repository at this point in the history
  3. Updated based on Jeff's comments

    - Update download URLs for consistency
    - Remove unecessary data copies
    - Fix file permissions
    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f8206b0 View commit details
    Browse the repository at this point in the history
  4. Fix import order

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    91ab283 View commit details
    Browse the repository at this point in the history
  5. Update cmd/otelcol/Dockerfile.windows

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    crobert-1 and jeffreyc-splunk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    31b6ea0 View commit details
    Browse the repository at this point in the history
  6. Update cmd/otelcol/Dockerfile.windows

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    crobert-1 and jeffreyc-splunk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b80f572 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32fc072 View commit details
    Browse the repository at this point in the history
  8. Add missing space

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    bdbe71f View commit details
    Browse the repository at this point in the history
  9. Fix version numbering

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ce0cdeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3d183c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    952e423 View commit details
    Browse the repository at this point in the history
  12. Update cmd/otelcol/Dockerfile.windows

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    crobert-1 and jeffreyc-splunk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a0d0cf5 View commit details
    Browse the repository at this point in the history
  13. Update cmd/otelcol/Dockerfile.windows

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    crobert-1 and jeffreyc-splunk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7946c56 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5617145 View commit details
    Browse the repository at this point in the history
  15. Fix sprintf formatting

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    96b2257 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7c2187a View commit details
    Browse the repository at this point in the history
  17. Remove unecessary steps

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8736eec View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    81041c7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    13f5ce4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    495563a View commit details
    Browse the repository at this point in the history
  21. Fix jmx integration test

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c3ebf5a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8c48cdc View commit details
    Browse the repository at this point in the history
  23. Update cmd/otelcol/Dockerfile.windows

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    crobert-1 and jeffreyc-splunk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    99cdd6d View commit details
    Browse the repository at this point in the history
  24. Update cmd/otelcol/Dockerfile.windows

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    crobert-1 and jeffreyc-splunk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f597d5b View commit details
    Browse the repository at this point in the history
  25. Fix integration test

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b64a0ac View commit details
    Browse the repository at this point in the history
  26. Remove integration test

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a625462 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f9293f0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9db557d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dce7d2d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d406c77 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9618705 View commit details
    Browse the repository at this point in the history
  32. Remove extra path arguments

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    594f034 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fd9b894 View commit details
    Browse the repository at this point in the history
  34. Add missing terminator

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3e5d5d7 View commit details
    Browse the repository at this point in the history
  35. Match servercore

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    96f2b34 View commit details
    Browse the repository at this point in the history
  36. Move around values

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6a13123 View commit details
    Browse the repository at this point in the history
  37. Try another format for path

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ed661c4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    c19dd6a View commit details
    Browse the repository at this point in the history
  39. Ran make fmt

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c8545a3 View commit details
    Browse the repository at this point in the history
  40. Get path a different way

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4e37978 View commit details
    Browse the repository at this point in the history
  41. Try debugging failure

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a9b978f View commit details
    Browse the repository at this point in the history
  42. Change tmp dir's name

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1b6dc57 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d43470a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    7d0be25 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b5b33f7 View commit details
    Browse the repository at this point in the history
  46. Remove extra will fail call

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3157e7c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7da95a7 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    848d616 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    76986aa View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    8be0ba9 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    aa6cd51 View commit details
    Browse the repository at this point in the history
  52. Fix formatting again

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c968146 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    fbabb06 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    84a2a05 View commit details
    Browse the repository at this point in the history
  55. Fix syntax

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7f5fedb View commit details
    Browse the repository at this point in the history
  56. Remove command option

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    bbc0a7e View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    05bf1cd View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    007edc1 View commit details
    Browse the repository at this point in the history
  59. Name directory generic name

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    adc42c2 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    1d06994 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    11c684a View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    9400dff View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    67b73bf View commit details
    Browse the repository at this point in the history
  64. Fix whitespace

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    39afea0 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    3d93e59 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    f5767d9 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    781f2cc View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    1c03302 View commit details
    Browse the repository at this point in the history
  69. Update .github/workflows/win-package-test.yml

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    crobert-1 and jeffreyc-splunk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    946d192 View commit details
    Browse the repository at this point in the history
  70. Update cmd/otelcol/Dockerfile

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    crobert-1 and jeffreyc-splunk committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    11b9c0f View commit details
    Browse the repository at this point in the history
  71. Changes suggested by Jeff

    - Need to install JMX gatherer at proper path, updated msi builder
    and wix file
    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5c0f1bc View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    c712094 View commit details
    Browse the repository at this point in the history
  73. Add changelog entry

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    3a67f96 View commit details
    Browse the repository at this point in the history
  74. Add PR link

    crobert-1 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e1793c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. add tmpdir to images

    rmfitzpatrick committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2a0afe7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Bump boto3 in /internal/buildscripts/packaging/release (signalfx#3425)

    Bumps [boto3](https://github.com/boto/boto3) from 1.28.9 to 1.28.15.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](boto/boto3@1.28.9...1.28.15)
    
    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4fb2284 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/aws/aws-sdk-go from 1.44.280 to 1.44.312 in /internal…

    …/signalfx-agent (signalfx#3427)
    
    * Bump github.com/aws/aws-sdk-go in /internal/signalfx-agent
    
    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.280 to 1.44.312.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Commits](aws/aws-sdk-go@v1.44.280...v1.44.312)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5801c64 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/snowflakedb/gosnowflake from 1.6.22 to 1.6.23 in /int…

    …ernal/signalfx-agent (signalfx#3428)
    
    * Bump github.com/snowflakedb/gosnowflake in /internal/signalfx-agent
    
    Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.6.22 to 1.6.23.
    - [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
    - [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
    - [Commits](snowflakedb/gosnowflake@v1.6.22...v1.6.23)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/snowflakedb/gosnowflake
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a4b7b9c View commit details
    Browse the repository at this point in the history
  4. Bump github.com/docker/docker from 24.0.4+incompatible to 24.0.5+inco…

    …mpatible in /internal/signalfx-agent (signalfx#3429)
    
    * Bump github.com/docker/docker in /internal/signalfx-agent
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.4+incompatible to 24.0.5+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.4...v24.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ac3791e View commit details
    Browse the repository at this point in the history
  5. Bump github.com/docker/docker in /tests (signalfx#3432)

    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.4+incompatible to 24.0.5+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.4...v24.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    29e9bcb View commit details
    Browse the repository at this point in the history
  6. Bump org.apache.commons:commons-lang3 (signalfx#3434)

    Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    34b1a99 View commit details
    Browse the repository at this point in the history
  7. Bump github.com/prometheus/prometheus from 0.45.0 to 0.46.0 (signalfx…

    …#3433)
    
    Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.45.0 to 0.46.0.
    - [Release notes](https://github.com/prometheus/prometheus/releases)
    - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
    - [Commits](prometheus/prometheus@v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/prometheus
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1f06e68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    473a422 View commit details
    Browse the repository at this point in the history
  9. Bump github.com/google/cadvisor from 0.47.1 to 0.47.3 in /internal/si…

    …gnalfx-agent (signalfx#3431)
    
    * Bump github.com/google/cadvisor in /internal/signalfx-agent
    
    Bumps [github.com/google/cadvisor](https://github.com/google/cadvisor) from 0.47.1 to 0.47.3.
    - [Release notes](https://github.com/google/cadvisor/releases)
    - [Changelog](https://github.com/google/cadvisor/blob/master/CHANGELOG.md)
    - [Commits](google/cadvisor@v0.47.1...v0.47.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/cadvisor
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    77490ea View commit details
    Browse the repository at this point in the history
  10. Bump github.com/prometheus/prometheus (signalfx#3435)

    Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.45.0 to 0.46.0.
    - [Release notes](https://github.com/prometheus/prometheus/releases)
    - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
    - [Commits](prometheus/prometheus@v0.45.0...v0.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/prometheus
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    cd694e4 View commit details
    Browse the repository at this point in the history
  11. Update OpenTelemetry Dependencies to latest (signalfx#3436)

    Co-authored-by: jeffreyc-splunk <jeffreyc@splunk.com>
    Co-authored-by: Dmitry Anoshin <anoshindx@gmail.com>
    3 people authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e071bb1 View commit details
    Browse the repository at this point in the history
  12. Cherry-pick a fix for resource detection processor (signalfx#3438)

    Pull open-telemetry/opentelemetry-collector-contrib#24670 from contrib which was merged right after 0.82.0
    dmitryax authored and rmfitzpatrick committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    40403ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73aab12 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12cb13a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    331ac2d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    4856c43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6bd07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68e31cc View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    f55ec94 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    a7b3916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8750ef View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    7b0f1af View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    7982107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e244b92 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. fix windows jdk path

    rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8bf0801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345e3ea View commit details
    Browse the repository at this point in the history
  3. Bump pygithub in /internal/buildscripts/packaging/release (signalfx#3490

    )
    
    Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.59.0 to 1.59.1.
    - [Release notes](https://github.com/pygithub/pygithub/releases)
    - [Changelog](https://github.com/PyGithub/PyGithub/blob/v1.59.1/doc/changes.rst)
    - [Commits](PyGithub/PyGithub@v1.59.0...v1.59.1)
    
    ---
    updated-dependencies:
    - dependency-name: pygithub
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3cdbc22 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 in /pkg/rece…

    …iver/smartagentreceiver (signalfx#3492)
    
    * Bump github.com/openzipkin/zipkin-go in /pkg/receiver/smartagentreceiver
    
    Bumps [github.com/openzipkin/zipkin-go](https://github.com/openzipkin/zipkin-go) from 0.4.1 to 0.4.2.
    - [Release notes](https://github.com/openzipkin/zipkin-go/releases)
    - [Commits](openzipkin/zipkin-go@v0.4.1...v0.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/openzipkin/zipkin-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0873fee View commit details
    Browse the repository at this point in the history
  5. Bump boto3 in /internal/buildscripts/packaging/release (signalfx#3491)

    Bumps [boto3](https://github.com/boto/boto3) from 1.28.15 to 1.28.25.
    - [Release notes](https://github.com/boto/boto3/releases)
    - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
    - [Commits](boto/boto3@1.28.15...1.28.25)
    
    ---
    updated-dependencies:
    - dependency-name: boto3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c66623a View commit details
    Browse the repository at this point in the history
  6. Bump golang.org/x/tools from 0.11.1 to 0.12.0 in /internal/tools (sig…

    …nalfx#3494)
    
    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.1 to 0.12.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.11.1...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    491e4aa View commit details
    Browse the repository at this point in the history
  7. Bump golang in /examples/prometheus-federation/prom-counter (signalfx…

    …#3493)
    
    Bumps golang from 1.20.7-bullseye to 1.21.0-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    eb77e33 View commit details
    Browse the repository at this point in the history
  8. Bump github.com/golangci/golangci-lint in /internal/tools (signalfx#3496

    )
    
    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.53.3 to 1.54.1.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.53.3...v1.54.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3e92203 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f88e5a View commit details
    Browse the repository at this point in the history
  10. Bump github.com/antonmedv/expr from 1.12.6 to 1.13.0 in /internal/sig…

    …nalfx-agent (signalfx#3503)
    
    * Bump github.com/antonmedv/expr in /internal/signalfx-agent
    
    Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.6 to 1.13.0.
    - [Release notes](https://github.com/antonmedv/expr/releases)
    - [Commits](expr-lang/expr@v1.12.6...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/antonmedv/expr
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ae5757d View commit details
    Browse the repository at this point in the history
  11. Bump golang.org/x/net from 0.12.0 to 0.14.0 in /internal/signalfx-age…

    …nt (signalfx#3502)
    
    * Bump golang.org/x/net from 0.12.0 to 0.14.0 in /internal/signalfx-agent
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.14.0.
    - [Commits](golang/net@v0.12.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    188bc51 View commit details
    Browse the repository at this point in the history
  12. Add a github issue template to send folks to support and splunk ideas (

    …signalfx#3487)
    
    * Add a github issue template to send folks to support and splunk ideas
    
    * Update .github/ISSUE_TEMPLATE/config.yml
    
    * enable blank issues
    atoulme authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4c9d8d4 View commit details
    Browse the repository at this point in the history
  13. Bump golang in /examples/splunk-hec-traces/tracing (signalfx#3495)

    Bumps golang from 1.20.7-bullseye to 1.21.0-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    02a9f68 View commit details
    Browse the repository at this point in the history
  14. Bump golang in /examples/splunk-hec/logging (signalfx#3497)

    Bumps golang from 1.20.7-bullseye to 1.21.0-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ede0c20 View commit details
    Browse the repository at this point in the history
  15. Bump github.com/hashicorp/consul/api in /internal/signalfx-agent (sig…

    …nalfx#3500)
    
    Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.22.0 to 1.24.0.
    - [Release notes](https://github.com/hashicorp/consul/releases)
    - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/consul@api/v1.22.0...api/v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/consul/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    80ddb19 View commit details
    Browse the repository at this point in the history
  16. Bump github.com/hashicorp/golang-lru from 0.6.0 to 1.0.2 in /internal…

    …/signalfx-agent (signalfx#3501)
    
    * Bump github.com/hashicorp/golang-lru in /internal/signalfx-agent
    
    Bumps [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) from 0.6.0 to 1.0.2.
    - [Release notes](https://github.com/hashicorp/golang-lru/releases)
    - [Commits](hashicorp/golang-lru@v0.6.0...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/golang-lru
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d0679d0 View commit details
    Browse the repository at this point in the history
  17. Bump github.com/beevik/ntp from 1.2.0 to 1.3.0 in /internal/signalfx-…

    …agent (signalfx#3499)
    
    * Bump github.com/beevik/ntp in /internal/signalfx-agent
    
    Bumps [github.com/beevik/ntp](https://github.com/beevik/ntp) from 1.2.0 to 1.3.0.
    - [Release notes](https://github.com/beevik/ntp/releases)
    - [Changelog](https://github.com/beevik/ntp/blob/main/RELEASE_NOTES.md)
    - [Commits](beevik/ntp@v1.2.0...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/beevik/ntp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: release-bot <ssg-srv-gh-o11y-gdi@splunk.com>
    2 people authored and rmfitzpatrick committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    30ca3cd View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. corect changelog

    rmfitzpatrick committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1a815d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced2890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc2d3e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    6cc2cf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c84b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    9d9bd54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cace05 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    6837806 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    a782056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4901d5c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Update .gitlab/update-openjdk.sh

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    rmfitzpatrick and jeffreyc-splunk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7bcfe6a View commit details
    Browse the repository at this point in the history
  2. Update cmd/otelcol/Dockerfile

    Co-authored-by: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com>
    rmfitzpatrick and jeffreyc-splunk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9334a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f40455 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Changes requested in PR

    - Add java check in windows docker
    - Add jmx gatherer to tar
    crobert-1 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a0ccf85 View commit details
    Browse the repository at this point in the history
  2. Add missing parenthesis

    crobert-1 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1a6d47b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix string comparison

    crobert-1 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b2ae714 View commit details
    Browse the repository at this point in the history
  2. Fix missing paren

    crobert-1 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b7d7667 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    fd3a7e9 View commit details
    Browse the repository at this point in the history
  2. Test paths for jmx jar

    crobert-1 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0f87e4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed3b209 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    073a072 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7b3513 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Update tests/receivers/jmxreceiver/jmxreceiver_test.go

    Co-authored-by: Ryan Fitzpatrick <10867373+rmfitzpatrick@users.noreply.github.com>
    crobert-1 and rmfitzpatrick committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6db2787 View commit details
    Browse the repository at this point in the history
  2. Update internal/buildscripts/packaging/msi/msi-builder/Dockerfile

    Co-authored-by: Ryan Fitzpatrick <10867373+rmfitzpatrick@users.noreply.github.com>
    crobert-1 and rmfitzpatrick committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7379f97 View commit details
    Browse the repository at this point in the history
  3. Update internal/buildscripts/packaging/msi/msi-builder/build.sh

    Co-authored-by: Ryan Fitzpatrick <10867373+rmfitzpatrick@users.noreply.github.com>
    crobert-1 and rmfitzpatrick committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    297a7db View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    893474c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cb0177 View commit details
    Browse the repository at this point in the history