agent

command module
v3.1.12+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2020 License: MIT Imports: 1 Imported by: 0

README

pinpt-logo

Agent is the software that collects and deliver performance details to the Pinpoint Cloud

Install

If you login to the admin dashboard in the Pinpoint product, you will get environment specific instructions for installing the agent.

Windows

To install latest release, run the following in powershell.

Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://install.pinpt.io/install.ps1'))
Linux

To install latest release, run the following in your shell.

bash -c "$(curl -sSL https://install.pinpt.io/install.sh)"
Docker
docker pull pinpt/agent
docker run -it --rm --name pinpoint_agent -v `pwd`/pinpoint:/pinpoint pinpt/agent enroll --skip-enroll-if-found --pinpoint-root /pinpoint <ENROLL_CODE>

Required git version

Version Notes
2.20.1 Default macos version. Works fine.
2.13 Released on 2017-05. Introduced clone --no-tags flag. Should work.
<2.13 We do not support older versions.

Integration docs

License

All of this code is Copyright © 2018-2019 by Pinpoint Software, Inc. Licensed under the MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
cmdintegration
Package cmdintegration contains common code for export, validate-config, export-onboard-data.
Package cmdintegration contains common code for export, validate-config, export-onboard-data.
cmdrunnorestarts/crashes
Package crashes handle sending the crash logs to the server
Package crashes handle sending the crash logs to the server
cmdrunnorestarts/inconfig
Package inconfig contains the functions that convert from backend config to the config that integrations accept.
Package inconfig contains the functions that convert from backend config to the config that integrations accept.
cmdrunnorestarts/logsender
Package logsender contains log Writer that sends the logs to the backend.
Package logsender contains log Writer that sends the logs to the backend.
cmdrunnorestarts/subcommand
Package subcommand provides a way to execute subcommands while passing the arguments and output via filesystem to avoid data size limitations.
Package subcommand provides a way to execute subcommands while passing the arguments and output via filesystem to avoid data size limitations.
cmdrunnorestarts/updater
Package updater handles agent updates.
Package updater handles agent updates.
nid
integrations
pkg/repoprojects
Package repoprojects contains the common filtering code for the main integration projects (or repos).
Package repoprojects contains the common filtering code for the main integration projects (or repos).
pkg
aevent
Package aevent contains agent default for publishing events
Package aevent contains agent default for publishing events
expin
Package expin defined export integration ID that is used to distinguish between different integrations queued for export
Package expin defined export integration ID that is used to distinguish between different integrations queued for export
fs
ids
reqstats
Package reqstats adds logging and statistics to integration requests
Package reqstats adds logging and statistics to integration requests
support

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL