All Products
Search
Document Center

Managed Service for OpenTelemetry:Connect to Managed Service for OpenTelemetry and authenticate clients

Last Updated:Sep 29, 2024

You can connect the following types of clients to Managed Service for OpenTelemetry: the open source OpenTelemetry Collector, the Jaeger agent, the Zipkin collector, and the SkyWalking client. You can also connect to Managed Service for OpenTelemetry by using open source OpenTelemetry SDKs and Jaeger SDKs. This topic describes the regions and endpoints that are supported by Managed Service for OpenTelemetry and the data reporting protocols that are supported by different ports. This topic also describes how to obtain an authentication token.

Directly report data

Alibaba Cloud regions and endpoints that are supported by Managed Service for OpenTelemetry

Note

If your application is deployed in an Alibaba Cloud production environment, select a private endpoint. Otherwise, select a public endpoint.

Region

Region ID

Alibaba Cloud private endpoint

Public endpoint

China (Hangzhou)

cn-hangzhou

tracing-analysis-dc-hz-internal.aliyuncs.com

tracing-analysis-dc-hz.aliyuncs.com

China (Shanghai)

cn-shanghai

tracing-analysis-dc-sh-internal.aliyuncs.com

tracing-analysis-dc-sh.aliyuncs.com

China (Qingdao)

cn-qingdao

tracing-analysis-dc-qd-internal.aliyuncs.com

tracing-analysis-dc-qd.aliyuncs.com

China (Beijing)

cn-beijing

tracing-analysis-dc-bj-internal.aliyuncs.com

tracing-analysis-dc-bj.aliyuncs.com

China (Zhangjiakou)

cn-zhangjiakou

tracing-analysis-dc-zb-internal.aliyuncs.com

tracing-analysis-dc-zb.aliyuncs.com

China (Hohhot)

cn-huhehaote

tracing-cn-huhehaote-internal.arms.aliyuncs.com

tracing-cn-huhehaote.arms.aliyuncs.com

China (Ulanqab)

cn-wulanchabu

tracing-cn-wulanchabu-internal.arms.aliyuncs.com

tracing-cn-wulanchabu.arms.aliyuncs.com

China (Shenzhen)

cn-shenzhen

tracing-analysis-dc-sz-internal.aliyuncs.com

tracing-analysis-dc-sz.aliyuncs.com

China (Heyuan)

cn-heyuan

tracing-cn-heyuan-internal.arms.aliyuncs.com

tracing-cn-heyuan.arms.aliyuncs.com

China (Guangzhou)

cn-guangzhou

tracing-cn-guangzhou-internal.arms.aliyuncs.com

tracing-cn-guangzhou.arms.aliyuncs.com

China (Chengdu)

cn-chengdu

tracing-cn-chengdu-internal.arms.aliyuncs.com

tracing-cn-chengdu.arms.aliyuncs.com

China (Hong Kong)

cn-hongkong

tracing-analysis-dc-hk-internal.aliyuncs.com

tracing-analysis-dc-hk.aliyuncs.com

Japan (Tokyo)

ap-northeast-1

tracing-analysis-dc-jp-internal.aliyuncs.com

tracing-analysis-dc-jp.aliyuncs.com

Singapore

ap-southeast-1

tracing-analysis-dc-sg-internal.aliyuncs.com

tracing-analysis-dc-sg.aliyuncs.com

Australia (Sydney) Closing Down

ap-southeast-2

tracing-ap-southeast-2-internal.arms.aliyuncs.com

tracing-ap-southeast-2.arms.aliyuncs.com

Malaysia (Kuala Lumpur)

ap-southeast-3

tracing-ap-southeast-3-internal.arms.aliyuncs.com

tracing-ap-southeast-3.arms.aliyuncs.com

Indonesia (Jakarta)

ap-southeast-5

tracing-analysis-dc-indonesia-internal.aliyuncs.com

tracing-analysis-dc-indonesia.aliyuncs.com

Germany (Frankfurt)

eu-central-1

tracing-analysis-dc-frankfurt-internal.aliyuncs.com

tracing-analysis-dc-frankfurt.aliyuncs.com

UK (London)

eu-west-1

tracing-analysis-dc-lundun-internal.aliyuncs.com

tracing-analysis-dc-lundun.aliyuncs.com

US (Silicon Valley)

us-west-1

tracing-analysis-dc-usw-internal.aliyuncs.com

tracing-analysis-dc-usw.aliyuncs.com

US (Virginia)

us-east-1

tracing-us-east-1-internal.arms.aliyuncs.com

tracing-us-east-1.arms.aliyuncs.com

Protocols that are supported by different ports

Port number

Version

Description

80

  • OpenTelemetry HTTP

  • Jaeger HTTP

  • Jaeger Remote Sampling

  • Zipkin HTTP

Different protocols are distinguished by URL suffixes.

  • OpenTelemetry HTTP: /api/otlp/traces

  • Jaeger HTTP: /api/traces

  • Jaeger Remote Sampling: /api/sampling

  • Zipkin HTTP:

    • v1: /api/v1/spans

    • v2: /api/v2/spans

443

  • OpenTelemetry HTTPS

  • Jaeger HTTPS

  • Jaeger Remote Sampling

  • Zipkin HTTPS

Different protocols are distinguished by URL suffixes.

  • OpenTelemetry HTTPS: /api/otlp/traces

  • Jaeger HTTPS: /api/traces

  • Jaeger Remote Sampling: /api/sampling

  • Zipkin HTTPS:

    • v1: /api/v1/spans

    • v2: /api/v2/spans

1883

  • Jaeger gRPC

  • Skywalking gRPC

N/A

8000

Skywalking v8 gRPC

N/A

8090

OpenTelemetry gRPC

N/A

Obtain an authentication token

After you activate Managed Service for OpenTelemetry, you can obtain a token to authenticate the reported data. To obtain the token, perform the following steps:

  1. Log on to the Managed Service for OpenTelemetry console.

  2. In the left-side navigation pane, click Cluster Configurations. Then, click the Access point information tab.

  3. At the top of the page, select the region where you want to connect to the cluster. In the Cluster Information section, turn on Show Token.

  4. In the Client section, select the client that you want to use to collect trace data.

  5. In the Related Information column of the table, click the copy icon next to the endpoint that you want to use.

    Jaeger接入点信息

    • If you use OpenTelemetry HTTP, Zipkin HTTP, or Jaeger HTTP, the token is contained in an HTTP URL.

    • If you use SkyWalking gRPC, OpenTelemetry gRPC, or Jaeger gRPC, the system specifies Authentication=<token> in the metadata of gRPC and then sends the metadata to the server for authentication.