• Thong Kuah's avatar
    Switch to Object.const_get · 85c94725
    Thong Kuah authored
    As we get error with Kernel.const_get(..., false)
    
    ```
     uninitialized constant Kernel::Gitlab
    ```
    
    Kernel is included into Object. I guess top level constants are loaded
    into Object and not the Kernel module.
    85c94725
prometheus_adapter.rb 1.47 KB