Method: Funktor::Counter#metric_namespace
- Defined in:
- lib/funktor/counter.rb
#metric_namespace ⇒ Object
20 21 22 |
# File 'lib/funktor/counter.rb', line 20 def metric_namespace [ENV['FUNKTOR_APP_NAME'], ENV['SERVERLESS_STAGE']].join('-') end |