@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonApplicationInsights
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonApplicationInsights
instead.
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.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateApplicationResult |
createApplication(CreateApplicationRequest createApplicationRequest)
Adds an application that is created from a resource group.
|
CreateComponentResult |
createComponent(CreateComponentRequest createComponentRequest)
Creates a custom component by grouping similar standalone instances to monitor.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Removes the specified application from monitoring.
|
DeleteComponentResult |
deleteComponent(DeleteComponentRequest deleteComponentRequest)
Ungroups a custom component.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest describeApplicationRequest)
Describes the application.
|
DescribeComponentResult |
describeComponent(DescribeComponentRequest describeComponentRequest)
Describes a component and lists the resources that are grouped together in a component.
|
DescribeComponentConfigurationResult |
describeComponentConfiguration(DescribeComponentConfigurationRequest describeComponentConfigurationRequest)
Describes the monitoring configuration of the component.
|
DescribeComponentConfigurationRecommendationResult |
describeComponentConfigurationRecommendation(DescribeComponentConfigurationRecommendationRequest describeComponentConfigurationRecommendationRequest)
Describes the recommended monitoring configuration of the component.
|
DescribeObservationResult |
describeObservation(DescribeObservationRequest describeObservationRequest)
Describes an anomaly or error with the application.
|
DescribeProblemResult |
describeProblem(DescribeProblemRequest describeProblemRequest)
Describes an application problem.
|
DescribeProblemObservationsResult |
describeProblemObservations(DescribeProblemObservationsRequest describeProblemObservationsRequest)
Describes the anomalies or errors associated with the problem.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the IDs of the applications that you are monitoring.
|
ListComponentsResult |
listComponents(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
ListProblemsResult |
listProblems(ListProblemsRequest listProblemsRequest)
Lists the problems with your application.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateComponentResult |
updateComponent(UpdateComponentRequest updateComponentRequest)
Updates the custom component name and/or the list of resources that make up the component.
|
UpdateComponentConfigurationResult |
updateComponentConfiguration(UpdateComponentConfigurationRequest updateComponentConfigurationRequest)
Updates the monitoring configurations for the component.
|
static final String ENDPOINT_PREFIX
CreateApplicationResult createApplication(CreateApplicationRequest createApplicationRequest)
Adds an application that is created from a resource group.
createApplicationRequest
- ResourceInUseException
- The resource is already created or in use.ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.CreateComponentResult createComponent(CreateComponentRequest createComponentRequest)
Creates a custom component by grouping similar standalone instances to monitor.
createComponentRequest
- ResourceInUseException
- The resource is already created or in use.ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.DeleteApplicationResult deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Removes the specified application from monitoring. Does not delete the application.
deleteApplicationRequest
- ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.BadRequestException
- The request is not understood by the server.InternalServerException
- The server encountered an internal error and is unable to complete the request.DeleteComponentResult deleteComponent(DeleteComponentRequest deleteComponentRequest)
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.
deleteComponentRequest
- ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.DescribeApplicationResult describeApplication(DescribeApplicationRequest describeApplicationRequest)
Describes the application.
describeApplicationRequest
- ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.DescribeComponentResult describeComponent(DescribeComponentRequest describeComponentRequest)
Describes a component and lists the resources that are grouped together in a component.
describeComponentRequest
- ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.DescribeComponentConfigurationResult describeComponentConfiguration(DescribeComponentConfigurationRequest describeComponentConfigurationRequest)
Describes the monitoring configuration of the component.
describeComponentConfigurationRequest
- ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.DescribeComponentConfigurationRecommendationResult describeComponentConfigurationRecommendation(DescribeComponentConfigurationRecommendationRequest describeComponentConfigurationRecommendationRequest)
Describes the recommended monitoring configuration of the component.
describeComponentConfigurationRecommendationRequest
- ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.DescribeObservationResult describeObservation(DescribeObservationRequest describeObservationRequest)
Describes an anomaly or error with the application.
describeObservationRequest
- InternalServerException
- The server encountered an internal error and is unable to complete the request.ValidationException
- The parameter is not valid.ResourceNotFoundException
- The resource does not exist in the customer account.DescribeProblemResult describeProblem(DescribeProblemRequest describeProblemRequest)
Describes an application problem.
describeProblemRequest
- InternalServerException
- The server encountered an internal error and is unable to complete the request.ValidationException
- The parameter is not valid.ResourceNotFoundException
- The resource does not exist in the customer account.DescribeProblemObservationsResult describeProblemObservations(DescribeProblemObservationsRequest describeProblemObservationsRequest)
Describes the anomalies or errors associated with the problem.
describeProblemObservationsRequest
- InternalServerException
- The server encountered an internal error and is unable to complete the request.ValidationException
- The parameter is not valid.ResourceNotFoundException
- The resource does not exist in the customer account.ListApplicationsResult listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the IDs of the applications that you are monitoring.
listApplicationsRequest
- ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.ListComponentsResult listComponents(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
listComponentsRequest
- ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.ListProblemsResult listProblems(ListProblemsRequest listProblemsRequest)
Lists the problems with your application.
listProblemsRequest
- ValidationException
- The parameter is not valid.ResourceNotFoundException
- The resource does not exist in the customer account.InternalServerException
- The server encountered an internal error and is unable to complete the request.UpdateComponentResult updateComponent(UpdateComponentRequest updateComponentRequest)
Updates the custom component name and/or the list of resources that make up the component.
updateComponentRequest
- ResourceInUseException
- The resource is already created or in use.ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.UpdateComponentConfigurationResult updateComponentConfiguration(UpdateComponentConfigurationRequest updateComponentConfigurationRequest)
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
.
updateComponentConfigurationRequest
- ResourceNotFoundException
- The resource does not exist in the customer account.ValidationException
- The parameter is not valid.InternalServerException
- The server encountered an internal error and is unable to complete the request.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.