Skip to content

Commit

Permalink
update readmes (#18940)
Browse files Browse the repository at this point in the history
  • Loading branch information
cswatt authored Oct 30, 2024
1 parent 266a978 commit ce674ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions aerospike/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ For containerized environments, see [Configure integrations with Autodiscovery o

**Example**

Apply the following annotation to your pod, where `<CONTAINER_IDENTIFIER>` is the Aerospike container image name or a [custom identifier][15]:
Apply the following annotation to your pod, where `<CONTAINER_NAME>` is the Aerospike container name or a [custom identifier][15]:

```
ad.datadoghq.com/<CONTAINER_IDENTIFIER>.checks: |
ad.datadoghq.com/<CONTAINER_NAME>.checks: |
{
"aerospike": {
"init_config": {},
Expand All @@ -100,10 +100,10 @@ Collecting logs is disabled by default in the Datadog Agent. To enable it, see [

**Example**

Apply the following annotation to your pod, where `<CONTAINER_IDENTIFIER>` is the Aerospike container image name or a [custom identifier][15]:
Apply the following annotation to your pod, where `<CONTAINER_NAME>` is the Aerospike container name or a [custom identifier][15]:

```
ad.datadoghq.com/<CONTAINER_IDENTIFIER>.logs: |
ad.datadoghq.com/<CONTAINER_NAME>.logs: |
[
{
"type": "file",
Expand Down
4 changes: 2 additions & 2 deletions eks_fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ spec:
name: "<POD_NAME>"
annotations:
ad.datadoghq.com/<CONTAINER_NAME>.check_names: '[<CHECK_NAME>]'
ad.datadoghq.com/<CONTAINER_IDENTIFIER>.init_configs: '[<INIT_CONFIG>]'
ad.datadoghq.com/<CONTAINER_IDENTIFIER>.instances: '[<INSTANCE_CONFIG>]'
ad.datadoghq.com/<CONTAINER_NAME>.init_configs: '[<INIT_CONFIG>]'
ad.datadoghq.com/<CONTAINER_NAME>.instances: '[<INSTANCE_CONFIG>]'
spec:
serviceAccountName: datadog-agent
containers:
Expand Down
6 changes: 3 additions & 3 deletions istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ad.datadoghq.com/discovery.checks: |
}
```

This annotation specifies the container `discovery` to match the default container name of the Istio container in this pod. Replace this annotation `ad.datadoghq.com/<CONTAINER_IDENTIFIER>.checks` with the name (`.spec.containers[i].name`) of your Istio container if yours differs.
This annotation specifies the container `discovery` to match the default container name of the Istio container in this pod. Replace this annotation `ad.datadoghq.com/<CONTAINER_NAME>.checks` with the name (`.spec.containers[i].name`) of your Istio container if yours differs.

The method for applying these annotations varies depending on the [Istio deployment strategy (Istioctl, Helm, Operator)][22] used. Consult the Istio documentation for the proper method to apply these pod annotations. See the [sample istio.d/conf.yaml][8] for all available configuration options.

Expand Down Expand Up @@ -147,7 +147,7 @@ ad.datadoghq.com/discovery.logs: |
]
```

This annotation specifies the container `discovery` to match the default container name of the Istio container in this pod. Replace this annotation `ad.datadoghq.com/<CONTAINER_IDENTIFIER>.logs` with the name (`.spec.containers[i].name`) of your Istio container if yours differs.
This annotation specifies the container `discovery` to match the default container name of the Istio container in this pod. Replace this annotation `ad.datadoghq.com/<CONTAINER_NAME>.logs` with the name (`.spec.containers[i].name`) of your Istio container if yours differs.

Replace `<SERVICE_NAME>` with your desired Istio service name.

Expand All @@ -168,7 +168,7 @@ ad.datadoghq.com/istio-proxy.logs: |
]
```

This annotation specifies the container `istio-proxy` to match the default container name of the injected Istio sidecar container. Replace this annotation `ad.datadoghq.com/<CONTAINER_IDENTIFIER>.logs` with the name (`.spec.containers[i].name`) of your Istio sidecar container if yours differs.
This annotation specifies the container `istio-proxy` to match the default container name of the injected Istio sidecar container. Replace this annotation `ad.datadoghq.com/<CONTAINER_NAME>.logs` with the name (`.spec.containers[i].name`) of your Istio sidecar container if yours differs.

Replace `<SERVICE_NAME>` with your desired Istio proxy service name.

Expand Down

0 comments on commit ce674ce

Please sign in to comment.