mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
APM: Check endpoint port and team.
This commit is contained in:
parent
6f7b242ce2
commit
d4898bec3c
6 changed files with 63 additions and 5 deletions
|
@ -635,10 +635,16 @@ tencentcloud_apm {
|
|||
# Overwrite by env SRS_TENCENTCLOUD_APM_ENABLED
|
||||
# default: off
|
||||
enabled on;
|
||||
# The APM token for authentication. See https://console.cloud.tencent.com/apm/monitor/access
|
||||
# The APM team or business system ID, to which spans belongs to. For example, the team is apm-FsOsPOIMl (just an
|
||||
# example, not available), please get your team from https://console.cloud.tencent.com/apm/monitor/team
|
||||
# Overwrite by env SRS_TENCENTCLOUD_APM_TEAM
|
||||
team apm-xxxxxxxxx;
|
||||
# The APM token for authentication. For example, the token is xzddEaegsxGadEpGEDFx (just an example, not available),
|
||||
# please get your token from https://console.cloud.tencent.com/apm/monitor/access
|
||||
# Overwrite by env SRS_TENCENTCLOUD_APM_TOKEN
|
||||
token xxxxxxxx;
|
||||
# The APM endpoint. See https://github.com/open-telemetry/opentelemetry-go/tree/main/exporters/otlp/otlptrace
|
||||
# Please note that 4317 is for GRPC/HTTP2, while SRS only support HTTP and the port shoule be 55681.
|
||||
# Overwrite by env SRS_TENCENTCLOUD_APM_ENDPOINT
|
||||
endpoint ap-guangzhou.apm.tencentcs.com:55681;
|
||||
# The service.name of resource.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue