Aug 22, 2023
Ports and host role config options
Python0.2.2
Added
- Add the
statsd_port
config option to change the StatsD UDP server port of the appsignal-agent process. By default the port is set to 8125. - Add the
host_role
config option. This config option can be set per host to generate some metrics automatically per host and possibly do things like grouping in the future. - Add the OpenTelemetry HTTP server port config option (
opentelemetry_port
) to configure on which port theappsignal-agent
server process will listen for OpenTelemetry data from the HTTP exporter. This can be used to configure two apps on the same machine to use different ports so it's possible to run two AppSignal apps on the same machine. See our Running multiple applications on one host docs page for more information.
Changed
- Bump agent to version d789895.
- Increase short data truncation from 2000 to 10000 characters.
See the Python package 0.2.2 changelog for more information.