ApplicationInsights
import { ApplicationInsights } from "https://aws-api.deno.dev/v0.2/services/applicationinsights.ts?docs=full";
§Constructors
§Methods
Adds an application that is created from a resource group.
Adds an log pattern to a LogPatternSet
.
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.
Describes the application.
Describes a component and lists the resources that are grouped together in a component.
Describes the monitoring configuration of the component.
Describes the recommended monitoring configuration of the component.
Describe a specific log pattern from a LogPatternSet
.
Describes an anomaly or error with the application.
Describes an application problem.
Describes the anomalies or errors associated with the problem.
Lists the IDs of the applications that you are monitoring.
Lists the auto-grouped, standalone, and custom components of the application.
Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:
- INFO: creating a new alarm or updating an alarm threshold.
- WARN: alarm not created due to insufficient data points used to predict thresholds.
- ERROR: alarm not created due to permission errors or exceeding quotas.
Lists the log patterns in the specific log LogPatternSet
.
Lists the log pattern sets in the specific application.
Lists the problems with your application.
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.
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.
Each tag consists of a required tag key and an associated tag value, both of which you define. 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.
Updates the application.
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
.
Adds a log pattern to a LogPatternSet
.