Skip to content

Commit bb5a605

Browse files
committed
docs: add Database Monitoring use case and DB-... identifiers
1 parent 0342c08 commit bb5a605

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

distributions/nrdot-collector/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Note: See [general README](../README.md) for information that applies to all dis
1919
| ATP (Host Monitoring w/ process metrics) | `alpha` | N/A (new) | [Docs](https://docs.newrelic.com/docs/opentelemetry/nrdot/atp/overview/) |
2020
| Gateway Mode | `alpha` | N/A (new) | [See 'Gateway Mode' below](#gateway-mode) |
2121
| On-Host Integrations (OHI) | `alpha` | N/A (new) | [ECS](https://docs.newrelic.com/docs/opentelemetry/integrations/ecs-monitoring/overview/), [ElasticSearch](https://docs.newrelic.com/docs/opentelemetry/integrations/elasticsearch/elasticsearch-otel-integration-overview/), HAProxy (Coming Soon), [Kafka](https://docs.newrelic.com/docs/opentelemetry/integrations/kafka/overview/), [NGINX](https://docs.newrelic.com/docs/opentelemetry/integrations/nginx/nginx-otel-overview/), [RabbitMQ](https://docs.newrelic.com/docs/opentelemetry/integrations/rabbitmq/overview/), Redis (Coming Soon) |
22+
| Database Monitoring | `alpha` | N/A (new) | [SQL Server](https://docs.newrelic.com/docs/opentelemetry/database/otel-mssql/), [Oracle DB](https://docs.newrelic.com/docs/opentelemetry/database/otel-oracledb/) |
2223

2324
Note: While it's technically possible to have a single collector serve multiple use cases at the same time, we generally do not recommend or support this pattern due to the operational complexity that comes with it (configuration, deployment, scaling, ...). Instead we recommend deploying one collector per use case and chain them as necessary. Please note that when we say 'one collector' we refer to a logical service, not a single instance, i.e. you should still employ common scaling practices to ensure your architecture is resilient.
2425

distributions/nrdot-collector/component-inventory.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This document maps each component in the `nrdot-collector` distribution to the u
1010
- **Gateway**: Gateway Mode
1111
- **OHI**: On-Host Integrations (shared infrastructure used across multiple integrations)
1212
- **OHI-{name}**: On-Host Integration specific to a product. The suffix indicates the target integration (e.g., `OHI-kafka` for Kafka monitoring).
13+
- **DB-{name}**: Database Monitoring specific to a database product. The suffix indicates the target database (e.g., `DB-sqlserver` for SQL Server monitoring).
1314

1415
## Receivers
1516

@@ -31,8 +32,8 @@ This document maps each component in the `nrdot-collector` distribution to the u
3132
| `prometheusreceiver` | Gateway, k8s |
3233
| `rabbitmqreceiver` | OHI-rabbitmq |
3334
| `redisreceiver` | OHI-redis |
34-
| `nroracledbreceiver` | OHI-oracle |
35-
| `nrsqlserverreceiver` | OHI-sqlserver |
35+
| `nroracledbreceiver` | DB-oracle |
36+
| `nrsqlserverreceiver` | DB-sqlserver |
3637
| `receivercreator` | OHI |
3738

3839
## Processors
@@ -88,5 +89,5 @@ This document maps each component in the `nrdot-collector` distribution to the u
8889
| `httpprovider` | Core |
8990
| `httpsprovider` | Core |
9091
| `yamlprovider` | Core |
91-
| `aesprovider` | OHI-oracle, OHI-sqlserver |
92-
| `secretsmanagerprovider` | OHI-oracle, OHI-sqlserver |
92+
| `aesprovider` | DB-oracle, DB-sqlserver |
93+
| `secretsmanagerprovider` | DB-oracle, DB-sqlserver |

0 commit comments

Comments
 (0)