Skip to content

Commit

Permalink
Merge pull request #4871 from gsanchezgavier/patch-10
Browse files Browse the repository at this point in the history
feat: add launchtype to ecs docs.
  • Loading branch information
x8a committed Nov 12, 2021
2 parents 788ebdf + 13e35a3 commit d15c318
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ In addition to the pre-built dashboards, you can also create your own custom que

Data reported by this integration is displayed in its [dashboards](#find-data) and is also available for [querying](/docs/using-new-relic/data/understand-data/query-new-relic-data) and the creation of custom charts and dashboards.

This integration reports an `EcsClusterSample` [event](/docs/using-new-relic/data/understand-data/new-relic-data-types#events-new-relic), with attributes `clusterName`, `awsRegion` and `arn`.
This integration reports an `EcsClusterSample` [event](/docs/using-new-relic/data/understand-data/new-relic-data-types#events-new-relic), with attributes `clusterName`, `awsRegion`, `ecsLaunchType` and `arn`.

Other types of data that may be available for querying:

* [Infrastructure agent-reported events, including](/docs/infrastructure/manage-your-data/data-instrumentation/default-infrastructure-events) [Docker](/docs/infrastructure/install-configure-manage-infrastructure/docker-installation/docker-instrumentation-infrastructure#docker-data)

All the events reported from an ECS cluster contain the attributes `ecsClusterName` and `ecsClusterArn`.
All the events reported from an ECS cluster contain the attributes `ecsClusterName`, `ecsLaunchType` and `ecsClusterArn`.

Here's an example [NRQL query](/docs/query-data/nrql-new-relic-query-language/getting-started/introduction-nrql) that returns the count of containers associated with each Docker image in an ECS cluster named `MyClusterName` created in `us-east-1`:

Expand Down

0 comments on commit d15c318

Please sign in to comment.