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