Skip to content

Commit

Permalink
feat: add java attacher support for macOS (#9413)
Browse files Browse the repository at this point in the history
* feat: add java attacher support for macOS

bump go-sysinfo library to add support for macos without depending
on cgo

* lint: update notice file

* changelog: add changelog entry
  • Loading branch information
kruskall authored Oct 24, 2022
1 parent 580b08e commit e72f68b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1159,11 +1159,11 @@ THE SOFTWARE.

--------------------------------------------------------------------------------
Dependency : github.com/elastic/go-sysinfo
Version: v1.8.1
Version: v1.8.2-0.20221020073039-53d6396b5c22
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].1/LICENSE.txt:
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].2-0.20221020073039-53d6396b5c22/LICENSE.txt:


Apache License
Expand Down
1 change: 1 addition & 0 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Set error.id for OpenTelemetry exception span events {pull}9372[9372]
- Service metrics now support global labels {pull}9248[9248]
- OpenTelemetry GRPC Spans from the Javascript API/SDK/Instrumentations are now correctly transformed into transactions with type=`request`
- Improve Elasticsearch output performance, particularly when compression is enabled (default) {pull}9318[9318]
- Java attacher support for macOS {pull}9413[9413]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/elastic/gmux v0.2.0
github.com/elastic/go-elasticsearch/v8 v8.4.0
github.com/elastic/go-hdrhistogram v0.1.0
github.com/elastic/go-sysinfo v1.8.1
github.com/elastic/go-sysinfo v1.8.2-0.20221020073039-53d6396b5c22
github.com/elastic/go-ucfg v0.8.6
github.com/go-sourcemap/sourcemap v2.1.3+incompatible
github.com/gofrs/flock v0.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ github.com/elastic/go-seccomp-bpf v1.2.0 h1:K5fToUAMzm0pmdlYORmw0FP0DloRa1SfqRYk
github.com/elastic/go-structform v0.0.10 h1:oy08o/Ih2hHTkNcRY/1HhaYvIp5z6t8si8gnCJPDo1w=
github.com/elastic/go-structform v0.0.10/go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4=
github.com/elastic/go-sysinfo v1.7.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0=
github.com/elastic/go-sysinfo v1.8.1 h1:4Yhj+HdV6WjbCRgGdZpPJ8lZQlXZLKDAeIkmQ/VRvi4=
github.com/elastic/go-sysinfo v1.8.1/go.mod h1:JfllUnzoQV/JRYymbH3dO1yggI3mV2oTKSXsDHM+uIM=
github.com/elastic/go-sysinfo v1.8.2-0.20221020073039-53d6396b5c22 h1:8btPMMwiCNyXFB2lBrmRrBxweQPy1w6wcbiPhRQYnes=
github.com/elastic/go-sysinfo v1.8.2-0.20221020073039-53d6396b5c22/go.mod h1:BKIB/sRPQTrksWazk1LChlhv1KfTTn6hYYdctLBFvOQ=
github.com/elastic/go-ucfg v0.8.6 h1:stUeyh2goTgGX+/wb9gzKvTv0YB0231LTpKUgCKj4U0=
github.com/elastic/go-ucfg v0.8.6/go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA=
github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU=
Expand Down

0 comments on commit e72f68b

Please sign in to comment.