Flowoid allows you to automate repetitive tasks in AWS X-Ray. Connect AWS X-Ray with over 300 integrations and unlock its potential. No coding skills required.
Triggers
New Group
Retrieves all active group details.
New Insight Impact Graph
Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only structural information. For a complete service graph, use this API with the GetServiceGraph API.
New Insight Summary
Retrieves the summaries of all insights in the specified group matching the provided filter values.
New Sampling Statistic Summary
Retrieves information about recent sampling results for all sampling rules.
New Service Graph
Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the AWS X-Ray SDK. Downstream services can be other applications, AWS resources, HTTP web APIs, or SQL databases.
New Trace Graph
Retrieves a service graph for one or more specific trace IDs.
New Trace Summary
Retrieves IDs and annotations for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to BatchGetTraces. A filter expression can target traced requests that hit specific service nodes or edges, have errors, or come from a known user. For example, the following filter expression targets traces that pass through api.example.com: service("api.example.com") This filter expression finds traces that have an annotation named account with th...
Put Trace Segments
Uploads segment documents to AWS X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments. Segments must include the following fields. For the full segment document schema, see AWS X-Ray Segment Documents in the AWS X-Ray Developer Guide. Required Segment Document Fields name - The name of the service that handled the request. id - A...
Actions
Batch Get Traces
Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs.
Create Group
Creates a group resource with a name and a filter expression.
Create Sampling Rule
Creates a rule to control sampling behavior for instrumented applications. Services retrieve rules with GetSamplingRules, and evaluate each rule in ascending order of priority for each request. If a rule matches, the service records a trace, borrowing it from the reservoir size. After 10 seconds, the service reports back to X-Ray with GetSamplingTargets to get updated versions of each in-use rule. The updated rule contains a trace quota that the service can use instead of borrowing from the rese...
Delete Group
Deletes a group resource.
Delete Sampling Rule
Deletes a sampling rule.
Get Encryption Config
Retrieves the current encryption configuration for X-Ray data.
Get Group
Retrieves group resource details.
Get Groups
Retrieves all active group details.
Get Insight
Retrieves the summary information of an insight. This includes impact to clients and root cause services, the top anomalous services, the category, the state of the insight, and the start and end time of the insight.
Get Insight Events
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray console.
Get Insight Impact Graph
Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only structural information. For a complete service graph, use this API with the GetServiceGraph API.
Get Insight Summaries
Retrieves the summaries of all insights in the specified group matching the provided filter values.
Get Sampling Rules
Retrieves all sampling rules.
Get Sampling Statistic Summaries
Retrieves information about recent sampling results for all sampling rules.
Get Sampling Targets
Requests a sampling quota for rules that the service is using to sample requests.
Get Service Graph
Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the AWS X-Ray SDK. Downstream services can be other applications, AWS resources, HTTP web APIs, or SQL databases.
Get Time Series Service Statistics
Get an aggregation of service statistics defined by a specific time range.
Get Trace Graph
Retrieves a service graph for one or more specific trace IDs.
Get Trace Summaries
Retrieves IDs and annotations for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to BatchGetTraces. A filter expression can target traced requests that hit specific service nodes or edges, have errors, or come from a known user. For example, the following filter expression targets traces that pass through api.example.com: service("api.example.com") This filter expression finds traces that have an annotation named account with th...
List Tags For Resource
Returns a list of tags that are applied to the specified AWS X-Ray group or sampling rule.
Put Encryption Config
Updates the encryption configuration for X-Ray data.
Put Telemetry Records
Used by the AWS X-Ray daemon to upload telemetry.
Put Trace Segments
Uploads segment documents to AWS X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments. Segments must include the following fields. For the full segment document schema, see AWS X-Ray Segment Documents in the AWS X-Ray Developer Guide. Required Segment Document Fields name - The name of the service that handled the request. id - A...
Tag Resource
Applies tags to an existing AWS X-Ray group or sampling rule.
Untag Resource
Removes tags from an AWS X-Ray group or sampling rule. You cannot edit or delete system tags (those with an aws: prefix).