ScoutApm.Core (scout_apm v2.0.0)

Copy Markdown

Summary

Functions

agent_full_name()

@spec agent_full_name() :: String.t()

architecture()

@spec architecture() :: String.t()

detect_libc_from_ldd()

@spec detect_libc_from_ldd() :: String.t()

download_url()

@spec download_url() :: String.t()

libc()

@spec libc() :: String.t()

platform()

@spec platform() :: String.t()

platform_triple()

@spec platform_triple() :: String.t()

socket_path()

@spec socket_path() :: String.t()

uname_architecture()

@spec uname_architecture() :: String.t()

verify(dir)

@spec verify(String.t()) :: {:ok, ScoutApm.Core.Manifest.t()} | {:error, :invalid}