class Nonnative::Observability
Public Instance Methods
health()
click to toggle source
# File lib/nonnative/observability.rb, line 5 def health get('health', { content_type: :json, accept: :json }) end
metrics()
click to toggle source
# File lib/nonnative/observability.rb, line 9 def metrics get('metrics') end