mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 01:15:52 +08:00
fix: update azure event hub receiver config (#6864)
This commit is contained in:
parent
c565c2b865
commit
6e3ffd555d
@ -76,6 +76,7 @@ receivers:
|
|||||||
azureeventhub:
|
azureeventhub:
|
||||||
connection: Endpoint=sb://namespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=superSecret1234=;EntityPath=hubName
|
connection: Endpoint=sb://namespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=superSecret1234=;EntityPath=hubName
|
||||||
format: "azure"
|
format: "azure"
|
||||||
|
apply_semantic_conventions: true
|
||||||
azuremonitor:
|
azuremonitor:
|
||||||
subscription_id: "<Subscription ID>"
|
subscription_id: "<Subscription ID>"
|
||||||
tenant_id: "<AD Tenant ID>"
|
tenant_id: "<AD Tenant ID>"
|
||||||
|
@ -22,6 +22,7 @@ receivers:
|
|||||||
azureeventhub:
|
azureeventhub:
|
||||||
connection: <Primary Connection String>
|
connection: <Primary Connection String>
|
||||||
format: "azure"
|
format: "azure"
|
||||||
|
apply_semantic_conventions: true
|
||||||
azuremonitor:
|
azuremonitor:
|
||||||
subscription_id: "<Subscription ID>"
|
subscription_id: "<Subscription ID>"
|
||||||
tenant_id: "<AD Tenant ID>"
|
tenant_id: "<AD Tenant ID>"
|
||||||
|
@ -22,6 +22,7 @@ receivers:
|
|||||||
azureeventhub:
|
azureeventhub:
|
||||||
connection: <Primary Connection String>
|
connection: <Primary Connection String>
|
||||||
format: "azure"
|
format: "azure"
|
||||||
|
apply_semantic_conventions: true
|
||||||
azuremonitor:
|
azuremonitor:
|
||||||
subscription_id: "<Subscription ID>"
|
subscription_id: "<Subscription ID>"
|
||||||
tenant_id: "<AD Tenant ID>"
|
tenant_id: "<AD Tenant ID>"
|
||||||
|
@ -22,6 +22,7 @@ receivers:
|
|||||||
azureeventhub:
|
azureeventhub:
|
||||||
connection: <Primary Connection String>
|
connection: <Primary Connection String>
|
||||||
format: "azure"
|
format: "azure"
|
||||||
|
apply_semantic_conventions: true
|
||||||
azuremonitor:
|
azuremonitor:
|
||||||
subscription_id: "<Subscription ID>"
|
subscription_id: "<Subscription ID>"
|
||||||
tenant_id: "<AD Tenant ID>"
|
tenant_id: "<AD Tenant ID>"
|
||||||
|
@ -22,6 +22,7 @@ receivers:
|
|||||||
azureeventhub:
|
azureeventhub:
|
||||||
connection: <Primary Connection String>
|
connection: <Primary Connection String>
|
||||||
format: "azure"
|
format: "azure"
|
||||||
|
apply_semantic_conventions: true
|
||||||
azuremonitor:
|
azuremonitor:
|
||||||
subscription_id: "<Subscription ID>"
|
subscription_id: "<Subscription ID>"
|
||||||
tenant_id: "<AD Tenant ID>"
|
tenant_id: "<AD Tenant ID>"
|
||||||
|
@ -22,6 +22,7 @@ receivers:
|
|||||||
azureeventhub:
|
azureeventhub:
|
||||||
connection: <Primary Connection String>
|
connection: <Primary Connection String>
|
||||||
format: "azure"
|
format: "azure"
|
||||||
|
apply_semantic_conventions: true
|
||||||
azuremonitor:
|
azuremonitor:
|
||||||
subscription_id: "<Subscription ID>"
|
subscription_id: "<Subscription ID>"
|
||||||
tenant_id: "<AD Tenant ID>"
|
tenant_id: "<AD Tenant ID>"
|
||||||
|
@ -22,6 +22,7 @@ receivers:
|
|||||||
azureeventhub:
|
azureeventhub:
|
||||||
connection: <Primary Connection String>
|
connection: <Primary Connection String>
|
||||||
format: "azure"
|
format: "azure"
|
||||||
|
apply_semantic_conventions: true
|
||||||
azuremonitor:
|
azuremonitor:
|
||||||
subscription_id: "<Subscription ID>"
|
subscription_id: "<Subscription ID>"
|
||||||
tenant_id: "<AD Tenant ID>"
|
tenant_id: "<AD Tenant ID>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user