[{"data":1,"prerenderedAt":1006},["ShallowReactive",2],{"/blog/introducing-product-analytics-in-gitlab":3,"navigation-en-us":221,"banner-en-us":649,"footer-en-us":659,"blog-post-authors-en-us-Sam Kerr":903,"blog-related-posts-en-us-introducing-product-analytics-in-gitlab":918,"blog-promotions-en-us":943,"next-steps-en-us":996},{"id":4,"title":5,"authors":6,"body":8,"category":199,"date":200,"description":201,"extension":202,"externalUrl":203,"faq":203,"featured":204,"heroImage":205,"meta":206,"navigation":207,"path":208,"seo":209,"slug":213,"stem":214,"tags":215,"template":219,"updatedDate":203,"__hash__":220},"blogPosts/en-us/blog/introducing-product-analytics-in-gitlab.md","Product Analytics: A sneak peek at our upcoming feature",[7],"Sam Kerr",{"type":9,"value":10,"toc":189},"minimark",[11,15,18,21,26,29,32,45,72,76,85,88,97,104,108,117,120,123,132,138,142,145,155,159,162,166,175,183],[12,13,14],"p",{},"Product analytics are important to understand how your users engage with your application so that you can make data-driven decisions. Identifying features that your users make heavy use of and which they don’t can provide signals to teams on where and how to spend their time most effectively. Without product data, we must use one-off anecdotes or opinions, which can be subject to incorrect assumptions, internal biases, or are missing key details. At the same time, instrumenting applications and processing this data can be challenging, which leads many teams to not do it.",[12,16,17],{},"At GitLab, we view this workflow of instrumenting the app, collecting data, and processing it to gain insights as a key piece of the DevSecOps lifecycle. For this reason, we are working on adding Product Analytics capabilities to our platform so you’ll be able to take advantage of them in your own apps. You will be able to instrument features you have built, see how users engage with them, and make decisions using that data – all within GitLab.",[12,19,20],{},"In this blog, you'll learn more details on what our vision is, what we are working on, our future plans, and how you can contribute and engage with us.",[22,23,25],"h2",{"id":24},"what-is-product-analytics","What is Product Analytics?",[12,27,28],{},"We have a broad vision for what we want to achieve, which we outline in our product direction page. The short version is that we want to enable developers to easily add instrumentation to their applications, provide infrastructure to receive and process it, run experiments, and enable consumers of the data, such as product managers or developers, to use GitLab to gain insights that will help them make even better products.",[12,30,31],{},"Our initial focus is on web applications, primarily those built with JavaScript and Ruby on Rails. Longer term, we want to add functionality like experiments and support for other web frameworks and additional tech stacks.",[33,34,37,38],"figure",{"className":35},[36],"video_container","\n  ",[39,40,44],"iframe",{"src":41,"frameBorder":42,"allowFullScreen":43},"https://www.youtube.com/embed/jG42hesT030","0","true"," ",[12,46,47,48,54,55,54,60,65,66,71],{},"We plan to use several open-source technologies to make this happen: ",[49,50,53],"a",{"href":51,"rel":52},"http://www.snowplow.io",[],"Snowplow",", ",[49,56,59],{"href":57,"rel":58},"https://clickhouse.com/",[],"ClickHouse",[49,61,64],{"href":62,"rel":63},"https://cube.dev/",[],"Cube.dev",", and ",[49,67,70],{"href":68,"rel":69},"https://echarts.apache.org/en/index.html",[],"ECharts"," for instrumentation, data storage, and data visualization, respectively. Each of these projects is great at what they do and we are excited to build with them.",[22,73,75],{"id":74},"how-to-configure-product-analytics","How to configure Product Analytics",[12,77,78,79,84],{},"Once publicly available, Product Analytics will need access to a Kubernetes cluster running these applications. GitLab will be able to create and manage this cluster for you or you will be able to provide your own cluster. That cluster will then process, store, and transform your data and display it in relevant GitLab screens. You will then instrument your application’s features with one of our ",[49,80,83],{"href":81,"rel":82},"https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-js",[],"client-side SDKs",".",[12,86,87],{},"With your app instrumented and your Product Analytics cluster set up, you will be able to access reports and dashboards within GitLab to explore the data that is reported. You'll be able to identify usage trends and better understand your users so that you can make improvements in future versions of your product.",[12,89,90,91,96],{},"We anticipate that one of the unique differentiators GitLab will have with Product Analytics is that all of the dashboard and visualization configurations will be driven by files in your GitLab project. You will be able to collaborate with your team using ",[49,92,95],{"href":93,"rel":94},"https://docs.gitlab.com/user/project/merge_requests/",[],"merge requests",", look at previous versions to understand changes, and set up controls over who can make changes – just like you can with code.",[12,98,99],{},[100,101],"img",{"alt":102,"src":103},"Product Analytics dashboard","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398867/blog/Content%20Images/productanalyticsingitlab/productanalytics2.png",[22,105,107],{"id":106},"we-are-customer-zero","We are customer zero",[12,109,110,111,116],{},"One of GitLab’s values is ",[49,112,115],{"href":113,"rel":114},"https://handbook.gitlab.com/handbook/values/#dogfooding",[],"dogfooding"," and using our own product. This helps us better understand our users’ pain points and to find where we should make improvements more quickly. We are already dogfooding what we have built in Product Analytics so far.",[12,118,119],{},"We added Product Analytics to our internal handbook several months ago and have learned a lot about Product Analytics and how team members use the internal handbook.",[12,121,122],{},"Instrumenting the internal handbook helped us work through the user experience for Product Analytics. We built out a workflow in GitLab to configure the cluster, view the Product Analytics dashboards, and view the content on them. This showed us what it would be like to instrument a real application. The steps we had difficulty doing showed what users would also likely have difficulty doing and, therefore, were an indication to focus on fixing those.",[12,124,125,126,131],{},"Once we had instrumented the handbook, we learned a few things we expected, such as people use the internal handbook primarily on weekdays and we see a massive dropoff in usage on weekends. One thing we didn’t expect was understanding which pages were the most viewed from the handbook. For example, we have various meetings to review ",[49,127,130],{"href":128,"rel":129},"https://handbook.gitlab.com/handbook/product/#product-performance-indicators",[],"performance indicators"," and we saw large spikes in usage for relevant pages when those meetings occurred.",[12,133,134],{},[100,135],{"alt":136,"src":137},"Screenshot showing spikes","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398867/blog/Content%20Images/productanalyticsingitlab/productanalytics1.png",[22,139,141],{"id":140},"our-continued-commitment-to-user-privacy","Our continued commitment to user privacy",[12,143,144],{},"We know that analytics offerings raise questions about user privacy and how data is being managed. Your data is your data. We want to build Product Analytics from the beginning so that you can respect the privacy of users. We are taking a few steps to accomplish this.",[146,147,148,152],"ul",{},[149,150,151],"li",{},"Product Analytics was designed to honor commonly recognized opt-out signals. That means users browsing the app will not have their activity recorded or analyzed by Product Analytics when an opt-out signal is received. Opt-out signals are becoming more common as a way of respecting privacy and we are excited to use them.",[149,153,154],{},"We are designing Product Analytics from the beginning to give you full control over the data you collect, rather than requiring it to be sent to a third-party service. Recall how you will have to provide a Kubernetes cluster with Snowplow, ClickHouse, and Cube.dev – you can provide your own cluster and GitLab can connect to it or we can host the cluster for you. In all cases, the data is yours – GitLab will not use this data beyond Product Analytics features and will not sell nor examine it.",[22,156,158],{"id":157},"whats-next","What’s next?",[12,160,161],{},"We’re excited for the future of Product Analytics and to provide a way for you to learn even more about your users. Our near-term plans are to take what we have built so far and learn what improvements are needed to make it production ready for you to use. We are also working to give you a variety of options on how to best display Product Analytics data within GitLab so that it is easy for you to get started and to explore your data.",[22,163,165],{"id":164},"wed-love-to-hear-from-you","We’d love to hear from you",[12,167,168,169,174],{},"As we move forward with Product Analytics, we would love to hear your thoughts, comments, and questions. We have created ",[49,170,173],{"href":171,"rel":172},"https://gitlab.com/gitlab-org/gitlab/-/issues/391970",[],"this Product Analytics feedback issue"," if you want to start a discussion there.",[12,176,177,178,84],{},"We plan to release Product Analytics iteratively and will start with a small group of existing customers. If you are interested in previewing Product Analytics before it is generally available, please fill out ",[49,179,182],{"href":180,"rel":181},"https://forms.gle/3Q3srimfqpM4WCKM8",[],"our contact form",[12,184,185],{},[186,187,188],"em",{},"Disclaimer: This blog contains information related to upcoming products, features, and functionality. It is important to note that the information in this blog post is for informational purposes only. Please do not rely on this information for purchasing or planning purposes. As with all projects, the items mentioned in this blog and linked pages are subject to change or delay. The development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab.",{"title":190,"searchDepth":191,"depth":191,"links":192},"",2,[193,194,195,196,197,198],{"id":24,"depth":191,"text":25},{"id":74,"depth":191,"text":75},{"id":106,"depth":191,"text":107},{"id":140,"depth":191,"text":141},{"id":157,"depth":191,"text":158},{"id":164,"depth":191,"text":165},"devsecops","2023-03-27","Our journey to add Product Analytics into the DevSecOps platform.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749667086/Blog/Hero%20Images/blog-compliance.jpg",{},true,"/en-us/blog/introducing-product-analytics-in-gitlab",{"title":5,"description":201,"ogTitle":5,"ogDescription":201,"noIndex":204,"ogImage":205,"ogUrl":210,"ogSiteName":211,"ogType":212,"canonicalUrls":210},"https://about.gitlab.com/blog/introducing-product-analytics-in-gitlab","https://about.gitlab.com","article","introducing-product-analytics-in-gitlab","en-us/blog/introducing-product-analytics-in-gitlab",[216,217,218],"news","product","features","BlogPost","oSvnU2a-ZwrANgj4kJAOY5rCId6fsZcBwrQZCx_izjg",{"logo":222,"freeTrial":227,"sales":232,"login":237,"items":242,"search":569,"minimal":600,"duo":619,"switchNav":628,"pricingDeployment":639},{"config":223},{"href":224,"dataGaName":225,"dataGaLocation":226},"/","gitlab logo","header",{"text":228,"config":229},"Get free trial",{"href":230,"dataGaName":231,"dataGaLocation":226},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":233,"config":234},"Request a demo",{"href":235,"dataGaName":236,"dataGaLocation":226},"/sales/?contact-topic=request-demo","sales",{"text":238,"config":239},"Sign in",{"href":240,"dataGaName":241,"dataGaLocation":226},"https://gitlab.com/users/sign_in/","sign in",[243,272,372,377,491,547],{"text":244,"config":245,"menu":247},"Platform",{"dataNavLevelOne":246},"platform",{"type":248,"columns":249},"cards",[250,256,264],{"title":244,"description":251,"link":252},"The intelligent orchestration platform for DevSecOps",{"text":253,"config":254},"Explore our Platform",{"href":255,"dataGaName":246,"dataGaLocation":226},"/platform/",{"title":257,"description":258,"link":259},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":260,"config":261},"Meet GitLab Duo",{"href":262,"dataGaName":263,"dataGaLocation":226},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":265,"description":266,"link":267},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":268,"config":269},"Learn more",{"href":270,"dataGaName":271,"dataGaLocation":226},"/why-gitlab/","why gitlab",{"text":273,"left":207,"config":274,"menu":276},"Product",{"dataNavLevelOne":275},"solutions",{"type":277,"link":278,"columns":282,"feature":351},"lists",{"text":279,"config":280},"View all Solutions",{"href":281,"dataGaName":275,"dataGaLocation":226},"/solutions/",[283,307,330],{"title":284,"description":285,"link":286,"items":291},"Automation","CI/CD and automation to accelerate deployment",{"config":287},{"icon":288,"href":289,"dataGaName":290,"dataGaLocation":226},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[292,296,299,303],{"text":293,"config":294},"CI/CD",{"href":295,"dataGaLocation":226,"dataGaName":293},"/solutions/continuous-integration/",{"text":257,"config":297},{"href":262,"dataGaLocation":226,"dataGaName":298},"gitlab duo agent platform - product menu",{"text":300,"config":301},"Source Code Management",{"href":302,"dataGaLocation":226,"dataGaName":300},"/solutions/source-code-management/",{"text":304,"config":305},"Automated Software Delivery",{"href":289,"dataGaLocation":226,"dataGaName":306},"Automated software delivery",{"title":308,"description":309,"link":310,"items":315},"Security","Deliver code faster without compromising security",{"config":311},{"href":312,"dataGaName":313,"dataGaLocation":226,"icon":314},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[316,320,325],{"text":317,"config":318},"Application Security Testing",{"href":312,"dataGaName":319,"dataGaLocation":226},"Application security testing",{"text":321,"config":322},"Software Supply Chain Security",{"href":323,"dataGaLocation":226,"dataGaName":324},"/solutions/supply-chain/","Software supply chain security",{"text":326,"config":327},"Software Compliance",{"href":328,"dataGaName":329,"dataGaLocation":226},"/solutions/software-compliance/","software compliance",{"title":331,"link":332,"items":337},"Measurement",{"config":333},{"icon":334,"href":335,"dataGaName":336,"dataGaLocation":226},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[338,342,346],{"text":339,"config":340},"Visibility & Measurement",{"href":335,"dataGaLocation":226,"dataGaName":341},"Visibility and Measurement",{"text":343,"config":344},"Value Stream Management",{"href":345,"dataGaLocation":226,"dataGaName":343},"/solutions/value-stream-management/",{"text":347,"config":348},"Analytics & Insights",{"href":349,"dataGaLocation":226,"dataGaName":350},"/solutions/analytics-and-insights/","Analytics and insights",{"title":352,"type":277,"items":353},"GitLab for",[354,360,366],{"text":355,"config":356},"Enterprise",{"icon":357,"href":358,"dataGaLocation":226,"dataGaName":359},"Building","/enterprise/","enterprise",{"text":361,"config":362},"Small Business",{"icon":363,"href":364,"dataGaLocation":226,"dataGaName":365},"Work","/small-business/","small business",{"text":367,"config":368},"Public Sector",{"icon":369,"href":370,"dataGaLocation":226,"dataGaName":371},"Organization","/solutions/public-sector/","public sector",{"text":373,"config":374},"Pricing",{"href":375,"dataGaName":376,"dataGaLocation":226,"dataNavLevelOne":376},"/pricing/","pricing",{"text":378,"config":379,"menu":381},"Resources",{"dataNavLevelOne":380},"resources",{"type":277,"link":382,"columns":386,"feature":480},{"text":383,"config":384},"View all resources",{"href":385,"dataGaName":380,"dataGaLocation":226},"/resources/",[387,420,447],{"title":388,"items":389},"Getting started",[390,395,400,405,410,415],{"text":391,"config":392},"Install",{"href":393,"dataGaName":394,"dataGaLocation":226},"/install/","install",{"text":396,"config":397},"Quick start guides",{"href":398,"dataGaName":399,"dataGaLocation":226},"/get-started/","quick setup checklists",{"text":401,"config":402},"Learn",{"href":403,"dataGaLocation":226,"dataGaName":404},"https://university.gitlab.com/","learn",{"text":406,"config":407},"Product documentation",{"href":408,"dataGaName":409,"dataGaLocation":226},"https://docs.gitlab.com/","product documentation",{"text":411,"config":412},"Best practice videos",{"href":413,"dataGaName":414,"dataGaLocation":226},"/getting-started-videos/","best practice videos",{"text":416,"config":417},"Integrations",{"href":418,"dataGaName":419,"dataGaLocation":226},"/integrations/","integrations",{"title":421,"items":422},"Discover",[423,428,433,438,442],{"text":424,"config":425},"Customer success stories",{"href":426,"dataGaName":427,"dataGaLocation":226},"/customers/","customer success stories",{"text":429,"config":430},"Blog",{"href":431,"dataGaName":432,"dataGaLocation":226},"/blog/","blog",{"text":434,"config":435},"Demo Hub",{"href":436,"dataGaName":437,"dataGaLocation":226},"/demo-hub/","demo hub",{"text":439,"config":440},"The Source",{"href":441,"dataGaName":432,"dataGaLocation":226},"/the-source/",{"text":443,"config":444},"Remote",{"href":445,"dataGaName":446,"dataGaLocation":226},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":448,"items":449},"Connect",[450,455,460,465,470,475],{"text":451,"config":452},"GitLab Services",{"href":453,"dataGaName":454,"dataGaLocation":226},"/services/","services",{"text":456,"config":457},"Contribute",{"href":458,"dataGaName":459,"dataGaLocation":226},"https://contributors.gitlab.com","contribute",{"text":461,"config":462},"Community",{"href":463,"dataGaName":464,"dataGaLocation":226},"/community/","community",{"text":466,"config":467},"Forum",{"href":468,"dataGaName":469,"dataGaLocation":226},"https://forum.gitlab.com/","forum",{"text":471,"config":472},"Events",{"href":473,"dataGaName":474,"dataGaLocation":226},"/events/","events",{"text":476,"config":477},"Partners",{"href":478,"dataGaName":479,"dataGaLocation":226},"/partners/","partners",{"config":481,"title":484,"text":485,"link":486},{"background":482,"textColor":483},"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":487,"config":488},"Read the latest",{"href":489,"dataGaName":490,"dataGaLocation":226},"/whats-new/","whats new",{"text":492,"config":493,"menu":495},"Company",{"dataNavLevelOne":494},"company",{"type":277,"columns":496},[497],{"items":498},[499,504,510,512,517,522,527,532,537,542],{"text":500,"config":501},"About",{"href":502,"dataGaName":503,"dataGaLocation":226},"/company/","about",{"text":505,"config":506,"footerGa":509},"Jobs",{"href":507,"dataGaName":508,"dataGaLocation":226},"/jobs/","jobs",{"dataGaName":508},{"text":471,"config":511},{"href":473,"dataGaName":474,"dataGaLocation":226},{"text":513,"config":514},"Leadership",{"href":515,"dataGaName":516,"dataGaLocation":226},"/company/team/e-group/","leadership",{"text":518,"config":519},"Handbook",{"href":520,"dataGaName":521,"dataGaLocation":226},"https://handbook.gitlab.com/","handbook",{"text":523,"config":524},"Investor relations",{"href":525,"dataGaName":526,"dataGaLocation":226},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":528,"config":529},"Trust Center",{"href":530,"dataGaName":531,"dataGaLocation":226},"/security/","trust center",{"text":533,"config":534},"AI Transparency Center",{"href":535,"dataGaName":536,"dataGaLocation":226},"/ai-transparency-center/","ai transparency center",{"text":538,"config":539},"Newsletter",{"href":540,"dataGaName":541,"dataGaLocation":226},"/company/contact/#contact-forms","newsletter",{"text":543,"config":544},"Press",{"href":545,"dataGaName":546,"dataGaLocation":226},"/press/","press",{"text":548,"config":549,"menu":550},"Contact us",{"dataNavLevelOne":494},{"type":277,"columns":551},[552],{"items":553},[554,559,564],{"text":555,"config":556},"Talk to sales",{"href":557,"dataGaName":558,"dataGaLocation":226},"/sales/","talk to sales",{"text":560,"config":561},"Support portal",{"href":562,"dataGaName":563,"dataGaLocation":226},"https://support.gitlab.com/hc/en-us","support portal",{"text":565,"config":566},"Customer portal",{"href":567,"dataGaName":568,"dataGaLocation":226},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":570,"login":571,"suggestions":578},"Close",{"text":572,"link":573},"To search repositories and projects, login to",{"text":574,"config":575},"gitlab.com",{"href":240,"dataGaName":576,"dataGaLocation":577},"search login","search",{"text":579,"default":580},"Suggestions",[581,583,587,589,593,597],{"text":257,"config":582},{"href":262,"dataGaName":257,"dataGaLocation":577},{"text":584,"config":585},"Code Suggestions (AI)",{"href":586,"dataGaName":584,"dataGaLocation":577},"/solutions/code-suggestions/",{"text":293,"config":588},{"href":295,"dataGaName":293,"dataGaLocation":577},{"text":590,"config":591},"GitLab on AWS",{"href":592,"dataGaName":590,"dataGaLocation":577},"/partners/technology-partners/aws/",{"text":594,"config":595},"GitLab on Google Cloud",{"href":596,"dataGaName":594,"dataGaLocation":577},"/partners/technology-partners/google-cloud-platform/",{"text":598,"config":599},"Why GitLab?",{"href":270,"dataGaName":598,"dataGaLocation":577},{"freeTrial":601,"mobileIcon":606,"desktopIcon":611,"secondaryButton":614},{"text":602,"config":603},"Start free trial",{"href":604,"dataGaName":231,"dataGaLocation":605},"https://gitlab.com/-/trials/new/","nav",{"altText":607,"config":608},"Gitlab Icon",{"src":609,"dataGaName":610,"dataGaLocation":605},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":607,"config":612},{"src":613,"dataGaName":610,"dataGaLocation":605},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":615,"config":616},"Get Started",{"href":617,"dataGaName":618,"dataGaLocation":605},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":620,"mobileIcon":624,"desktopIcon":626},{"text":621,"config":622},"Learn more about GitLab Duo",{"href":262,"dataGaName":623,"dataGaLocation":605},"gitlab duo",{"altText":607,"config":625},{"src":609,"dataGaName":610,"dataGaLocation":605},{"altText":607,"config":627},{"src":613,"dataGaName":610,"dataGaLocation":605},{"button":629,"mobileIcon":634,"desktopIcon":636},{"text":630,"config":631},"/switch",{"href":632,"dataGaName":633,"dataGaLocation":605},"#contact","switch",{"altText":607,"config":635},{"src":609,"dataGaName":610,"dataGaLocation":605},{"altText":607,"config":637},{"src":638,"dataGaName":610,"dataGaLocation":605},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":640,"mobileIcon":645,"desktopIcon":647},{"text":641,"config":642},"Back to pricing",{"href":375,"dataGaName":643,"dataGaLocation":605,"icon":644},"back to pricing","GoBack",{"altText":607,"config":646},{"src":609,"dataGaName":610,"dataGaLocation":605},{"altText":607,"config":648},{"src":613,"dataGaName":610,"dataGaLocation":605},{"title":650,"titleMobile":651,"button":652,"config":657},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":268,"config":653},{"href":654,"dataGaName":655,"dataGaLocation":656},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":658,"disabled":204},"release",{"data":660},{"text":661,"source":662,"edit":668,"contribute":673,"config":678,"items":683,"minimal":892},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":663,"config":664},"View page source",{"href":665,"dataGaName":666,"dataGaLocation":667},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":669,"config":670},"Edit this page",{"href":671,"dataGaName":672,"dataGaLocation":667},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":674,"config":675},"Please contribute",{"href":676,"dataGaName":677,"dataGaLocation":667},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":679,"facebook":680,"youtube":681,"linkedin":682},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[684,731,784,828,860],{"title":373,"links":685,"subMenu":700},[686,690,695],{"text":687,"config":688},"View plans",{"href":375,"dataGaName":689,"dataGaLocation":667},"view plans",{"text":691,"config":692},"Why Premium?",{"href":693,"dataGaName":694,"dataGaLocation":667},"/pricing/premium/","why premium",{"text":696,"config":697},"Why Ultimate?",{"href":698,"dataGaName":699,"dataGaLocation":667},"/pricing/ultimate/","why ultimate",[701],{"title":702,"links":703},"Contact Us",[704,707,709,711,716,721,726],{"text":705,"config":706},"Contact sales",{"href":557,"dataGaName":236,"dataGaLocation":667},{"text":560,"config":708},{"href":562,"dataGaName":563,"dataGaLocation":667},{"text":565,"config":710},{"href":567,"dataGaName":568,"dataGaLocation":667},{"text":712,"config":713},"Status",{"href":714,"dataGaName":715,"dataGaLocation":667},"https://status.gitlab.com/","status",{"text":717,"config":718},"Terms of use",{"href":719,"dataGaName":720,"dataGaLocation":667},"/terms/","terms of use",{"text":722,"config":723},"Privacy statement",{"href":724,"dataGaName":725,"dataGaLocation":667},"/privacy/","privacy statement",{"text":727,"config":728},"Cookie preferences",{"dataGaName":729,"dataGaLocation":667,"id":730,"isOneTrustButton":207},"cookie preferences","ot-sdk-btn",{"title":273,"links":732,"subMenu":741},[733,737],{"text":734,"config":735},"DevSecOps platform",{"href":255,"dataGaName":736,"dataGaLocation":667},"devsecops platform",{"text":738,"config":739},"AI-Assisted Development",{"href":262,"dataGaName":740,"dataGaLocation":667},"ai-assisted development",[742],{"title":743,"links":744},"Topics",[745,750,755,760,765,769,774,779],{"text":746,"config":747},"CICD",{"href":748,"dataGaName":749,"dataGaLocation":667},"/topics/ci-cd/","cicd",{"text":751,"config":752},"GitOps",{"href":753,"dataGaName":754,"dataGaLocation":667},"/topics/gitops/","gitops",{"text":756,"config":757},"DevOps",{"href":758,"dataGaName":759,"dataGaLocation":667},"/topics/devops/","devops",{"text":761,"config":762},"Version Control",{"href":763,"dataGaName":764,"dataGaLocation":667},"/topics/version-control/","version control",{"text":766,"config":767},"DevSecOps",{"href":768,"dataGaName":199,"dataGaLocation":667},"/topics/devsecops/",{"text":770,"config":771},"Cloud Native",{"href":772,"dataGaName":773,"dataGaLocation":667},"/topics/cloud-native/","cloud native",{"text":775,"config":776},"AI for Coding",{"href":777,"dataGaName":778,"dataGaLocation":667},"/topics/devops/ai-for-coding/","ai for coding",{"text":780,"config":781},"Agentic AI",{"href":782,"dataGaName":783,"dataGaLocation":667},"/topics/agentic-ai/","agentic ai",{"title":785,"links":786},"Solutions",[787,789,791,796,800,803,807,810,812,815,818,823],{"text":317,"config":788},{"href":312,"dataGaName":317,"dataGaLocation":667},{"text":306,"config":790},{"href":289,"dataGaName":290,"dataGaLocation":667},{"text":792,"config":793},"Agile development",{"href":794,"dataGaName":795,"dataGaLocation":667},"/solutions/agile-delivery/","agile delivery",{"text":797,"config":798},"SCM",{"href":302,"dataGaName":799,"dataGaLocation":667},"source code management",{"text":746,"config":801},{"href":295,"dataGaName":802,"dataGaLocation":667},"continuous integration & delivery",{"text":804,"config":805},"Value stream management",{"href":345,"dataGaName":806,"dataGaLocation":667},"value stream management",{"text":751,"config":808},{"href":809,"dataGaName":754,"dataGaLocation":667},"/solutions/gitops/",{"text":355,"config":811},{"href":358,"dataGaName":359,"dataGaLocation":667},{"text":813,"config":814},"Small business",{"href":364,"dataGaName":365,"dataGaLocation":667},{"text":816,"config":817},"Public sector",{"href":370,"dataGaName":371,"dataGaLocation":667},{"text":819,"config":820},"Education",{"href":821,"dataGaName":822,"dataGaLocation":667},"/solutions/education/","education",{"text":824,"config":825},"Financial services",{"href":826,"dataGaName":827,"dataGaLocation":667},"/solutions/finance/","financial services",{"title":378,"links":829},[830,832,834,836,839,841,844,846,848,850,852,854,856,858],{"text":391,"config":831},{"href":393,"dataGaName":394,"dataGaLocation":667},{"text":396,"config":833},{"href":398,"dataGaName":399,"dataGaLocation":667},{"text":401,"config":835},{"href":403,"dataGaName":404,"dataGaLocation":667},{"text":406,"config":837},{"href":408,"dataGaName":838,"dataGaLocation":667},"docs",{"text":429,"config":840},{"href":431,"dataGaName":432,"dataGaLocation":667},{"text":842,"config":843},"What's new",{"href":489,"dataGaName":490,"dataGaLocation":667},{"text":424,"config":845},{"href":426,"dataGaName":427,"dataGaLocation":667},{"text":443,"config":847},{"href":445,"dataGaName":446,"dataGaLocation":667},{"text":451,"config":849},{"href":453,"dataGaName":454,"dataGaLocation":667},{"text":456,"config":851},{"href":458,"dataGaName":459,"dataGaLocation":667},{"text":461,"config":853},{"href":463,"dataGaName":464,"dataGaLocation":667},{"text":466,"config":855},{"href":468,"dataGaName":469,"dataGaLocation":667},{"text":471,"config":857},{"href":473,"dataGaName":474,"dataGaLocation":667},{"text":476,"config":859},{"href":478,"dataGaName":479,"dataGaLocation":667},{"title":492,"links":861},[862,864,866,868,870,872,876,881,883,885,887],{"text":500,"config":863},{"href":502,"dataGaName":494,"dataGaLocation":667},{"text":505,"config":865},{"href":507,"dataGaName":508,"dataGaLocation":667},{"text":513,"config":867},{"href":515,"dataGaName":516,"dataGaLocation":667},{"text":518,"config":869},{"href":520,"dataGaName":521,"dataGaLocation":667},{"text":523,"config":871},{"href":525,"dataGaName":526,"dataGaLocation":667},{"text":873,"config":874},"Sustainability",{"href":875,"dataGaName":873,"dataGaLocation":667},"/sustainability/",{"text":877,"config":878},"Diversity, inclusion and belonging (DIB)",{"href":879,"dataGaName":880,"dataGaLocation":667},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":528,"config":882},{"href":530,"dataGaName":531,"dataGaLocation":667},{"text":538,"config":884},{"href":540,"dataGaName":541,"dataGaLocation":667},{"text":543,"config":886},{"href":545,"dataGaName":546,"dataGaLocation":667},{"text":888,"config":889},"Modern Slavery Transparency Statement",{"href":890,"dataGaName":891,"dataGaLocation":667},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":893},[894,897,900],{"text":895,"config":896},"Terms",{"href":719,"dataGaName":720,"dataGaLocation":667},{"text":898,"config":899},"Cookies",{"dataGaName":729,"dataGaLocation":667,"id":730,"isOneTrustButton":207},{"text":901,"config":902},"Privacy",{"href":724,"dataGaName":725,"dataGaLocation":667},[904],{"id":905,"title":7,"body":203,"config":906,"content":908,"description":203,"extension":912,"meta":913,"navigation":207,"path":914,"seo":915,"stem":916,"__hash__":917},"blogAuthors/en-us/blog/authors/sam-kerr.yml",{"template":907},"BlogAuthor",{"name":7,"config":909},{"headshot":910,"ctfId":911},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668841/Blog/Author%20Headshots/stkerr-headshot.jpg","stkerr","yml",{},"/en-us/blog/authors/sam-kerr",{},"en-us/blog/authors/sam-kerr","Uy_fuPl-EwaUBm9ppfxsmwgZvhXQR9HumvuLsv4cbko",[919,927,935],{"title":920,"description":921,"heroImage":922,"category":199,"date":923,"authors":924,"slug":926,"externalUrl":203},"Consolidate your GitLab stack with Gitaly on Kubernetes","Discover how to install Gitaly on Kubernetes, which is now generally available.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1756500636/wmey6kqzzuhirk88w2de.png","2026-05-07",[925],"Olivier Campeau","gitaly-on-kubernetes-generally-available",{"title":928,"description":929,"heroImage":930,"category":199,"date":931,"authors":932,"slug":934,"externalUrl":203},"Teaching software development the easy way using GitLab","Learn how University of Washington lecturer Stephen G. Dame uses GitLab for Education to manage student assignments, distribute course materials, and provide inline code feedback at scale.\n","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659537/Blog/Hero%20Images/display-article-image-0679-1800x945-fy26.png","2026-04-29",[933],"Rod Burns","teaching-software-development-the-easy-way-using-gitlab",{"title":936,"description":937,"heroImage":938,"category":199,"date":939,"authors":940,"slug":942,"externalUrl":203},"AI is reshaping DevSecOps: Attend GitLab Transcend to see what’s next","AI-generated code is 34% of development work. Discover how to balance productivity gains with quality, reliability, and security.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1767982271/e9ogyosmuummq7j65zqg.png","2026-01-08",[941],"Manav Khurana","ai-is-reshaping-devsecops-attend-gitlab-transcend-to-see-whats-next",{"promotions":944},[945,959,970,982],{"id":946,"categories":947,"header":949,"text":950,"button":951,"image":956},"ai-modernization",[948],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":952,"config":953},"Get your AI maturity score",{"href":954,"dataGaName":955,"dataGaLocation":432},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":957},{"src":958},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":960,"categories":961,"header":962,"text":950,"button":963,"image":967},"devops-modernization",[217,199],"Are you just managing tools or shipping innovation?",{"text":964,"config":965},"Get your DevOps maturity score",{"href":966,"dataGaName":955,"dataGaLocation":432},"/assessments/devops-modernization-assessment/",{"config":968},{"src":969},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":971,"categories":972,"header":974,"text":950,"button":975,"image":979},"security-modernization",[973],"security","Are you trading speed for security?",{"text":976,"config":977},"Get your security maturity score",{"href":978,"dataGaName":955,"dataGaLocation":432},"/assessments/security-modernization-assessment/",{"config":980},{"src":981},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":983,"paths":984,"header":987,"text":988,"button":989,"image":994},"github-azure-migration",[985,986],"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":990,"config":991},"See how GitLab compares to GitHub",{"href":992,"dataGaName":993,"dataGaLocation":432},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":995},{"src":969},{"header":997,"blurb":998,"button":999,"secondaryButton":1004},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1000,"config":1001},"Get your free trial",{"href":1002,"dataGaName":231,"dataGaLocation":1003},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":705,"config":1005},{"href":557,"dataGaName":236,"dataGaLocation":1003},1786803735642]