Package-level declarations

Types

Link copied to clipboard

Amazon CloudWatch Application Insights is a service that helps you detect common problems with your 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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Adds a workload to a component. Each component can have at most five workloads.

Link copied to clipboard

Adds an application that is created from a resource group.

Link copied to clipboard

Creates a custom component by grouping similar standalone instances to monitor.

Link copied to clipboard

Adds an log pattern to a LogPatternSet.

Link copied to clipboard

Removes the specified application from monitoring. Does not delete the application.

Link copied to clipboard

Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.

Link copied to clipboard

Removes the specified log pattern from a LogPatternSet.

Link copied to clipboard

Describes the application.

Link copied to clipboard

Describes a component and lists the resources that are grouped together in a component.

Link copied to clipboard

Describes the monitoring configuration of the component.

Link copied to clipboard

Describe a specific log pattern from a LogPatternSet.

Link copied to clipboard

Describes an anomaly or error with the application.

Link copied to clipboard

Describes an application problem.

Link copied to clipboard

Describes the anomalies or errors associated with the problem.

Link copied to clipboard

Describes a workload and its configuration.

Link copied to clipboard

Lists the IDs of the applications that you are monitoring.

Link copied to clipboard

Lists the auto-grouped, standalone, and custom components of the application.

Link copied to clipboard

Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:

Link copied to clipboard

Lists the log patterns in the specific log LogPatternSet.

Link copied to clipboard

Lists the log pattern sets in the specific application.

Link copied to clipboard

Lists the problems with your application.

Link copied to clipboard

Retrieve a list of the tags (keys and values) that are associated with a specified application. A tag is a label that you optionally define and associate with an application. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

Link copied to clipboard

Lists the workloads that are configured on a given component.

Link copied to clipboard

Remove workload from a component.

Link copied to clipboard

Add one or more tags (keys and values) to a specified application. A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage application in different ways, such as by purpose, owner, environment, or other criteria.

Link copied to clipboard

Remove one or more tags (keys and values) from a specified application.

Link copied to clipboard

Updates the application.

Link copied to clipboard

Updates the custom component name and/or the list of resources that make up the component.

Link copied to clipboard

Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by DescribeComponentConfigurationRecommendation.

Link copied to clipboard

Adds a log pattern to a LogPatternSet.

Link copied to clipboard

Updates the visibility of the problem or specifies the problem as RESOLVED.

Link copied to clipboard

Adds a workload to a component. Each component can have at most five workloads.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.