tencent cloud

Feedback

Last updated: 2024-07-08 11:06:58

    Selection Related

    What languages do APM support?

    APM follows the OpenTelemetry protocol standard and theoretically supports applications written in all languages. Users can obtain corresponding integration schemes from the open-source community to report monitoring data to the APM server. For common languages such as Java, Go, and Python, detailed integration guides are provided in the documentation; for other languages, see OpenTelemetry Community API & SDK List.

    Does application integration requires code modifications?

    APM supports multiple integration schemes. Due to the differences in programming languages, the integration workload varies significantly.
    The Java language has the most mature automatic integration scheme, with automatic event tracking for commonly used architectures and components. The event tracking coverage is very high, achieving zero code intrusion during integration.
    Languages such as Python, Node.js, and PHP also have automatic integration schemes, but the event tracking coverage is lower than that of Java, so code event tracking might be needed to introduce custom event tracking.
    Languages such as C++ and Erlang currently do not have automatic integration schemes, so code modifications are needed for manual integration.

    What frameworks and components does APM support?

    Theoretically, all frameworks and components are supported. Automatic integration schemes automatically performed event tracking on commonly used frameworks and components. For other frameworks and components, users can modify the code to introduce custom event tracking. See the integration scheme for the specific language.

    Can applications deployed on other clouds be integrated?

    APM supports hybrid cloud deployment scenarios. As long as network connectivity is ensured, applications deployed on other clouds and offline data centers can be integrated. You can choose to access the Internet via a public network access point or report to a private access point through Tencent Cloud VPC schemes.

    Who provides the agent and SDKs needed for application integration?

    For the Java language, APM provides the Tencent Cloud Enhanced OpenTelemetry Java Agent (TencentCloud-OTel Java Agent), with significant enhancements in event tracking density, advanced diagnostics, performance protection, and enterprise-level capabilities. For other languages, the agents and SDKs needed for application integration are provided by the open-source community. Tencent Cloud APM does not participate in the evolution and iteration of open-source agents and SDKs.

    Do agents need to be embedded into container images?

    As long as the application can access the agent file, it does not necessarily need to be embedded into the container image.

    Is APM compatible with the OpenTracing protocol?

    After the OpenTracing standard merged with the OpenCensus standard, the OpenTelemetry protocol standard was born. APM follows the OpenTelemetry protocol standard, so it is compatible with the OpenTracing protocol.

    If SkyWalking were previously used, how to migrate to APM?

    APM is already compatible with the SkyWalking protocol standard. You only need to modify the report address and fill in the token of the business system in the Resource parameters to complete the migration.

    If the open-source OpenTelemetry scheme were previously used, how to migrate to APM?

    APM is already compatible with the OpenTelemetry protocol standard. You only need to modify the report address and fill in the token of the business system in the Resource parameters to complete the migration.

    Is the reporting of metrics and logs supported via the OpenTelemetry protocol standard?

    The OpenTelemetry protocol standard defines three types of telemetry data: linkages, metrics, and logs. APM supports the reporting of traces data and calculates various metrics on the server side based on traces data. APM currently does not support the reporting of metrics and log data. It is recommended to disable the Metric Exporter and Log Exporter when you integrate via the OpenTelemetry scheme.

    Integration Related

    Do I need to download the agents and SDK myself?

    For Java, Python, and Node.js applications deployed on TKE, APM provides an automatic integration scheme that allows agents to be automatically injected after the application is deployed to TKE, facilitating quick application integration. In other cases, download and install the agents and SDKs yourself.

    When the automatic integration scheme is used in a TKE environment, can applications in the same TKE cluster report to different business systems?

    Yes. When you install the tencent-opentelemetry-operator in a TKE cluster, a default business system needs to be specified. In the application workload, you can add the annotation cloud.tencent.com/apm-token to report to a specific business system. If the application workload does not set cloud.tencent.com/apm-token, it reports to the default business system.

    When the automatic integration scheme is used in a TKE environment, can applications in the same TKE cluster report to different regions?

    No. When you install the tencent-opentelemetry-operator in a TKE cluster, you must specify the access point. The access point cannot be specified at the application level.

    Installation of the tencent-opentelemetry-operator on the APM console failed.

    The installation and updating of the tencent-opentelemetry-operator are managed by the TKE Application Center. Issues such as lack of permissions, insufficient resources, cluster failures, or unsupported cluster versions can all cause the installation to fail. Go to the TKE Application Center to check the cause of the installation failure.

    The tencent-opentelemetry-operator was installed successfully, but access still failed.

    Ensure that the versions of the language and framework meet the requirements. Additionally, ensure that the annotation is added to the spec.template.metadata.annotations of the workload, not to the metadata.annotations.

    Can cross-region access be possible?

    Yes. As long as the network is connected, cross-region access can be achieved. You can choose the public network access or apply for a Private Link to interconnect VPC networks.

    Can cross-region access be possible using the automatic access in a TKE environment?

    Yes.

    Can the application instance name be customized?

    Yes. By setting the host.name attribute of the Resource during access, you can customize the application instance name. In most scenarios, the IP address can be used as the application instance name, but if there are duplicated IP addresses in the system, you need to use another unique identifier to define the instance name, such as Host IP + Container Name.

    When you access Python applications through OpenTelemetry-Python, the instance name seen on the console is not the IP address.

    The OpenTelemetry-Python scheme does not automatically obtain and use the IP address as the instance name. Please set it using the host.name attribute of the Resource.

    Can Java applications directly use the OpenTelemetry community agent?

    Yes, but it is not recommended. APM provides the Tencent Cloud Enhanced OpenTelemetry Java Agent (TencentCloud-OTel Java Agent), with significant enhancements in event tracking density, advanced diagnostics, performance protection, and enterprise-level capabilities. It is recommended to use the TencentCloud-OTel Java Agent. Using the OpenTelemetry community agent directly may result in some feature deficiencies.

    Console Features Related

    What is a business system?

    A business system is used for the classified management of applications. Each business system has a unique token, which must be specified when the application is integrated. You can set parameters such as storage duration and reporting quotas at the business system level. Permission management and cost allocation can also be implemented based on business systems. Monitoring data between different business systems is completely isolated.

    How to divide business systems?

    Since monitoring data between different business systems is completely isolated, business systems can be divided based on the principle of isolation. If there is no possible call relationship between two groups of applications, you can manage them by assigning them to two different business systems. Dividing business systems by different environments is a typical use case; you can create a business system for the development environment, test environment, and production environment, respectively. Another typical use case is to divide business systems by business domains as long as there are no mutual calls between these business domains.

    How to understand applications?

    In APM, the application is the most important entity. Multiple processes integrated with the same application name appear as multiple instances under the same application. Therefore, an application is a logical combination. In a microservices architecture, it can be equivalent to a service containing multiple peer instances.

    Can the same application name be used in multiple business systems?

    Yes.

    Can logs be output to CLS via the log association feature?

    The log association feature enables query association between logs and linkages, making it easier for users to locate issues. Users need to integrate Tencent Cloud CLS and output the trace_id field in the log body.

    Why can the application diagnosis feature not be used when the Go applications are integrated?

    The application diagnosis feature is an enhanced capability of Tencent Cloud Enhanced OpenTelemetry Java Agent (TencentCloud-OTel Java Agent) and is currently only available for Java applications.

    Data Related

    Data reporting is successful, but some services appear gray in the APM topology map.

    If no requests are received by a service within the selected time period, we consider the service inactive from the service provider's perspective and display it in gray.

    Why is P99 greater than the maximum time?

    APM calculates percentiles based on a linear distribution hypothesis algorithm, providing estimated values that are not always precise; however, the maximum time must be accurate. This algorithm is consistent with the one used by Prometheus for calculating percentiles and is widely adopted in the industry. For more details, see Prometheus percentile error. When the sample size is relatively small, there may be instances where P99 exceeds the maximum time.

    Why is there only linkage data but no metric data?

    It might be related to the absence of span types. Ensure that the reported spans have the span.kind set to one of Client, Server, Consumer, Producer, or Internal.

    Why does disconnection occur?

    The following situations may cause a call chain disconnection:
    1. Tencent Cloud Enhanced OpenTelemetry Java Agent implements an application protection mechanism that temporarily disables data reporting when the application load is particularly high.
    2. Tencent Cloud Enhanced OpenTelemetry Java Agent limits the maximum number of spans reported per second to 5,000. The excess is discarded.
    3. The automatic event tracking mechanism of the agent or SDK does not cover the related framework or component, and enhancement is needed via custom event tracking.

    Under what circumstances will the Tencent Cloud Enhanced OpenTelemetry Java Agent trigger the application protection mechanism?

    The Tencent Cloud enhanced OpenTelemetry Java agent implements an application protection mechanism. When the application load is particularly high, the agent downgrades data reporting to minimize the impact on business operations in extreme situations. Once the application load returns to normal, the agent automatically recovers data reporting.
    -
    Introducing a Sampling Mechanism and Discarding Some Linkages
    Disabling Data Reporting
    Threshold triggered
    Threshold recovered
    Threshold triggered
    Threshold recovered
    Memory Utilization
    65%
    70%
    75%
    70%
    CPU Utilization
    80%
    75%
    90%
    85%

    What is Apdex?

    Apdex, short for Application Performance Index, is an industry standard developed by the Apdex Alliance for assessing application performance. From the user's point of view, the Apdex standard quantifies user satisfaction with application response time into a score ranging from 0 to 1.

    What are the calculation rules of Apdex?

    First, according to the application performance assessment, the minimum threshold of application response time is determined as the Apdex threshold. Then, the actual response time is used to derive three different performance categories:
    Satisfied: Application response time is less than or equal to the Apdex threshold.
    Tolerating: Application response time is greater than the Apdex threshold but less than or equal to four times the Apdex threshold.
    Frustrated: Application response time is greater than four times the Apdex threshold.
    Apdex = (Number of Satisfied + Number of Tolerating / 2) / Total Sample Size

    Billing Related

    How is APM charged?

    APM offers multiple billing methods. See Application Performance Billing Overview for more details.

    Can APM be tried for free?

    Yes. New users have a 15-day trial period, with a reporting limit of 100 million spans within those 15 days and a linkage storage duration of 7 days.

    In what situations is the packages (prepaid) billing mode appropriate?

    The following conditions must be met:
    1. Packages are only supported in Beijing, Shanghai, and Guangzhou.
    2. In the package mode, linkages are sampled at 10%, preserving all exceptional linkages without affecting metric accuracy.
    3. Users have specific expectations regarding the quantities of agents.
    4. The average data reporting volume of the agent is quite large, leading to higher costs in a pay-as-you-go mode.

    What does the agent in the package mode mean?

    One agent corresponds to one application process accessing APM.

    What does Agent x Hour mean?

    Agent x Hour is the billing unit in the package mode. Each application process integrated to APM will consume 1 Agent x Hour per hour. For example, 10 application processes integrated to APM will consume 10 x 24=240 Agent x Hours per day.

    Can package plans be stacked for purchase?

    Yes. As long as it is used within the validity period.

    How long is the linkage data stored?

    During the trial period, it is stored for 7 days by default. After billing officially starts, you can choose any duration within 30 days as needed.

    How long is the metric data stored?

    30 days.
    
    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support