APM Insight DataExporter is a intermediate service which collects data from the APM Insight Agents , processes and pushes them to site24x7 servers. Please note that this image solely includes the dataexporter service only. It is designed to function in conjunction with APM Insight Agent and not as a standalone or as a replacement for APM Insight Agent.
docker run --name apminsight-dataexporter -e S247_LICENSE_KEY="my-license-key" -d site24x7/apminsight-dataexporter:latest
Here "my-license-key" is your site24x7 account license key. You can also use any preferred name of choice for the container, instead of "apminsight-dataexporter". This will start a new container with the APM Insight DataExporter service running in it, Provide the container name as exporter hostname to the APM Insight Agent.
When you start the APM Insight DataExporter container, you can adjust the configuration of the APM Insight DataExporter instance by passing one or more environment variables on the docker run command line.
S247_LICENSE_KEY Your account license key
BEHIND_PROXY Option for enabling or disabling proxy (Set to true or false)
PROXY_URL Complete proxy URL
AGENT_STATUS_PORT Inter Process Communication port number for status communication. Default port is 20021. If any port other than default is used, kindly update the same in the APM Insight Agent
AGENT_DATA_PORT Inter Process Communication port number for data communication. Default port is 20022. If any port other than default is used, kindly update the same in the APM Insight Agent
Content type
Image
Digest
sha256:c04b1df2b…
Size
20.3 MB
Last updated
6 days ago
docker pull site24x7/apminsight-dataexporter