Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: remove whitespace in language identifier
  • Loading branch information
brnhensley authored Dec 3, 2025
commit 19b597990796197ff750600269e8dc35df786cca
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Changes to these configuration files are automatically picked up and do not requ
Example snippet for a database integration config file (for example, `mysql-config.yml`):

```yaml

# /etc/newrelic-infra/integrations.d/mysql-config.yml
integrations:
- name: nri-mysql
Expand All @@ -42,8 +41,7 @@ Changes to `newrelic-infra.yml` require a restart of the infrastructure agent to

Example `newrelic-infra.yml` snippet:

``` yaml

```yaml
# /etc/newrelic-infra.yml
# ... other configuration ...
custom_attributes:
Expand Down
Loading