File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
src/app/(main)/resources/[category] Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -96,4 +96,23 @@ export const texts: {
9696 } ,
9797 } ,
9898 } ,
99+ monitoring : {
100+ heading : "Monitoring" ,
101+ subtitle :
102+ "Stay ahead of issues by monitoring queries and watching error trends." ,
103+ sections : {
104+ "tools-and-libraries" : {
105+ heading : "GraphQL monitoring tools" ,
106+ text : "Connect GraphQL tracing and alerting systems to reduce blind spots in production." ,
107+ } ,
108+ docs : {
109+ heading : "Monitoring in practice" ,
110+ text : "Learn how to track the right signals in your GraphQL ecosystem — from latency and error rates to resolver-level performance." ,
111+ } ,
112+ "blog-or-newsletter" : {
113+ heading : "Latest insights on monitoring" ,
114+ text : "Read the latest announcements and technical deep dives." ,
115+ } ,
116+ } ,
117+ } ,
99118}
You can’t perform that action at this time.
0 commit comments