[{"data":1,"prerenderedAt":1148},["ShallowReactive",2],{"/blog/three-new-support-tools":3,"navigation-en-us":350,"banner-en-us":777,"footer-en-us":787,"blog-post-authors-en-us-Will Chandler|Sara Kassabian":1032,"blog-related-posts-en-us-three-new-support-tools":1058,"blog-promotions-en-us":1084,"next-steps-en-us":1138},{"id":4,"title":5,"authors":6,"body":9,"category":328,"date":329,"description":330,"extension":331,"externalUrl":332,"faq":332,"featured":333,"heroImage":334,"meta":335,"navigation":336,"path":337,"seo":338,"slug":342,"stem":343,"tags":344,"template":348,"updatedDate":332,"__hash__":349},"blogPosts/en-us/blog/three-new-support-tools.md","We've open sourced 3 tools to help troubleshoot system performance",[7,8],"Will Chandler","Sara Kassabian",{"type":10,"value":11,"toc":313},"minimark",[12,23,26,34,37,40,50,58,79,94,102,105,116,119,122,128,131,134,139,142,145,151,154,161,164,167,170,179,186,192,195,198,201,204,207,210,214,217,224,227,230,233,242,255,258,264,267,270,274,283,286,299],[13,14,15,16,22],"p",{},"Our self-managed customers often encounter issues related to performance, or the time it takes to execute something. In the past, the ",[17,18,21],"a",{"href":19,"rel":20},"https://handbook.gitlab.com/handbook/support/",[],"Support team"," had to pull data from disparate sources and cobble it together in order to analyze performance-related issues.",[13,24,25],{},"“We’re dealing with someone else’s computer on support, so we have to be able to handle environments with limited observability,” says Will Chandler, senior support engineer. “We’re at the mercy of their infrastructure. That’s why the team has made tools to reduce the friction.”",[13,27,28,29,33],{},"“With ",[17,30,32],{"href":31},"/pricing/","GitLab.com",", we have all of this fancy tooling that helps us collect performance data,” says Lee Matos, support engineering manager. “But when we’re working with customers, we need to be ready to bring lightweight tools that don’t require a lot of setup that we can use based on what they have in place.”",[13,35,36],{},"The Support team is working on becoming more data driven by using three new tools designed to aggregate and summarize performance data for self-managed customers. A focus on data-driven decision-making improves the customer relationship and demonstrates our commitment to making performance a key feature of GitLab.",[13,38,39],{},"We'll look at three open source tools created by GitLab Self-Managed Support. Strace parser is a general tool that could be of use to anyone, while JSON Stats and GitLabSOS are tailored to GitLab, but could be easily modified.",[41,42,44,45],"h2",{"id":43},"_1-strace-parser","1. ",[17,46,49],{"href":47,"rel":48},"https://gitlab.com/gitlab-com/support/toolbox/strace-parser",[],"Strace parser",[13,51,52,57],{},[17,53,56],{"href":54,"rel":55},"https://gitlab.com/strace/strace",[],"Strace"," is a commonly used debugging and diagnostic tool in Linux that captures information about what’s happening inside processes running on our customers’ environments.",[13,59,60,61,66,67,72,73,78],{},"Unlike ",[17,62,65],{"href":63,"rel":64},"http://man7.org/linux/man-pages/man1/perf.1.html",[],"newer"," and ",[17,68,71],{"href":69,"rel":70},"https://github.com/iovisor/bpftrace",[],"more powerful"," tracing tools, strace adds ",[17,74,77],{"href":75,"rel":76},"http://www.brendangregg.com/blog/2014-05-11/strace-wow-much-syscall.html",[],"significant overhead to a process",". However, strace is generally available even on very old versions of Linux.",[13,80,81,82,87,88,93],{},"An strace of a single-threaded program is linear, but following the threads of execution quickly gets difficult when there are many processes being captured. At GitLab Support we are typically tracing ",[17,83,86],{"href":84,"rel":85},"https://bogomips.org/unicorn/",[],"Unicorn"," workers or ",[17,89,92],{"href":90,"rel":91},"https://gitlab.com/gitlab-org/gitaly",[],"Gitaly",", which are highly concurrent, resulting in hundreds of process IDs being traced and hundreds of thousands of lines of output from traces only a few seconds long.",[13,95,96,97,101],{},"Will built ",[17,98,100],{"href":47,"rel":99},[],"strace parser"," for these types of use cases. Strace parser summarizes the most meaningful processing data delivered by an strace in a more accessible format, allowing users to find the critical section sections of the data quickly.",[13,103,104],{},"The next two examples are from a GitLab customer that was using a very slow file system to host their .gitconfig file, which was a major performance bottleneck. But it was not immediately clear what was happening from the perspective of a user trying to troubleshoot. By running an strace on Gitaly, we were able to get a better understanding of why the system was so slow.",[106,107,113],"pre",{"className":108,"code":110,"language":111,"meta":112},[109],"language-text","3694  13:45:06.207369 clock_gettime(CLOCK_MONOTONIC, {3016230, 201254200}) = 0 \u003C0.000015>\n3694  13:45:06.207409 futex(0x7f645bb49664, FUTEX_WAIT_BITSET_PRIVATE, 192398, {3016230, 299906871}, ffffffff \u003Cunfinished ...>\n3542  13:45:06.209616 \u003C... futex resumed> ) = -1 ETIMEDOUT (Connection timed out) \u003C0.005236>\n3542  13:45:06.209639 futex(0x1084ff0, FUTEX_WAKE, 1) = 1 \u003C0.000023>\n3510  13:45:06.209673 \u003C... futex resumed> ) = 0 \u003C0.002909>\n3542  13:45:06.209701 futex(0xc420896548, FUTEX_WAKE, 1 \u003Cunfinished ...>\n3510  13:45:06.209710 pselect6(0, NULL, NULL, NULL, {0, 20000}, NULL \u003Cunfinished ...>\n16780 13:45:06.209740 \u003C... futex resumed> ) = 0 \u003C0.002984>\n3542  13:45:06.209749 \u003C... futex resumed> ) = 1 \u003C0.000043>\n16780 13:45:06.209776 pselect6(0, NULL, NULL, NULL, {0, 3000}, NULL \u003Cunfinished ...>\n3542  13:45:06.209787 futex(0xc420053548, FUTEX_WAKE, 1 \u003Cunfinished ...>\n16780 13:45:06.209839 \u003C... pselect6 resumed> ) = 0 (Timeout) \u003C0.000056>\n3544  13:45:06.209853 \u003C... futex resumed> ) = 0 \u003C0.003148>\n3542  13:45:06.209861 \u003C... futex resumed> ) = 1 \u003C0.000069>\n3510  13:45:06.209868 \u003C... pselect6 resumed> ) = 0 (Timeout) \u003C0.000151>\n3544  13:45:06.209915 epoll_ctl(4\u003Canon_inode:[eventpoll]>, EPOLL_CTL_DEL, 181\u003CUNIX:[164869291]>, 0xc42105bb14 \u003Cunfinished ...>\n16780 13:45:06.210076 write(1\u003Cpipe:[55447]>, \"time=\\\"2019-02-14T18:45:06Z\\\" level=warning msg=\\\"health check failed\\\" error=\\\"rpc error: code = DeadlineExceeded desc = context deadline exceeded\\\" worker.name=gitaly-ruby.4\\n\", 170 \u003Cunfinished ...>\n3544  13:45:06.210093 \u003C... epoll_ctl resumed> ) = 0 \u003C0.000053>\n3542  13:45:06.210101 futex(0x1089020, FUTEX_WAIT, 0, {0, 480025102} \u003Cunfinished ...>\n3510  13:45:06.210109 pselect6(0, NULL, NULL, NULL, {0, 20000}, NULL \u003Cunfinished ...>\n16780 13:45:06.210153 \u003C... write resumed> ) = 170 \u003C0.000064>\n3544  13:45:06.210163 close(181\u003CUNIX:[164869291]> \u003Cunfinished ...>\n","text","",[114,115,110],"code",{"__ignoreMap":112},[13,117,118],{},"This strace delivers more than 300,000 lines about the different Gitaly processes running on this customer’s GitLab environment, making it challenging to decipher the flow of execution.",[13,120,121],{},"“In this case, we can use strace-parser to say, ‘Just give me all the files that were opened, and sort them by how long it took to open,’” says Will.",[106,123,126],{"className":124,"code":125,"language":111,"meta":112},[109],"$ strace-parser trace.txt files --sort duration\n\nFiles Opened\n\n      pid      dur (ms)       timestamp            error         file name\n  -------    ----------    ---------------    ---------------    ---------\n    24670      5203.999    13:45:16.152985           -           /efs/gitlab/home/.gitconfig\n    24859      5296.580    13:45:23.367482           -           /efs/gitlab/home/.gitconfig\n    24584      5279.810    13:45:09.286019           -           /efs/gitlab/home/.gitconfig\n    24666      5276.975    13:45:16.079697           -           /efs/gitlab/home/.gitconfig\n    24667      5255.649    13:45:16.101009           -           /efs/gitlab/home/.gitconfig\n    14871      2594.364    13:45:18.762347           -           /efs/gitlab/home/.gitconfig\n    24885      2440.635    13:45:26.224189           -           /efs/gitlab/home/.gitconfig\n    24886      2432.980    13:45:26.231009           -           /efs/gitlab/home/.gitconfig\n    24656        55.873    13:45:15.916836        ENOENT         /nfs/gitlab/gitdata/repositories/group/project.git/objects/info/alternates\n    24688        42.764    13:45:21.522789        ENOENT         /nfs/gitlab/gitdata/repositories/group/project.git/objects/info/alternates\n     3709        39.631    13:45:07.816618           -           /efs/gitlab/home/.gitconfig\n    24583        37.959    13:45:09.218283           -           /efs/gitlab/home/.gitconfig\n\n",[114,127,125],{"__ignoreMap":112},[13,129,130],{},"By summarizing the data in this way, we see multiple files that took 2-5 seconds to open, which is several orders of magnitude slower than expected.",[13,132,133],{},"“If it’s a particularly busy server and we’re performing these actions 50 times a second, 100 times a second, that adds up really fast,” says Will. “Strace-Parser lets you drill down quickly, and say, ‘OK, this specific thing we’re doing is super slow.’”",[135,136,138],"h3",{"id":137},"get-a-closer-look-at-processes-using-strace-parser","Get a closer look at processes using strace-parser",[13,140,141],{},"Strace-Parser can also be used to drill down into details of a process.",[13,143,144],{},"The previous output showed PID 24670 is one of the slower processes, so we use the parser to understand how this slow call impacted the performance of the process overall.",[106,146,149],{"className":147,"code":148,"language":111,"meta":112},[109],"$ strace-parser trace.txt pid 24670\n\nPID 24670\n\n  271 syscalls, active time: 5303.438ms, user time: 34.662ms, total time: 5338.100ms\n  start time: 13:45:16.116671    end time: 13:45:21.454771\n\n  syscall                 count    total (ms)      max (ms)      avg (ms)      min (ms)    errors\n  -----------------    --------    ----------    ----------    ----------    ----------    --------\n  open                       29      5223.073      5203.999       180.106         0.031    ENOENT: 9\n  read                       25        46.303        28.747         1.852         0.031\n  access                     11         6.948         4.131         0.632         0.056    ENOENT: 3\n  lstat                       6         5.116         2.130         0.853         0.077    ENOENT: 4\n  mmap                       32         3.868         0.485         0.121         0.028\n  openat                      2         3.757         2.934         1.878         0.823\n  fstat                      28         3.395         0.272         0.121         0.033\n  munmap                     11         2.551         0.929         0.232         0.056\n  rt_sigaction               59         2.548         0.121         0.043         0.024\n  close                      22         2.375         0.279         0.108         0.032\n  mprotect                   14         0.927         0.174         0.066         0.032\n  execve                      1         0.621         0.621         0.621         0.621\n  brk                         6         0.595         0.210         0.099         0.046\n  stat                        8         0.388         0.082         0.048         0.027    ENOENT: 3\n  getdents                    4         0.361         0.138         0.090         0.044\n  rt_sigprocmask              3         0.141         0.059         0.047         0.040\n  write                       1         0.101         0.101         0.101         0.101\n  dup2                        3         0.090         0.032         0.030         0.026\n  arch_prctl                  1         0.077         0.077         0.077         0.077\n  getrlimit                   1         0.062         0.062         0.062         0.062\n  getcwd                      1         0.044         0.044         0.044         0.044\n  set_robust_list             1         0.035         0.035         0.035         0.035\n  set_tid_address             1         0.032         0.032         0.032         0.032\n  setpgid                     1         0.030         0.030         0.030         0.030\n  ---------------\n\n  Program Executed: /opt/gitlab/embedded/bin/git\n  Args: [\"--git-dir\" \"/nfs/gitlab/gitdata/repositories/group/project.git\" \"cat-file\" \"--batch-check\"]\n\n  Parent PID:  3563\n\n  Slowest file open times for PID 24670:\n\n    dur (ms)       timestamp            error         file name\n  ----------    ---------------    ---------------    ---------\n    5203.999    13:45:16.152985           -           /efs/gitlab/home/.gitconfig\n       5.420    13:45:16.143520           -           /nfs/gitlab/gitdata/repositories/group/project.git/config\n       2.959    13:45:21.372776           -           /efs/gitlab/home/.gitconfig\n       2.934    13:45:21.401073           -           /nfs/gitlab/gitdata/repositories/group/project.git/refs/\n       2.736    13:45:21.417333        ENOENT         /nfs/gitlab/gitdata/repositories/group/project.git/info/grafts\n       2.683    13:45:21.421558           -           /nfs/gitlab/gitdata/repositories/group/project.git/objects/b7/ef5eba3a425af1e2a9cf6f51cb87454b6e1ad1\n       2.430    13:45:21.407170        ENOENT         /nfs/gitlab/gitdata/repositories/group/project.git/objects/info/alternates\n       0.992    13:45:21.420213        ENOENT         /nfs/gitlab/gitdata/repositories/group/project.git/shallow\n       0.823    13:45:21.405535           -           /nfs/gitlab/gitdata/repositories/group/project.git/objects/pack\n       0.275    13:45:21.380382           -           /nfs/gitlab/gitdata/repositories/group/project.git/config\n\n",[114,150,148],{"__ignoreMap":112},[13,152,153],{},"The output shows the time this process spent working was dominated by the slow file open. This data points the Support team in the right direction for fixing the underlying issue.",[13,155,156,157,160],{},"Strace itself has the ",[114,158,159],{},"-c"," flag which provides a similar summary, but its utility is limited when multiple processes are traced as it cannot break out per-process statistics.  Strace-Parser breaks these down to the PID level, and can also include the details of parent and child processes on demand.",[13,162,163],{},"“In this case Will has identified an interesting area for our customer and then very quickly anchored it in the fact that when we look at that one spot it was slow,” says Lee. “When we’re debugging, having this data available really helps us pinpoint the problem for our customers so we can give them answers.”",[13,165,166],{},"The typical GitLab deployment has many different processes and services running at a time, which can create dozens of different child processes, so there is a large surface area for potential errors or slowness to occur.",[13,168,169],{},"Strace-Parser is an open source, generic tool that anyone can use to better understand their strace data.",[41,171,173,174],{"id":172},"_2-json-stats","2. ",[17,175,178],{"href":176,"rel":177},"https://gitlab.com/gitlab-com/support/toolbox/json_stats",[],"JSON Stats",[13,180,181,182,185],{},"Will also built ",[17,183,178],{"href":176,"rel":184},[],", a script that pulls performance statistics for different logs from the customer’s GitLab environment and summarizes the results in an easy-to-interpret table.",[106,187,190],{"className":188,"code":189,"language":111,"meta":112},[109],"METHOD                             COUNT     RPS     PERC99     PERC95 MEDIAN         MAX        MIN          SCORE    % FAIL\nFetchRemote                         2542    0.17  962176.08  130154.88 36580.23  4988513.00    1940.45  2445851585.19      1.06\nFindAllTags                         5200    0.34   30000.37   11538.63 1941.84    30006.23     252.10   156001924.68      1.63\nFindCommit                          3506    0.23   20859.98   16622.78 10841.86    30001.59    2528.67    73135073.75      0.23\nFindAllRemoteBranches               1664    0.11   20432.93   12996.75 8606.60   405503.94    1430.84    34000396.10      0.00\nAddRemote                           2603    0.17   10001.03    8094.97 825.46    10007.46     228.13    26032673.70      3.00\nFindLocalBranches                   2535    0.16   10004.68   10002.90 9051.91    10036.16    1260.89    25361871.05     34.32\n",[114,191,189],{"__ignoreMap":112},[13,193,194],{},"This output shows that we’re calling the “FindLocalBranches” service 2500+ times, and it’s failing 34% of the time.",[13,196,197],{},"The Support team can use JSON Stats to ground their findings in evidence when evaluating overall performance for a customer. It's the same concept as strace-parser. Can we pivot the information in a way that it clearly becomes meaningful data?",[13,199,200],{},"“It’s a quick way of extracting data that you can give to a customer. Instead of saying ‘Look, this failed once,’ we can say, ‘Look, this is failing a third of the time and that suggests there’s a problem with X,’” says Will.",[13,202,203],{},"In the sample output we see that JSON Stats is working with Gitaly logs, but the tool is nimble enough to work on the logs from all the heavy components of GitLab, including Rails, which runs the UI, and Sidekiq, which works on background tasks.",[13,205,206],{},"“Some of our customers are very sophisticated and may have advanced monitoring that could give us this information. But we wanted to build a tool that would help us align and easily standardize on how we can get this performance information for customers that don’t have an advanced monitoring setup,” says Lee.",[13,208,209],{},"While this specific tool isn't as helpful for people outside of the GitLab community, hopefully it helps to inspire others to consider how they are drawing conclusions, and how they can speed that process up.",[135,211,213],{"id":212},"benchmarking-with-json-stats","Benchmarking with JSON Stats",[13,215,216],{},"Will is building a future iteration of JSON Stats that will compare the performance of a customer’s GitLab instance with GitLab.com.",[13,218,219],{},[220,221],"img",{"alt":222,"src":223},"JSON benchmarking table","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782399066/blog/Content%20Images/support-tools-update.png",[13,225,226],{},"Benchmarking the performance of GitLab.com (the first row) with the customer environment (second row), and the ratio between the two (third row). We can see that in the worst case, the customer’s 99th percentile FindCommit latency was almost eight times slower than it was on GitLab.com.",[13,228,229],{},"“Our vision here is to give accountability to our customers. We’re going to treat GitLab.com as the pinnacle experience for GitLab,” says Lee. “We want to use JSON Stats with benchmarking to help us understand how far away our customers are from GitLab.com.”",[13,231,232],{},"Lee and Will are still assessing how to set the target range for the customer’s instance of GitLab. But considering the wealth of resources allocated to GitLab.com, any self-managed customer that is performing within 5-10% of GitLab.com would be considered hugely successful.",[41,234,236,237],{"id":235},"_3-gitlab-sos","3. ",[17,238,241],{"href":239,"rel":240},"https://gitlab.com/gitlab-com/support/toolbox/gitlabsos",[],"GitLab SOS",[13,243,244,245,248,249,254],{},"When a customer encounters an issue, but they are unsure of what they problem is, they can run ",[17,246,241],{"href":239,"rel":247},[],", created by support engineer Cody West, to create a snapshot of different activities happening on their system. It's been so helpful in debugging GitLab that it's being added into our ",[17,250,253],{"href":251,"rel":252},"https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3430",[],"Omnibus delivery",".",[13,256,257],{},"By capturing so much data about a moment in time during or shortly after encountering a problem, the support team is able to work asynchronously to troubleshoot on behalf of the customer.",[106,259,262],{"className":260,"code":261,"language":111,"meta":112},[109],"cpuinfo              getenforce           iotop netstat              opt                  sestatus             unicorn_stats\ndf_h                 gitlab_status        lscpu netstat_i            pidstat              systemctl_unit_files uptime\ndmesg                gitlabsos.log        meminfo nfsiostat            ps                   tainted              var\netc                  hostname             mount nfsstat              sar_dev              ulimit               vmstat\nfree_m               iostat               mpstat ntpq                 sar_tcp              uname\n",[114,263,261],{"__ignoreMap":112},[13,265,266],{},"GitLab SOS works best if the script is run while an issue is occurring, or moments after, but even if the window of opportunity is missed you can still successfully gather information to diagnose the problem.",[13,268,269],{},"“If a customer is sharp, they may know what problems to look for already,” says Lee. “But if a customer is scared and they don’t know what to look for, then they can lean on a tool like GitLab SOS and learn from GitLab SOS. We even have some sharp customers that will generate the SOS output and begin to troubleshoot themselves because of the comprehensive overview it provides.”",[41,271,273],{"id":272},"these-new-tools-drive-data-driven-decision-making-in-support","These new tools drive data-driven decision-making in Support",[13,275,276,277,282],{},"Tools like strace-parser, JSON Stats, and GitLab SOS provide the Support team and GitLab customers with critical evidence about performance. By letting the data drive decision-making, the Support team is able to identify problems faster and quickly start debugging customer environments. Performance is a key feature of GitLab, and by filling our toolbox with data-driven solutions we can ensure greater ",[17,278,281],{"href":279,"rel":280},"https://handbook.gitlab.com/handbook/values/#transparency",[],"transparency"," between GitLab and our customers.",[13,284,285],{},"Learn more about debugging from a support engineering perspective in a GitLab Unfiltered video.",[287,288,291,292],"figure",{"className":289},[290],"video_container","\n  ",[293,294,298],"iframe",{"src":295,"frameBorder":296,"allowFullScreen":297},"https://www.youtube.com/embed/9W6QnpYewik","0","true"," ",[13,300,301,302,307,308],{},"Cover photo by ",[17,303,306],{"href":304,"rel":305},"https://unsplash.com/@dialex?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText",[],"Diogo Nunes"," on ",[17,309,312],{"href":310,"rel":311},"https://unsplash.com/search/photos/tools?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText",[],"Unsplash",{"title":112,"searchDepth":314,"depth":314,"links":315},2,[316,321,325,327],{"id":43,"depth":314,"text":317,"children":318},"1. Strace parser",[319],{"id":137,"depth":320,"text":138},3,{"id":172,"depth":314,"text":322,"children":323},"2. JSON Stats",[324],{"id":212,"depth":320,"text":213},{"id":235,"depth":314,"text":326},"3. GitLab SOS",{"id":272,"depth":314,"text":273},"engineering","2019-07-24","Say hello to the open source tools our Support team is using to better summarize customer performance data – and find out how they can help you.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749670405/Blog/Hero%20Images/open_source_tools.jpg",{},true,"/en-us/blog/three-new-support-tools",{"title":5,"description":330,"ogTitle":5,"ogDescription":330,"noIndex":333,"ogImage":334,"ogUrl":339,"ogSiteName":340,"ogType":341,"canonicalUrls":339},"https://about.gitlab.com/blog/three-new-support-tools","https://about.gitlab.com","article","three-new-support-tools","en-us/blog/three-new-support-tools",[345,346,347],"open source","features","inside GitLab","BlogPost","VyxRxzWBIqTd83x_KjL7gYz3Ud-xvfM3IyGyK9rXd2o",{"logo":351,"freeTrial":356,"sales":361,"login":366,"items":371,"search":697,"minimal":728,"duo":747,"switchNav":756,"pricingDeployment":767},{"config":352},{"href":353,"dataGaName":354,"dataGaLocation":355},"/","gitlab logo","header",{"text":357,"config":358},"Get free trial",{"href":359,"dataGaName":360,"dataGaLocation":355},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":362,"config":363},"Request a demo",{"href":364,"dataGaName":365,"dataGaLocation":355},"/sales/?contact-topic=request-demo","sales",{"text":367,"config":368},"Sign in",{"href":369,"dataGaName":370,"dataGaLocation":355},"https://gitlab.com/users/sign_in/","sign in",[372,401,501,505,619,675],{"text":373,"config":374,"menu":376},"Platform",{"dataNavLevelOne":375},"platform",{"type":377,"columns":378},"cards",[379,385,393],{"title":373,"description":380,"link":381},"The intelligent orchestration platform for DevSecOps",{"text":382,"config":383},"Explore our Platform",{"href":384,"dataGaName":375,"dataGaLocation":355},"/platform/",{"title":386,"description":387,"link":388},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":389,"config":390},"Meet GitLab Duo",{"href":391,"dataGaName":392,"dataGaLocation":355},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":394,"description":395,"link":396},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":397,"config":398},"Learn more",{"href":399,"dataGaName":400,"dataGaLocation":355},"/why-gitlab/","why gitlab",{"text":402,"left":336,"config":403,"menu":405},"Product",{"dataNavLevelOne":404},"solutions",{"type":406,"link":407,"columns":411,"feature":480},"lists",{"text":408,"config":409},"View all Solutions",{"href":410,"dataGaName":404,"dataGaLocation":355},"/solutions/",[412,436,459],{"title":413,"description":414,"link":415,"items":420},"Automation","CI/CD and automation to accelerate deployment",{"config":416},{"icon":417,"href":418,"dataGaName":419,"dataGaLocation":355},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[421,425,428,432],{"text":422,"config":423},"CI/CD",{"href":424,"dataGaLocation":355,"dataGaName":422},"/solutions/continuous-integration/",{"text":386,"config":426},{"href":391,"dataGaLocation":355,"dataGaName":427},"gitlab duo agent platform - product menu",{"text":429,"config":430},"Source Code Management",{"href":431,"dataGaLocation":355,"dataGaName":429},"/solutions/source-code-management/",{"text":433,"config":434},"Automated Software Delivery",{"href":418,"dataGaLocation":355,"dataGaName":435},"Automated software delivery",{"title":437,"description":438,"link":439,"items":444},"Security","Deliver code faster without compromising security",{"config":440},{"href":441,"dataGaName":442,"dataGaLocation":355,"icon":443},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[445,449,454],{"text":446,"config":447},"Application Security Testing",{"href":441,"dataGaName":448,"dataGaLocation":355},"Application security testing",{"text":450,"config":451},"Software Supply Chain Security",{"href":452,"dataGaLocation":355,"dataGaName":453},"/solutions/supply-chain/","Software supply chain security",{"text":455,"config":456},"Software Compliance",{"href":457,"dataGaName":458,"dataGaLocation":355},"/solutions/software-compliance/","software compliance",{"title":460,"link":461,"items":466},"Measurement",{"config":462},{"icon":463,"href":464,"dataGaName":465,"dataGaLocation":355},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[467,471,475],{"text":468,"config":469},"Visibility & Measurement",{"href":464,"dataGaLocation":355,"dataGaName":470},"Visibility and Measurement",{"text":472,"config":473},"Value Stream Management",{"href":474,"dataGaLocation":355,"dataGaName":472},"/solutions/value-stream-management/",{"text":476,"config":477},"Analytics & Insights",{"href":478,"dataGaLocation":355,"dataGaName":479},"/solutions/analytics-and-insights/","Analytics and insights",{"title":481,"type":406,"items":482},"GitLab for",[483,489,495],{"text":484,"config":485},"Enterprise",{"icon":486,"href":487,"dataGaLocation":355,"dataGaName":488},"Building","/enterprise/","enterprise",{"text":490,"config":491},"Small Business",{"icon":492,"href":493,"dataGaLocation":355,"dataGaName":494},"Work","/small-business/","small business",{"text":496,"config":497},"Public Sector",{"icon":498,"href":499,"dataGaLocation":355,"dataGaName":500},"Organization","/solutions/public-sector/","public sector",{"text":502,"config":503},"Pricing",{"href":31,"dataGaName":504,"dataGaLocation":355,"dataNavLevelOne":504},"pricing",{"text":506,"config":507,"menu":509},"Resources",{"dataNavLevelOne":508},"resources",{"type":406,"link":510,"columns":514,"feature":608},{"text":511,"config":512},"View all resources",{"href":513,"dataGaName":508,"dataGaLocation":355},"/resources/",[515,548,575],{"title":516,"items":517},"Getting started",[518,523,528,533,538,543],{"text":519,"config":520},"Install",{"href":521,"dataGaName":522,"dataGaLocation":355},"/install/","install",{"text":524,"config":525},"Quick start guides",{"href":526,"dataGaName":527,"dataGaLocation":355},"/get-started/","quick setup checklists",{"text":529,"config":530},"Learn",{"href":531,"dataGaLocation":355,"dataGaName":532},"https://university.gitlab.com/","learn",{"text":534,"config":535},"Product documentation",{"href":536,"dataGaName":537,"dataGaLocation":355},"https://docs.gitlab.com/","product documentation",{"text":539,"config":540},"Best practice videos",{"href":541,"dataGaName":542,"dataGaLocation":355},"/getting-started-videos/","best practice videos",{"text":544,"config":545},"Integrations",{"href":546,"dataGaName":547,"dataGaLocation":355},"/integrations/","integrations",{"title":549,"items":550},"Discover",[551,556,561,566,570],{"text":552,"config":553},"Customer success stories",{"href":554,"dataGaName":555,"dataGaLocation":355},"/customers/","customer success stories",{"text":557,"config":558},"Blog",{"href":559,"dataGaName":560,"dataGaLocation":355},"/blog/","blog",{"text":562,"config":563},"Demo Hub",{"href":564,"dataGaName":565,"dataGaLocation":355},"/demo-hub/","demo hub",{"text":567,"config":568},"The Source",{"href":569,"dataGaName":560,"dataGaLocation":355},"/the-source/",{"text":571,"config":572},"Remote",{"href":573,"dataGaName":574,"dataGaLocation":355},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":576,"items":577},"Connect",[578,583,588,593,598,603],{"text":579,"config":580},"GitLab Services",{"href":581,"dataGaName":582,"dataGaLocation":355},"/services/","services",{"text":584,"config":585},"Contribute",{"href":586,"dataGaName":587,"dataGaLocation":355},"https://contributors.gitlab.com","contribute",{"text":589,"config":590},"Community",{"href":591,"dataGaName":592,"dataGaLocation":355},"/community/","community",{"text":594,"config":595},"Forum",{"href":596,"dataGaName":597,"dataGaLocation":355},"https://forum.gitlab.com/","forum",{"text":599,"config":600},"Events",{"href":601,"dataGaName":602,"dataGaLocation":355},"/events/","events",{"text":604,"config":605},"Partners",{"href":606,"dataGaName":607,"dataGaLocation":355},"/partners/","partners",{"config":609,"title":612,"text":613,"link":614},{"background":610,"textColor":611},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":615,"config":616},"Read the latest",{"href":617,"dataGaName":618,"dataGaLocation":355},"/whats-new/","whats new",{"text":620,"config":621,"menu":623},"Company",{"dataNavLevelOne":622},"company",{"type":406,"columns":624},[625],{"items":626},[627,632,638,640,645,650,655,660,665,670],{"text":628,"config":629},"About",{"href":630,"dataGaName":631,"dataGaLocation":355},"/company/","about",{"text":633,"config":634,"footerGa":637},"Jobs",{"href":635,"dataGaName":636,"dataGaLocation":355},"/jobs/","jobs",{"dataGaName":636},{"text":599,"config":639},{"href":601,"dataGaName":602,"dataGaLocation":355},{"text":641,"config":642},"Leadership",{"href":643,"dataGaName":644,"dataGaLocation":355},"/company/team/e-group/","leadership",{"text":646,"config":647},"Handbook",{"href":648,"dataGaName":649,"dataGaLocation":355},"https://handbook.gitlab.com/","handbook",{"text":651,"config":652},"Investor relations",{"href":653,"dataGaName":654,"dataGaLocation":355},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":656,"config":657},"Trust Center",{"href":658,"dataGaName":659,"dataGaLocation":355},"/security/","trust center",{"text":661,"config":662},"AI Transparency Center",{"href":663,"dataGaName":664,"dataGaLocation":355},"/ai-transparency-center/","ai transparency center",{"text":666,"config":667},"Newsletter",{"href":668,"dataGaName":669,"dataGaLocation":355},"/company/contact/#contact-forms","newsletter",{"text":671,"config":672},"Press",{"href":673,"dataGaName":674,"dataGaLocation":355},"/press/","press",{"text":676,"config":677,"menu":678},"Contact us",{"dataNavLevelOne":622},{"type":406,"columns":679},[680],{"items":681},[682,687,692],{"text":683,"config":684},"Talk to sales",{"href":685,"dataGaName":686,"dataGaLocation":355},"/sales/","talk to sales",{"text":688,"config":689},"Support portal",{"href":690,"dataGaName":691,"dataGaLocation":355},"https://support.gitlab.com/hc/en-us","support portal",{"text":693,"config":694},"Customer portal",{"href":695,"dataGaName":696,"dataGaLocation":355},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":698,"login":699,"suggestions":706},"Close",{"text":700,"link":701},"To search repositories and projects, login to",{"text":702,"config":703},"gitlab.com",{"href":369,"dataGaName":704,"dataGaLocation":705},"search login","search",{"text":707,"default":708},"Suggestions",[709,711,715,717,721,725],{"text":386,"config":710},{"href":391,"dataGaName":386,"dataGaLocation":705},{"text":712,"config":713},"Code Suggestions (AI)",{"href":714,"dataGaName":712,"dataGaLocation":705},"/solutions/code-suggestions/",{"text":422,"config":716},{"href":424,"dataGaName":422,"dataGaLocation":705},{"text":718,"config":719},"GitLab on AWS",{"href":720,"dataGaName":718,"dataGaLocation":705},"/partners/technology-partners/aws/",{"text":722,"config":723},"GitLab on Google Cloud",{"href":724,"dataGaName":722,"dataGaLocation":705},"/partners/technology-partners/google-cloud-platform/",{"text":726,"config":727},"Why GitLab?",{"href":399,"dataGaName":726,"dataGaLocation":705},{"freeTrial":729,"mobileIcon":734,"desktopIcon":739,"secondaryButton":742},{"text":730,"config":731},"Start free trial",{"href":732,"dataGaName":360,"dataGaLocation":733},"https://gitlab.com/-/trials/new/","nav",{"altText":735,"config":736},"Gitlab Icon",{"src":737,"dataGaName":738,"dataGaLocation":733},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":735,"config":740},{"src":741,"dataGaName":738,"dataGaLocation":733},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":743,"config":744},"Get Started",{"href":745,"dataGaName":746,"dataGaLocation":733},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":748,"mobileIcon":752,"desktopIcon":754},{"text":749,"config":750},"Learn more about GitLab Duo",{"href":391,"dataGaName":751,"dataGaLocation":733},"gitlab duo",{"altText":735,"config":753},{"src":737,"dataGaName":738,"dataGaLocation":733},{"altText":735,"config":755},{"src":741,"dataGaName":738,"dataGaLocation":733},{"button":757,"mobileIcon":762,"desktopIcon":764},{"text":758,"config":759},"/switch",{"href":760,"dataGaName":761,"dataGaLocation":733},"#contact","switch",{"altText":735,"config":763},{"src":737,"dataGaName":738,"dataGaLocation":733},{"altText":735,"config":765},{"src":766,"dataGaName":738,"dataGaLocation":733},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":768,"mobileIcon":773,"desktopIcon":775},{"text":769,"config":770},"Back to pricing",{"href":31,"dataGaName":771,"dataGaLocation":733,"icon":772},"back to pricing","GoBack",{"altText":735,"config":774},{"src":737,"dataGaName":738,"dataGaLocation":733},{"altText":735,"config":776},{"src":741,"dataGaName":738,"dataGaLocation":733},{"title":778,"titleMobile":779,"button":780,"config":785},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":397,"config":781},{"href":782,"dataGaName":783,"dataGaLocation":784},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":786,"disabled":333},"release",{"data":788},{"text":789,"source":790,"edit":796,"contribute":801,"config":806,"items":811,"minimal":1021},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":791,"config":792},"View page source",{"href":793,"dataGaName":794,"dataGaLocation":795},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":797,"config":798},"Edit this page",{"href":799,"dataGaName":800,"dataGaLocation":795},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":802,"config":803},"Please contribute",{"href":804,"dataGaName":805,"dataGaLocation":795},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":807,"facebook":808,"youtube":809,"linkedin":810},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[812,859,913,957,989],{"title":502,"links":813,"subMenu":828},[814,818,823],{"text":815,"config":816},"View plans",{"href":31,"dataGaName":817,"dataGaLocation":795},"view plans",{"text":819,"config":820},"Why Premium?",{"href":821,"dataGaName":822,"dataGaLocation":795},"/pricing/premium/","why premium",{"text":824,"config":825},"Why Ultimate?",{"href":826,"dataGaName":827,"dataGaLocation":795},"/pricing/ultimate/","why ultimate",[829],{"title":830,"links":831},"Contact Us",[832,835,837,839,844,849,854],{"text":833,"config":834},"Contact sales",{"href":685,"dataGaName":365,"dataGaLocation":795},{"text":688,"config":836},{"href":690,"dataGaName":691,"dataGaLocation":795},{"text":693,"config":838},{"href":695,"dataGaName":696,"dataGaLocation":795},{"text":840,"config":841},"Status",{"href":842,"dataGaName":843,"dataGaLocation":795},"https://status.gitlab.com/","status",{"text":845,"config":846},"Terms of use",{"href":847,"dataGaName":848,"dataGaLocation":795},"/terms/","terms of use",{"text":850,"config":851},"Privacy statement",{"href":852,"dataGaName":853,"dataGaLocation":795},"/privacy/","privacy statement",{"text":855,"config":856},"Cookie preferences",{"dataGaName":857,"dataGaLocation":795,"id":858,"isOneTrustButton":336},"cookie preferences","ot-sdk-btn",{"title":402,"links":860,"subMenu":869},[861,865],{"text":862,"config":863},"DevSecOps platform",{"href":384,"dataGaName":864,"dataGaLocation":795},"devsecops platform",{"text":866,"config":867},"AI-Assisted Development",{"href":391,"dataGaName":868,"dataGaLocation":795},"ai-assisted development",[870],{"title":871,"links":872},"Topics",[873,878,883,888,893,898,903,908],{"text":874,"config":875},"CICD",{"href":876,"dataGaName":877,"dataGaLocation":795},"/topics/ci-cd/","cicd",{"text":879,"config":880},"GitOps",{"href":881,"dataGaName":882,"dataGaLocation":795},"/topics/gitops/","gitops",{"text":884,"config":885},"DevOps",{"href":886,"dataGaName":887,"dataGaLocation":795},"/topics/devops/","devops",{"text":889,"config":890},"Version Control",{"href":891,"dataGaName":892,"dataGaLocation":795},"/topics/version-control/","version control",{"text":894,"config":895},"DevSecOps",{"href":896,"dataGaName":897,"dataGaLocation":795},"/topics/devsecops/","devsecops",{"text":899,"config":900},"Cloud Native",{"href":901,"dataGaName":902,"dataGaLocation":795},"/topics/cloud-native/","cloud native",{"text":904,"config":905},"AI for Coding",{"href":906,"dataGaName":907,"dataGaLocation":795},"/topics/devops/ai-for-coding/","ai for coding",{"text":909,"config":910},"Agentic AI",{"href":911,"dataGaName":912,"dataGaLocation":795},"/topics/agentic-ai/","agentic ai",{"title":914,"links":915},"Solutions",[916,918,920,925,929,932,936,939,941,944,947,952],{"text":446,"config":917},{"href":441,"dataGaName":446,"dataGaLocation":795},{"text":435,"config":919},{"href":418,"dataGaName":419,"dataGaLocation":795},{"text":921,"config":922},"Agile development",{"href":923,"dataGaName":924,"dataGaLocation":795},"/solutions/agile-delivery/","agile delivery",{"text":926,"config":927},"SCM",{"href":431,"dataGaName":928,"dataGaLocation":795},"source code management",{"text":874,"config":930},{"href":424,"dataGaName":931,"dataGaLocation":795},"continuous integration & delivery",{"text":933,"config":934},"Value stream management",{"href":474,"dataGaName":935,"dataGaLocation":795},"value stream management",{"text":879,"config":937},{"href":938,"dataGaName":882,"dataGaLocation":795},"/solutions/gitops/",{"text":484,"config":940},{"href":487,"dataGaName":488,"dataGaLocation":795},{"text":942,"config":943},"Small business",{"href":493,"dataGaName":494,"dataGaLocation":795},{"text":945,"config":946},"Public sector",{"href":499,"dataGaName":500,"dataGaLocation":795},{"text":948,"config":949},"Education",{"href":950,"dataGaName":951,"dataGaLocation":795},"/solutions/education/","education",{"text":953,"config":954},"Financial services",{"href":955,"dataGaName":956,"dataGaLocation":795},"/solutions/finance/","financial services",{"title":506,"links":958},[959,961,963,965,968,970,973,975,977,979,981,983,985,987],{"text":519,"config":960},{"href":521,"dataGaName":522,"dataGaLocation":795},{"text":524,"config":962},{"href":526,"dataGaName":527,"dataGaLocation":795},{"text":529,"config":964},{"href":531,"dataGaName":532,"dataGaLocation":795},{"text":534,"config":966},{"href":536,"dataGaName":967,"dataGaLocation":795},"docs",{"text":557,"config":969},{"href":559,"dataGaName":560,"dataGaLocation":795},{"text":971,"config":972},"What's new",{"href":617,"dataGaName":618,"dataGaLocation":795},{"text":552,"config":974},{"href":554,"dataGaName":555,"dataGaLocation":795},{"text":571,"config":976},{"href":573,"dataGaName":574,"dataGaLocation":795},{"text":579,"config":978},{"href":581,"dataGaName":582,"dataGaLocation":795},{"text":584,"config":980},{"href":586,"dataGaName":587,"dataGaLocation":795},{"text":589,"config":982},{"href":591,"dataGaName":592,"dataGaLocation":795},{"text":594,"config":984},{"href":596,"dataGaName":597,"dataGaLocation":795},{"text":599,"config":986},{"href":601,"dataGaName":602,"dataGaLocation":795},{"text":604,"config":988},{"href":606,"dataGaName":607,"dataGaLocation":795},{"title":620,"links":990},[991,993,995,997,999,1001,1005,1010,1012,1014,1016],{"text":628,"config":992},{"href":630,"dataGaName":622,"dataGaLocation":795},{"text":633,"config":994},{"href":635,"dataGaName":636,"dataGaLocation":795},{"text":641,"config":996},{"href":643,"dataGaName":644,"dataGaLocation":795},{"text":646,"config":998},{"href":648,"dataGaName":649,"dataGaLocation":795},{"text":651,"config":1000},{"href":653,"dataGaName":654,"dataGaLocation":795},{"text":1002,"config":1003},"Sustainability",{"href":1004,"dataGaName":1002,"dataGaLocation":795},"/sustainability/",{"text":1006,"config":1007},"Diversity, inclusion and belonging (DIB)",{"href":1008,"dataGaName":1009,"dataGaLocation":795},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":656,"config":1011},{"href":658,"dataGaName":659,"dataGaLocation":795},{"text":666,"config":1013},{"href":668,"dataGaName":669,"dataGaLocation":795},{"text":671,"config":1015},{"href":673,"dataGaName":674,"dataGaLocation":795},{"text":1017,"config":1018},"Modern Slavery Transparency Statement",{"href":1019,"dataGaName":1020,"dataGaLocation":795},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1022},[1023,1026,1029],{"text":1024,"config":1025},"Terms",{"href":847,"dataGaName":848,"dataGaLocation":795},{"text":1027,"config":1028},"Cookies",{"dataGaName":857,"dataGaLocation":795,"id":858,"isOneTrustButton":336},{"text":1030,"config":1031},"Privacy",{"href":852,"dataGaName":853,"dataGaLocation":795},[1033,1047],{"id":1034,"title":7,"body":332,"config":1035,"content":1037,"description":332,"extension":1041,"meta":1042,"navigation":336,"path":1043,"seo":1044,"stem":1045,"__hash__":1046},"blogAuthors/en-us/blog/authors/will-chandler.yml",{"template":1036},"BlogAuthor",{"name":7,"config":1038},{"headshot":1039,"ctfId":1040},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","DKiIGSSRIyO6QdTQkRkjs","yml",{},"/en-us/blog/authors/will-chandler",{},"en-us/blog/authors/will-chandler","sK-WrYRb0JT7v9_RxRcyh5Fy5NWToYOo_uR1jkiGNqw",{"id":1048,"title":8,"body":332,"config":1049,"content":1050,"description":332,"extension":1041,"meta":1053,"navigation":336,"path":1054,"seo":1055,"stem":1056,"__hash__":1057},"blogAuthors/en-us/blog/authors/sara-kassabian.yml",{"template":1036},{"name":8,"config":1051},{"headshot":112,"ctfId":1052},"skassabian",{},"/en-us/blog/authors/sara-kassabian",{},"en-us/blog/authors/sara-kassabian","6cCCPpjzkCDfb77tMVCyG8_FImRVQXA2VCMyiAjhFX0",[1059,1068,1076],{"title":1060,"description":1061,"heroImage":1062,"category":328,"date":1063,"authors":1064,"slug":1067,"externalUrl":332},"Confidential AI for GitLab Self-Hosted","Give developers AI coding agents in GitLab Duo without source code leaving a hardware-encrypted boundary — no GPUs needed.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773866173/vte9qh8rriznvyclhkes.png","2026-08-06",[1065,1066],"Mathias Ewald","Martin Paloncy, Edgeless Systems","confidential-ai-for-gitlab-self-hosted",{"title":1069,"description":1070,"heroImage":1071,"category":328,"date":1072,"authors":1073,"slug":1075,"externalUrl":332},"Green DevOps: Why carbon measurement belongs in your CI/CD pipeline","CI/CD pipelines have a hidden carbon cost. Here's why measuring it matters, and how you can get started with Eco CI and Carmen in GitLab.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1765809212/noh0mdfn9o94ry9ykura.png","2026-07-09",[1074],"Lysanne Pinto","green-devops-carbon-measurement-cicd-pipeline",{"title":1077,"description":1078,"heroImage":1079,"category":328,"date":1080,"authors":1081,"slug":1083,"externalUrl":332},"How to build CI/CD observability at scale","This practical guide to GitLab pipeline analytics helps self-managed users gain operational insights using Prometheus and Grafana.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1774465167/n5hlvrsrheadeccyr1oz.png","2026-04-28",[1082],"Paul Meresanu","how-to-build-ci-cd-observability-at-scale",{"promotions":1085},[1086,1100,1112,1124],{"id":1087,"categories":1088,"header":1090,"text":1091,"button":1092,"image":1097},"ai-modernization",[1089],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1093,"config":1094},"Get your AI maturity score",{"href":1095,"dataGaName":1096,"dataGaLocation":560},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1098},{"src":1099},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1101,"categories":1102,"header":1104,"text":1091,"button":1105,"image":1109},"devops-modernization",[1103,897],"product","Are you just managing tools or shipping innovation?",{"text":1106,"config":1107},"Get your DevOps maturity score",{"href":1108,"dataGaName":1096,"dataGaLocation":560},"/assessments/devops-modernization-assessment/",{"config":1110},{"src":1111},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1113,"categories":1114,"header":1116,"text":1091,"button":1117,"image":1121},"security-modernization",[1115],"security","Are you trading speed for security?",{"text":1118,"config":1119},"Get your security maturity score",{"href":1120,"dataGaName":1096,"dataGaLocation":560},"/assessments/security-modernization-assessment/",{"config":1122},{"src":1123},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1125,"paths":1126,"header":1129,"text":1130,"button":1131,"image":1136},"github-azure-migration",[1127,1128],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1132,"config":1133},"See how GitLab compares to GitHub",{"href":1134,"dataGaName":1135,"dataGaLocation":560},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1137},{"src":1111},{"header":1139,"blurb":1140,"button":1141,"secondaryButton":1146},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1142,"config":1143},"Get your free trial",{"href":1144,"dataGaName":360,"dataGaLocation":1145},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":833,"config":1147},{"href":685,"dataGaName":365,"dataGaLocation":1145},1786803755576]