Skip to content

Allow additional tags to be passed to datadog metrics

Jack Robertson requested to merge feature/additional-datadog-tags into main

Adds a named tags parameter to the datadog metric methods.

NexusSemanticLogger.metrics.increment('example.increment', tags: ['foo:bar'])
NexusSemanticLogger.metrics.timing('example.timing', 1337, tags: ['fizz:buzz'])

Merge request reports

Loading