Skip to content

Commit 10c2bfc

Browse files
authored
Merge pull request #17 from axoflow/feat/add-vendor-metadata
feat(connectors): add missing vendor metadata
2 parents e57e9a8 + c0b8efe commit 10c2bfc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

connectors/aws/config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ processors:
4444
- key: "com.axoflow.product"
4545
action: insert
4646
value: "aws-cloudwatch"
47+
- key: "com.axoflow.vendor"
48+
action: insert
49+
value: "amazon"
4750

4851
receivers: # Provider specific!
4952
awscloudwatch:
@@ -53,7 +56,6 @@ receivers: # Provider specific!
5356
poll_interval: 10s
5457
storage: file_storage
5558

56-
5759
extensions:
5860
health_check:
5961
endpoint: ${env:POD_IP}:13133

connectors/azure/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ processors:
4444
- key: "com.axoflow.product"
4545
action: insert
4646
value: "azure-event-hubs"
47+
- key: "com.axoflow.vendor"
48+
action: insert
49+
value: "microsoft"
4750

4851
receivers: # Provider specific!
4952
azureeventhub:

0 commit comments

Comments
 (0)