Skip to content

Commit 543d67e

Browse files
committed
feat(dbpm): config filenames corrected
1 parent d6d6757 commit 543d67e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/infrastructure/host-integrations/db-entity-tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Previously, database entities monitored through on-host integrations typically d
1212
Tags on your database entities are automatically generated from specific attributes found in your telemetry. You can directly influence these tags through your configuration files:
1313

1414
### From database integration configuration
15-
Any attribute defined within the labels section of your database integration's configuration file (for example, `mysql-config.yml`, `sql-server-config.yml`, `postgresql-config.yml`) will automatically become a tag on the corresponding database entity.
15+
Any attribute defined within the labels section of your database integration's configuration file (for example, `mysql-config.yml`, `mssql-config.yml`, `postgresql-config.yml`) will automatically become a tag on the corresponding database entity.
1616

1717
Changes to these configuration files are automatically picked up and do not require a service restart of the New Relic infrastructure agent or the database service.
1818

src/content/docs/new-relic-solutions/new-relic-one/core-concepts/use-tags-help-organize-find-your-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ You can also programmatically automate tags using our [API](/docs/apis/nerdgraph
108108
</Collapser>
109109
</CollapserGroup>
110110

111-
**Enhanced tags for on-host database integrations:** For certain on-host integrations, including MySQL, Microsoft SQL Server, and PostgreSQL, additional rich tags are automatically generated from your integration configuration files (for example, `mysql-config.yml`, `sql-server-config.yml`) and infrastructure agent custom attributes (`newrelic-infra.yml` with a `label.` prefix). This provides deeper, automated context for your database entities. [Learn more about enhanced tags for database entities.](/docs/infrastructure/host-integrations/db-entity-tags)
111+
**Enhanced tags for on-host database integrations:** For certain on-host integrations, including MySQL, Microsoft SQL Server, and PostgreSQL, additional rich tags are automatically generated from your integration configuration files (for example, `mysql-config.yml`, `mssql-config.yml`) and infrastructure agent custom attributes (`newrelic-infra.yml` with a `label.` prefix). This provides deeper, automated context for your database entities. [Learn more about enhanced tags for database entities.](/docs/infrastructure/host-integrations/db-entity-tags)
112112

113113
## Manage tags [#tag-management]
114114

0 commit comments

Comments
 (0)