Skip to content

Commit

Permalink
[chore][receiver/sqlserver] Fix typo (open-telemetry#32827)
Browse files Browse the repository at this point in the history
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
`s/internal/interval`
  • Loading branch information
crobert-1 committed May 2, 2024
1 parent 76e68b9 commit f5707cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/sqlserverreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Make sure to run the collector as administrator in order to collect all performa
## Configuration

The following settings are optional:
- `collection_interval` (default = `10s`): The internal at which metrics should be emitted by this receiver.
- `collection_interval` (default = `10s`): The interval at which metrics should be emitted by this receiver.
- `instance_name` (optional): The instance name identifies the specific SQL Server instance being monitored.
If unspecified, metrics will be scraped from all instances. If configured, the `computer_name` must also be set
when running on Windows.
Expand Down

0 comments on commit f5707cd

Please sign in to comment.