This documents describes the configuration of the .NET agent.\
In the nudgehttp section
Address for sending data to Nudge.
Example : https://apm.atakama-technologies.com/
Collection path.
Default value: collect/rawdata
HTTP request method.
Default value: PUT
Default value: proto (application/x-protobuf)
This parameter is used to enable the correlation cache for the ULS receiver for SharePoint.
Default value: true
Recording of rawdata to disk: OnError = only if the rawdata could not be sent; None = no recording even if the rawdata could not be sent.
Default value: OnError
In the console section
Default value: true
Default value: Warn
In the file section
Default value: true
Default value: 10
Default value: 5
Default value: 1
Default value: false
Default value: Warn
To change the prometheus port, uncomment the following section :
telemetry:
logs:
level: "debug"
# metrics:
# readers:
# - pull:
# exporter:
# prometheus:
# host: 0.0.0.0
# port: 8889
In the uls section
In the include section
Default value: %ProgramFiles%\Common Files\Microsoft Shared\Web Server Extensions\16\Logs\
Don’t forget to uncomment the last line of the logs section to enable the ULS receiver:
logs:
receivers: [otlpnudge] #, uls]