github.com/aavshr/aws-sdk-go@v1.41.3/service/applicationinsights/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package applicationinsights provides the client and types for making API
     4  // requests to Amazon CloudWatch Application Insights.
     5  //
     6  // Amazon CloudWatch Application Insights is a service that helps you detect
     7  // common problems with your applications. It enables you to pinpoint the source
     8  // of issues in your applications (built with technologies such as Microsoft
     9  // IIS, .NET, and Microsoft SQL Server), by providing key insights into detected
    10  // problems.
    11  //
    12  // After you onboard your application, CloudWatch Application Insights identifies,
    13  // recommends, and sets up metrics and logs. It continuously analyzes and correlates
    14  // your metrics and logs for unusual behavior to surface actionable problems
    15  // with your application. For example, if your application is slow and unresponsive
    16  // and leading to HTTP 500 errors in your Application Load Balancer (ALB), Application
    17  // Insights informs you that a memory pressure problem with your SQL Server
    18  // database is occurring. It bases this analysis on impactful metrics and log
    19  // errors.
    20  //
    21  // See https://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25 for more information on this service.
    22  //
    23  // See applicationinsights package documentation for more information.
    24  // https://docs.aws.amazon.com/sdk-for-go/api/service/applicationinsights/
    25  //
    26  // Using the Client
    27  //
    28  // To contact Amazon CloudWatch Application Insights with the SDK use the New function to create
    29  // a new service client. With that client you can make API requests to the service.
    30  // These clients are safe to use concurrently.
    31  //
    32  // See the SDK's documentation for more information on how to use the SDK.
    33  // https://docs.aws.amazon.com/sdk-for-go/api/
    34  //
    35  // See aws.Config documentation for more information on configuring SDK clients.
    36  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    37  //
    38  // See the Amazon CloudWatch Application Insights client ApplicationInsights for more
    39  // information on creating client for this service.
    40  // https://docs.aws.amazon.com/sdk-for-go/api/service/applicationinsights/#New
    41  package applicationinsights