dynatrace-oss / dynatrace-azure-log-forwarder

This project provides a mechanism that allows streaming Azure logs from Azure Event Hub into Dynatrace Logs via Azure Function App. It supports both: Azure Resource Logs and Azure Activity Logs.
https://www.dynatrace.com/support/help/technology-support/cloud-platforms/microsoft-azure-services/set-up-log-forwarder-azure/
Apache License 2.0
21 stars 15 forks source link

APM-319383: Add support for Azure tagging #37

Closed mswiatkowska closed 3 years ago

mswiatkowska commented 3 years ago

Tags can be applied by providing comma separated key:value pairs e.g. "tag:value,tag2:value2". The following characters are not supported in tag's key: <>%&\?/ by Azure. I've decided to add ,: to this list (to make providing key:value pairs easier) as those characters are rarely used in tag's key or value.