Class: Yabeda::Datadog::Tags

Inherits:
Object
  • Object
show all
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(tags)
  tags.map { |key, value| "#{key}:#{value}" }
end