Skip to content

Commit

Permalink
Enable analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Arul- committed Apr 6, 2021
1 parent bae31ed commit 57ddb24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Routers/FeaturesRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export class FeaturesRouter extends PromiseRouter {
this.route('GET', '/serverInfo', middleware.promiseEnforceMasterKeyAccess, req => {
const { config } = req;
const features = {
analytics: {
slowQueries: true,
performanceAnalysis: true,
retentionAnalysis: true,
},
globalConfig: {
create: true,
read: true,
Expand Down

0 comments on commit 57ddb24

Please sign in to comment.