Skip to content

chore: fix indentation #21032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@ You must have <DNT>**version 1.12.1 or higher**</DNT> for our [infrastructure ag
Here's an example of the Windows services integration configuration with both a regex pattern matching all services named `win32.*` and a direct match for the `newrelic-infra` service:

```yml
integrations:
- name: nri-winservices
config:
exporter_bind_address: 127.0.0.1
exporter_bind_port: 9182
include_matching_entities:
windowsService.name:
- regex "win32.*"
- "newrelic-infra"
scrape_interval: 30s
labels:
env: production
role: load_balancer
timeout: 60s
integrations:
- name: nri-winservices
config:
exporter_bind_address: 127.0.0.1
exporter_bind_port: 9182
include_matching_entities:
windowsService.name:
- regex "win32.*"
- "newrelic-infra"
scrape_interval: 30s
labels:
env: production
role: load_balancer
timeout: 60s
```

For more information, see our documentation about the [general structure of on-host integration configurations](/docs/integrations/integrations-sdk/file-specifications/host-integration-configuration-overview).
Expand All @@ -88,7 +88,7 @@ You must have <DNT>**version 1.12.1 or higher**</DNT> for our [infrastructure ag
Restart your infrastructure agent:

```shell
net stop newrelic-infra && net start newrelic-infra
net stop newrelic-infra && net start newrelic-infra
```

In a couple of minutes, your application will send metrics to [one.newrelic.com](https://one.newrelic.com).
Expand Down