Disable development features
By default, InfluxDB 2.7 enables useful functionality that exposes some level of information about your instance. Two of these are endpoints for observability of the health and activity of your instance. The third is the bundled UI. Depending on your site requirements, you may want to disable one or more of these when running InfluxDB in production. To disable, use the following configuration options:
- Disable /debug/pprof. This endpoint provides runtime profiling data.
- Disable /metrics. This endpoint exposes internal InfluxDB metrics.
- Disable UI. The user interface for InfluxDB.