Skip to content

Commit

Permalink
Merge pull request #8416 from hashicorp/jrasell-minor-scaling-docs-fixes
Browse files Browse the repository at this point in the history
docs: fix minor incorrect syntax in autoscaling plugin docs.
  • Loading branch information
jrasell authored Jul 10, 2020
2 parents 7a5c752 + 7d8a433 commit 1f09855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/pages/docs/autoscaling/plugins/apm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ensuring it is not put under excessive load pressure.
### Agent Configuration Options

```hcl
target "nomad-apm" {
apm "nomad-apm" {
driver = "nomad-apm"
}
```
Expand Down
3 changes: 2 additions & 1 deletion website/pages/docs/job-specification/scaling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ description: The "scaling" stanza allows specifying scaling policy for a task gr
<Placement groups={['job', 'group']} />

The `scaling` stanza allows configuring scaling options for a task group, for the purpose
of supporting external autoscalers like the [Nomad Autoscaler](https://github.com/hashicorp/nomad-autoscaler).
of supporting external autoscalers like the [Nomad Autoscaler](https://github.com/hashicorp/nomad-autoscaler)
and scaling via the Nomad UI.

```hcl
job "example" {
Expand Down

0 comments on commit 1f09855

Please sign in to comment.