2022-06-29 - Maintenance Release
As of this AppScope release, known issues include:
#1017 AppScope incorrectly handles the single-byte message that web clients sometimes send before their ClientHello message. When you scope a server with TLS enabled, this can cause AppScope to fail to produce HTTP events.
2022-04-12 - Maintenance Release
As of this AppScope release, known issues include:
#869 AppScope's ability to avoid outputting binary data in console messages does not work perfectly in all situations. When data is first sent to the console by a scoped app, AppScope can detect whether it is binary, and if so, redact it while emitting an informative message. But when apps switch back and forth between textual and binary data, AppScope does not detect the change, and binary data can appear in console output.
2022-02-15 - GA
As of this AppScope GA release, known issues include:
scope attach
to GDB seems to break GDB.2021-12-21 - Maintenance Pre-Release
As of this AppScope pre-release, known issues include:
#677 HTTP/1.1 events are parsed incorrectly, populating the http_method
and http_target
fields with junk.
2021-07-02 - Maintenance Pre-Release
As of this AppScope pre-release, known issues include:
#362 AppScope cannot attach to any musl libc process.
2021-04-01 - Maintenance Pre-Release
As of this AppScope pre-release, known issues include:
#640 On Alpine and other distributions based on musl libc, running appscope attach
against a Go application fails with the error: failed to find libc in target process
.
#35 Go executables with stripped symbols do not allow function interposition. Executables will run, but will not provide data to AppScope.
#143 Linux distros that use uClibc or MUSL instead of glibc, such as Alpine, are not supported
#10, #165, Scoping the Docker executable is problematic.
#119 HTTP 2 metrics and headers can be viewed only with Cribl LogStream.
See all issues currently open on GitHub.