This product is not supported for your selected Datadog site. ().
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

aws_codeguru_profiler_profilinggroup

account_id

Type: STRING

agent_orchestration_config

Type: STRUCT
Provider name: agentOrchestrationConfig
Description: An AgentOrchestrationConfig object that indicates if the profiling group is enabled for profiled or not.

  • profiling_enabled
    Type: BOOLEAN
    Provider name: profilingEnabled
    Description: A Boolean that specifies whether the profiling agent collects profiling data or not. Set to true to enable profiling.

arn

Type: STRING
Provider name: arn
Description: The Amazon Resource Name (ARN) identifying the profiling group resource.

compute_platform

Type: STRING
Provider name: computePlatform
Description: The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.

created_at

Type: TIMESTAMP
Provider name: createdAt
Description: The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

name

Type: STRING
Provider name: name
Description: The name of the profiling group.

profiling_status

Type: STRUCT
Provider name: profilingStatus
Description: A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.

  • latest_agent_orchestrated_at
    Type: TIMESTAMP
    Provider name: latestAgentOrchestratedAt
    Description: The date and time when the profiling agent most recently pinged back. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
  • latest_agent_profile_reported_at
    Type: TIMESTAMP
    Provider name: latestAgentProfileReportedAt
    Description: The date and time when the most recent profile was received. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
  • latest_aggregated_profile
    Type: STRUCT
    Provider name: latestAggregatedProfile
    Description: An AggregatedProfileTime object that contains the aggregation period and start time for an aggregated profile.
    • period
      Type: STRING
      Provider name: period
      Description: The aggregation period. This indicates the period during which an aggregation profile collects posted agent profiles for a profiling group. Use one of three valid durations that are specified using the ISO 8601 format.
      • P1D — 1 day
      • PT1H — 1 hour
      • PT5M — 5 minutes
    • start
      Type: TIMESTAMP
      Provider name: start
      Description: The time that aggregation of posted agent profiles for a profiling group starts. The aggregation profile contains profiles posted by the agent starting at this time for an aggregation period specified by the period property of the AggregatedProfileTime object. Specify start using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

tags

Type: UNORDERED_LIST_STRING

updated_at

Type: TIMESTAMP
Provider name: updatedAt
Description: The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.