Skip to content

penga-app/penga-apm-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penga APM Server

APM Server for the Penga ELK Stack

Run in Docker

docker build -t penga-apm-server .
docker run -p 8200:8200 penga-apm-server

apm-server binary usage

Usage:
  apm-server [flags]
  apm-server [command]

Available Commands:
  apikey      Manage API Keys for communication between APM agents and server (deprecated)
  export      Export current config
  help        Help about any command
  keystore    Manage secrets keystore
  run         Run APM Server
  test        Test config
  version     Show current version info

Flags:
  -E, --E setting=value      Configuration overwrite
  -N, --N                    Disable actual publishing for testing
  -c, --c string             Configuration file, relative to path.config (default "apm-server.yml")
      --cpuprofile string    Write cpu profile to file
  -d, --d stringArray        Enable certain debug selectors
  -e, --e                    Log to stderr and disable syslog/file output
      --environment string   Set the environment in which the process is running (default "default")
  -h, --help                 help for apm-server
      --httpprof string      Start pprof http server
      --memprofile string    Write memory profile to this file
      --path.config string   Configuration path
      --path.data string     Data path
      --path.home string     Home path
      --path.logs string     Logs path
      --strict.perms         Strict permission checking on config files (default true)
  -v, --v                    Log at INFO level

Use "apm-server [command] --help" for more information about a command.

About

Penga APM Server

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.6%
  • HCL 3.4%
  • Shell 3.2%
  • Makefile 1.9%
  • Groovy 1.2%
  • Dockerfile 0.3%
  • Other 0.4%