github.com/icyphox/x@v0.0.355-0.20220311094250-029bd783e8b8/.schemas/profilingx/viper.schema.json (about)

     1  {
     2    "$id": "https://raw.githubusercontent.com/ory/x/master/.schemas/profilingx/viper.schema.json",
     3    "$schema": "http://json-schema.org/draft-07/schema#",
     4    "title": "Profiling",
     5    "description": "Enables CPU or memory profiling if set. For more details on profiling Go programs read [Profiling Go Programs](https://blog.golang.org/profiling-go-programs).",
     6    "type": "string",
     7    "enum": [
     8      "cpu",
     9      "mem"
    10    ]
    11  }