diff --git a/docs/admin/updates/docker_compose.mdx b/docs/admin/updates/docker_compose.mdx index a485cfe3f..b48960817 100644 --- a/docs/admin/updates/docker_compose.mdx +++ b/docs/admin/updates/docker_compose.mdx @@ -11,6 +11,10 @@ For upgrade procedures or general info about sourcegraph versioning see the link > > ***If the notes indicate a patch release exists, target the highest one.*** +## v6.3 patch 1 + +- Grafana's port 3370 is no longer open by default for unauthenticated access for Docker Compose and Pure Docker deployments. Admins can still access Grafana by logging in to their Sourcegraph instance, navigating to the Site Admin page, then clicking Monitoring from the left navigation menu. If customers require port 3370 to be open, see [[PR 1204](https://github.com/sourcegraph/deploy-sourcegraph-docker/pull/1204/files)] for insight on how to add this port to their `docker-compose.override.yaml` file. + ## v6.2.2553 ### Known issues diff --git a/docs/code_insights/types/inventory-stats.mdx b/docs/code_insights/types/inventory-stats.mdx new file mode 100644 index 000000000..80224d4e7 --- /dev/null +++ b/docs/code_insights/types/inventory-stats.mdx @@ -0,0 +1,64 @@ +# Inventory Stats + +
Learn about your project's inventory stats type of Code Insights.
+ +An inventory stats code insight lets you track code inventory metrics such as file counts, lines of code, and language usage trends in your repositories. Sourcegraph Code Search Enterprise users can track these metrics across all repositories in their organization. + +To create an inventory stats code insight: + +- Navigate to the Code Insights tab from the Sourcegraph instance +- Click on the **Create insight** button +- Select **Inventory Stats** as the type of insight +- Choose your list of target repositories on which you want to perform an insight +- Next, pick the inventory metrics you want to track, like lines of code, file size, and file count +- Finally, add a **title** and **granularity** of the insight +- And click **Create code insight** once you are done + +While configuring these fields, you can also see a live preview of the insight on the right side of the page. + +After you have created the insight, you can view it on the **Code Insights** tab. + + + +Now, you can perform all the actions you can on other Code Insights, such as editing, filtering, sharing, and deleting. + +## Inventory environment variables + +