Skip to content

Commit

Permalink
Enabled Activity by Graph
Browse files Browse the repository at this point in the history
Enabled GraphQL Analytics in the new "Activity by Graph" analytics
  • Loading branch information
carlostyk authored Apr 17, 2024
1 parent 237f8d0 commit 21fa76d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions confs/pump.postgres.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ TYK_PMP_PUMPS_MAINAGG_META_CONNECTIONSTRING=user=postgres password=topsecretpass
TYK_PMP_UPTIMEPUMPCONFIG_UPTIMETYPE=sql
TYK_PMP_UPTIMEPUMPCONFIG_TYPE=postgres
TYK_PMP_UPTIMEPUMPCONFIG_CONNECTIONSTRING=user=postgres password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics

TYK_PMP_PUMPS_SQLGRAPH_TYPE=sql-graph
TYK_PMP_PUMPS_SQLGRAPH_META_TYPE=postgres
TYK_PMP_PUMPS_SQLGRAPH_META_TABLENAME=tyk_analytics_graph
TYK_PMP_PUMPS_SQLGRAPH_META_CONNECTIONSTRING=user=postgres password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics

TYK_PMP_PUMPS_SQLGRAPHAGGREGATE_TYPE=sql-graph-aggregate
TYK_PMP_PUMPS_SQLGRAPHAGGREGATE_META_TYPE=postgres
TYK_PMP_PUMPS_SQLGRAPHAGGREGATE_META_CONNECTIONSTRING=user=postgres password=topsecretpassword host=tyk-postgres port=5432 database=tyk_analytics

0 comments on commit 21fa76d

Please sign in to comment.