Class: Yabeda::Datadog::Tags
- Inherits:
-
Object
- Object
- Yabeda::Datadog::Tags
- Defined in:
- lib/yabeda/datadog/tags.rb
Overview
The logic of working with Datadog tags
Class Method Summary collapse
Class Method Details
.build(tags) ⇒ Object
7 8 9 |
# File 'lib/yabeda/datadog/tags.rb', line 7 def self.build() .map { |key, value| "#{key}:#{value}" } end |