diff --git a/other-examples/collector/confluentcloud/README.md b/other-examples/collector/confluentcloud/README.md index 328c43cc..9d8f180e 100644 --- a/other-examples/collector/confluentcloud/README.md +++ b/other-examples/collector/confluentcloud/README.md @@ -17,6 +17,9 @@ To run the example: add in the key files, set the environment variables, and run export NEW_RELIC_API_KEY= export NEW_RELIC_OTLP_ENDPOINT=https://otlp.nr-data.net export CLUSTER_ID= +export KSQL_CLUSTER_ID= +export CONNECTOR_ID= +export SCHEMA_REGISTRY_ID= export CLUSTER_API_KEY= export CLUSTER_API_SECRET= export CLUSTER_BOOTSTRAP_SERVER= diff --git a/other-examples/collector/confluentcloud/collector.yaml b/other-examples/collector/confluentcloud/collector.yaml index 334daf79..3b8e15b0 100644 --- a/other-examples/collector/confluentcloud/collector.yaml +++ b/other-examples/collector/confluentcloud/collector.yaml @@ -30,6 +30,13 @@ receivers: params: "resource.kafka.id": - $CLUSTER_ID + "resource.ksql.id": + - $KSQL_CLUSTER_ID + "resource.connector.id" + - $CONNECTOR_ID" + "resource.schema_registry.id" + - $SCHEMA_REGISTRY_ID + exporters: otlp: endpoint: $NEW_RELIC_OTLP_ENDPOINT