Azure / azure-functions-eventhubs-extension

Event Hubs extension for Azure Functions
MIT License
20 stars 26 forks source link

Read trace context from application or system properties #39

Closed lmolkova closed 4 years ago

lmolkova commented 4 years ago

Message brokers can put trace-context into SystemProperties. This is what IoT Hub does.

We should expect Diagnostic-Id in SystemProperties and if there is nothing there, check Application properties.