CodeGuruProfilerClient
This section provides documentation for the Amazon CodeGuru Profiler API operations.
Amazon CodeGuru Profiler collects runtime performance data from your live applications, and provides recommendations that can help you fine-tune your application performance. Using machine learning algorithms, CodeGuru Profiler can help you find your most expensive lines of code and suggest ways you can improve efficiency and remove CPU bottlenecks.
Amazon CodeGuru Profiler provides different visualizations of profiling data to help you identify what code is running on the CPU, see how much time is consumed, and suggest ways to reduce CPU utilization.
Amazon CodeGuru Profiler currently supports applications written in all Java virtual machine (JVM) languages and Python. While CodeGuru Profiler supports both visualizations and recommendations for applications written in Java, it can also generate visualizations and a subset of recommendations for applications written in other JVM languages and Python.
For more information, see What is Amazon CodeGuru Profiler in the Amazon CodeGuru Profiler User Guide.
Functions
Add up to 2 anomaly notifications channels for a profiling group.
Returns the time series of values for a requested list of frame metrics from a time period.
Used by profiler agents to report their current state and to receive remote configuration updates. For example, ConfigureAgent
can be used to tell an agent whether to profile or not and for how long to return profiling data.
Creates a profiling group.
Deletes a profiling group.
Get the current configuration for anomaly notifications for a profiling group.
Returns the JSON-formatted resource-based policy on a profiling group.
Gets the aggregated profile of a profiling group for a specified time range. Amazon CodeGuru Profiler collects posted agent profiles for a profiling group into aggregated profiles.
List the available reports for a given profiling group and time range.
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
Returns a list of the tags that are assigned to a specified resource.
Adds permissions to a profiling group's resource-based policy that are provided using an action group. If a profiling group doesn't have a resource-based policy, one is created for it using the permissions in the action group and the roles and users in the principals
parameter.
Remove one anomaly notifications channel for a profiling group.
Removes permissions from a profiling group's resource-based policy that are provided using an action group. The one supported action group that can be removed is agentPermission
which grants ConfigureAgent
and PostAgent
permissions. For more information, see Resource-based policies in CodeGuru Profiler in the Amazon CodeGuru Profiler User Guide, ConfigureAgent
, and PostAgentProfile
.
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
Use to assign one or more tags to a resource.
Use to remove one or more tags from a resource.
Updates a profiling group.
Inherited functions
Add up to 2 anomaly notifications channels for a profiling group.
Returns the time series of values for a requested list of frame metrics from a time period.
Used by profiler agents to report their current state and to receive remote configuration updates. For example, ConfigureAgent
can be used to tell an agent whether to profile or not and for how long to return profiling data.
Creates a profiling group.
Deletes a profiling group.
Paginate over GetFindingsReportAccountSummaryResponse results.
Get the current configuration for anomaly notifications for a profiling group.
Returns the JSON-formatted resource-based policy on a profiling group.
Gets the aggregated profile of a profiling group for a specified time range. Amazon CodeGuru Profiler collects posted agent profiles for a profiling group into aggregated profiles.
List the available reports for a given profiling group and time range.
Paginate over ListFindingsReportsResponse results.
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
Paginate over ListProfileTimesResponse results.
Paginate over ListProfilingGroupsResponse results.
Returns a list of the tags that are assigned to a specified resource.
Adds permissions to a profiling group's resource-based policy that are provided using an action group. If a profiling group doesn't have a resource-based policy, one is created for it using the permissions in the action group and the roles and users in the principals
parameter.
Remove one anomaly notifications channel for a profiling group.
Removes permissions from a profiling group's resource-based policy that are provided using an action group. The one supported action group that can be removed is agentPermission
which grants ConfigureAgent
and PostAgent
permissions. For more information, see Resource-based policies in CodeGuru Profiler in the Amazon CodeGuru Profiler User Guide, ConfigureAgent
, and PostAgentProfile
.
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
Use to assign one or more tags to a resource.
Use to remove one or more tags from a resource.
Updates a profiling group.
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.