content large_stringlengths 3 20.5k | url large_stringlengths 54 193 | branch large_stringclasses 4
values | source large_stringclasses 42
values | embeddings listlengths 384 384 | score float64 -0.21 0.65 |
|---|---|---|---|---|---|
# Grafana dashboards overview Have you ever wondered what a dashboard is? In the observability world, this term is frequently used, but what exactly does it mean? The concept is borrowed from automobiles, where a dashboard gives drivers access to the controls necessary to operate a vehicle. Similarly, digital dashboard... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/dashboards-overview/index.md | main | grafana | [
-0.10595779120922089,
0.03441798686981201,
-0.10685482621192932,
0.006161840632557869,
-0.05451253056526184,
-0.09781282395124435,
-0.02087702974677086,
0.021531997248530388,
0.030289247632026672,
0.025402557104825974,
-0.012498722411692142,
-0.020621806383132935,
0.059139300137758255,
0.0... | 0.194296 |
Prometheus data sources utilize [PromQL](/blog/2020/02/04/introduction-to-promql-the-prometheus-query-language/), while [LogQL](/docs/loki/latest/logql/) is used for logs, and particular databases employ SQL. A query is the foundation of every visualization in Grafana, and a dashboard might use a range of query languag... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/dashboards-overview/index.md | main | grafana | [
-0.06378553807735443,
0.03331483155488968,
-0.05245000869035721,
0.04778385907411575,
-0.060782913118600845,
-0.11880820244550705,
-0.019282491877675056,
-0.001705704489722848,
0.02193032018840313,
0.028613029047846794,
-0.06443796306848526,
-0.0711989477276802,
0.0351368673145771,
0.02103... | 0.182314 |
a process that starts with determining your dashboard requirements and identifying which data sources support those requirements. If you want to integrate a specialized database with a Grafana dashboard, you must ensure the correct plugin is installed so that you can add a data source to use with that plugin. And with ... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/dashboards-overview/index.md | main | grafana | [
-0.06465442478656769,
-0.031055424362421036,
-0.133344367146492,
-0.014414101839065552,
-0.08484666049480438,
-0.06606714427471161,
-0.05218864232301712,
0.016155794262886047,
-0.04665769264101982,
0.02318645268678665,
-0.04607648402452469,
-0.07217465341091156,
0.03077050857245922,
-0.007... | 0.140049 |
{{< docs/hero-simple key="hero" >}} --- ## Overview \*\*Observability as code\*\* lets you apply code management best practices to your observability resources. By representing Grafana resources as code, you can integrate them into existing infrastructure-as-code workflows and apply standard development practices. Inst... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/_index.md | main | grafana | [
-0.12279864400625229,
0.004560358822345734,
-0.09954505413770676,
-0.010840073227882385,
-0.03660419210791588,
-0.061999283730983734,
-0.10906245559453964,
0.026425953954458237,
-0.03720775991678238,
0.09624861925840378,
-0.05474352836608887,
-0.04007597640156746,
0.039198871701955795,
-0.... | 0.06775 |
# Provision Grafana Cloud with Infrastructure as code With Grafana Cloud, you can use as-code tools to create and manage resources via code, and incorporate them efficiently into your own use cases. This enables you to review code, reuse it, and create better workflows. {{< admonition type="note" >}} Most of the tools ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/_index.md | main | grafana | [
-0.11516731232404709,
0.009909618645906448,
-0.08578981459140778,
0.03673316165804863,
-0.030583230778574944,
-0.08294807374477386,
-0.03735102713108063,
-0.0745435282588005,
0.032420024275779724,
0.11493208259344101,
-0.024036113172769547,
-0.08729853481054306,
0.04606855288147926,
0.0350... | 0.087619 |
and operate Grafana instances and their associated resources within Kubernetes through Custom Resources. This Kubernetes-native tool eases the administration of Grafana, including managing dashboards, data sources, and folders. It also automatically syncs the Kubernetes Custom resources and the actual resources in the ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/_index.md | main | grafana | [
-0.09057190269231796,
-0.015414563938975334,
-0.04417363926768303,
-0.0002503286232240498,
-0.04654877632856369,
-0.050084926187992096,
-0.03190804272890091,
-0.03905009105801582,
0.05588199570775032,
0.08124174922704697,
-0.03833233565092087,
-0.07596658170223236,
0.04376257210969925,
-0.... | 0.128623 |
resources supported | All major Grafana resources | Grafana Cloud stack, plugins, API keys, dashboards, data sources, and folders | Dashboards, data sources, Folders | All major Grafana resources | | Tool format | HCL/JSON | YAML | YAML | YAML/JSON | | Follows Kubernetes-style manifests | | | β | β | | Easy dashboard b... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/_index.md | main | grafana | [
-0.08518348634243011,
-0.03717203438282013,
-0.000641748309135437,
-0.0003220200596842915,
-0.04026615992188454,
-0.03715711086988449,
-0.05560997128486633,
-0.06670479476451874,
0.012643881142139435,
0.10071928054094315,
-0.02052389644086361,
-0.07677958160638809,
0.006758252624422312,
0.... | 0.157264 |
# Install plugins in Grafana Cloud using Terraform This guide shows you how to install plugins in Grafana Cloud using Terraform. For more information about Grafana plugins, refer to the [Find and use Grafana plugins](/docs/grafana-cloud/introduction/find-and-use-plugins/) documentation. ## Before you begin Before you b... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-plugins.md | main | grafana | [
-0.06889142841100693,
-0.05221940577030182,
-0.0802265927195549,
-0.02386866696178913,
-0.0923762321472168,
-0.04023143649101257,
-0.084430031478405,
-0.050603169947862625,
-0.03915181756019592,
0.10692109912633896,
-0.0017534629441797733,
-0.08641742914915085,
0.004132313188165426,
0.0040... | 0.037744 |
# Create and manage dashboards using Terraform and GitHub Actions Learn how to create and manage multiple dashboards represented as JSON source code for Grafana using Terraform and GitHub Actions. ## Prerequisites Before you begin, ensure you have the following: - A Grafana Cloud account, as shown in [Get started](http... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/dashboards-github-action.md | main | grafana | [
-0.08135255426168442,
-0.034837812185287476,
-0.10140524804592133,
-0.01134614646434784,
-0.04575429484248161,
-0.03941423445940018,
-0.09539298713207245,
0.0008302020723931491,
0.025231773033738136,
0.10975700616836548,
-0.041675686836242676,
-0.09723910689353943,
0.06738067418336868,
0.0... | 0.071565 |
checked out so that the GitHub workflow can access it. - The Terraform CLI is installed on the GitHub runner using the [hashicorp/setup-terraform@v1](https://github.com/hashicorp/setup-terraform) action. - `terraform init` is run as a bash command in the GitHub runner to initialize a working directory containing Terraf... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/dashboards-github-action.md | main | grafana | [
-0.016403473913669586,
-0.012854238972067833,
0.012316995300352573,
-0.028061287477612495,
0.019025355577468872,
-0.06088564544916153,
-0.06735789775848389,
-0.027580872178077698,
0.0525042824447155,
0.037358228117227554,
-0.052148155868053436,
-0.03025773912668228,
0.00024268621928058565,
... | 0.026478 |
in Git. ```yaml - name: commit the terraform state if: github.ref == 'refs/heads/main' uses: stefanzweifel/git-auto-commit-action@v4 with: commit\_message: Updating Terraform state file\_pattern: terraform.tfstate ``` When you run `terraform apply`, Terraform automatically manages and updates the `terraform.tfstate` fi... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/dashboards-github-action.md | main | grafana | [
-0.0221608504652977,
-0.010108605958521366,
0.02033150941133499,
0.02430449053645134,
-0.00293088611215353,
-0.037452805787324905,
-0.03554721176624298,
-0.03692364692687988,
0.08988895267248154,
0.11544512212276459,
-0.0060260603204369545,
-0.035036370158195496,
0.0004806893120985478,
-0.... | 0.049765 |
# Manage Grafana IRM in Grafana Cloud using Terraform Learn how to use Terraform to manage [Grafana IRM](https://grafana.com/docs/grafana-cloud/alerting-and-irm/irm/) resources. This guide shows you how to connect an integration, configure escalation policies, and add on-call schedules using Terraform. To illustrate th... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-oncall.md | main | grafana | [
-0.0753721222281456,
-0.01951153576374054,
-0.046625152230262756,
0.05395670607686043,
-0.039963822811841965,
-0.10058693587779999,
-0.04710685461759567,
-0.05744892731308937,
0.004764165263622999,
0.10770438611507416,
-0.024944527074694633,
-0.07221583276987076,
-0.004407059866935015,
0.0... | 0.096859 |
Token - `` with the API URL found on the \*\*Admin & API\*\* tab of the IRM \*\*Settings\*\* page {{< /collapse >}} ## Add on-call schedules This Terraform configuration sets up two on-call schedules, `SREs` and `Devs`, using the [`grafana\_oncall\_schedule` resource](https://registry.terraform.io/providers/grafana/gra... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-oncall.md | main | grafana | [
-0.10797064006328583,
-0.02518017403781414,
-0.04695472493767738,
0.05991632491350174,
-0.06750086694955826,
-0.09852205216884613,
-0.037117742002010345,
-0.05348566547036171,
0.06129121407866478,
0.07535157352685928,
-0.08818969875574112,
-0.059751372784376144,
-0.011087502352893353,
0.03... | 0.111167 |
## Connect an integration to Grafana IRM This Terraform configuration connects Alertmanager to Grafana IRM using the [`grafana\_oncall\_integration` (Resource)](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/oncall\_integration). It also adds the `Devs` escalation chain as the default rou... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-oncall.md | main | grafana | [
-0.04757732152938843,
0.012544205412268639,
-0.06710528582334518,
0.04911219701170921,
-0.0076804617419838905,
-0.124771349132061,
-0.0078172218054533,
-0.0565275102853775,
0.05584834888577461,
0.08224712312221527,
-0.024678651243448257,
-0.08493462204933167,
0.012021178379654884,
0.016173... | 0.097346 |
# Create and manage a Grafana Cloud stack using Terraform Learn how to add a data source, a dashboard, and a folder to a Grafana Cloud stack using Terraform. ## Prerequisites Before you begin, ensure you have the following: - A Grafana Cloud account, as shown in [Get started](/docs/grafana-cloud/get-started/) - [Terraf... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-cloud-stack.md | main | grafana | [
-0.08087989687919617,
-0.06728628277778625,
-0.059688981622457504,
-0.006999421864748001,
-0.06070798635482788,
-0.06009037792682648,
-0.07970541715621948,
-0.016933796927332878,
0.014521520584821701,
0.11119993031024933,
0.008226456120610237,
-0.10571124404668808,
0.015445169992744923,
-0... | 0.014304 |
a folder in your Grafana instance using [grafana\_folder (Resource)](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/folder). 1. Create a file named `folder.tf` and add the following: ```terraform resource "grafana\_folder" "" { provider = grafana.my\_stack title = "" } ``` 1. Replace the ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-cloud-stack.md | main | grafana | [
-0.09101565927267075,
-0.005531399045139551,
-0.08074332773685455,
-0.015028981491923332,
-0.06799022108316422,
-0.04688378423452377,
-0.07854659855365753,
-0.01597585901618004,
0.03606661036610603,
0.10791046172380447,
-0.03017743118107319,
-0.09922296553850174,
0.023644963279366493,
0.05... | 0.017592 |
# Manage Frontend Observability in Grafana Cloud with Terraform Learn how to use Terraform to manage [Grafana Frontend Observability](https://grafana.com/docs/grafana-cloud/frontend-observability/) resources, such as your applications. This guide shows you how to create an access policy and a token for Frontend Observa... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-frontend-observability.md | main | grafana | [
-0.05997862294316292,
0.00861632451415062,
-0.06383191049098969,
-0.006319609470665455,
-0.04814137890934944,
-0.055162131786346436,
-0.06547392904758453,
-0.05312944948673248,
-0.038491711020469666,
0.10431254655122757,
-0.044146519154310226,
-0.06645321846008301,
0.010106129571795464,
0.... | 0.038116 |
# Manage Cloud Provider Observability in Grafana Cloud using Terraform Manage Cloud Provider Observability, including Amazon CloudWatch and Microsoft Azure resources, in Grafana Cloud using Terraform. For more information on Cloud Provider Observability, refer to the [Cloud Provider Observability](/docs/grafana-cloud/m... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-cloud-provider-o11y.md | main | grafana | [
-0.05287564545869827,
-0.03446756675839424,
-0.08545595407485962,
-0.0033154096454381943,
-0.034210167825222015,
-0.02831903286278248,
-0.04183919355273247,
-0.08838625997304916,
-0.013219957239925861,
0.11302720010280609,
-0.01603247970342636,
-0.08763603866100311,
0.016254248097538948,
0... | 0.038982 |
# Manage Fleet Management in Grafana Cloud using Terraform Learn how to create [Grafana Fleet Management](https://grafana.com/docs/grafana-cloud/send-data/fleet-management/) collectors and pipelines in Grafana Cloud using Terraform. This guide shows you how to create an access policy and a token for Fleet Management an... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-fleet-management.md | main | grafana | [
-0.10106746852397919,
0.01036530639976263,
-0.0687902420759201,
0.03529299423098564,
-0.07558021694421768,
-0.04503847286105156,
-0.04668993875384331,
-0.04493433237075806,
-0.0863499715924263,
0.07355129718780518,
-0.06345721334218979,
-0.12081101536750793,
0.07194647938013077,
0.00168702... | 0.107362 |
matcher for the collector declared in the previous step, using [`grafana\_fleet\_management\_pipeline` (Resource)](https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/fleet\_management\_pipeline). The pipeline writes the profiles to [Grafana Cloud Profiles](https://grafana.com/docs/grafana-clo... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-fleet-management.md | main | grafana | [
-0.1438792496919632,
0.046559177339076996,
-0.08057790994644165,
0.00293041137047112,
-0.05007077381014824,
-0.0654933974146843,
-0.023886561393737793,
0.0011792248114943504,
-0.06427942961454391,
0.010567791759967804,
-0.046592071652412415,
-0.13407465815544128,
0.02176690101623535,
-0.00... | 0.074645 |
following command to view the Alloy token: ```shell terraform output -raw alloy\_token ``` 1. Set the environment variable `GCLOUD\_RW\_API\_KEY` to the value from the first step. 1. Run Alloy. ## Validation After you apply the changes in the Terraform configurations and run Alloy, you should be able to verify the foll... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-fleet-management.md | main | grafana | [
-0.11774487048387527,
-0.00007478120096493512,
-0.024532152339816093,
0.03476237133145332,
-0.008644962683320045,
-0.04339459910988808,
-0.03223521262407303,
-0.04259892925620079,
-0.02892022579908371,
0.03010132908821106,
-0.044609252363443375,
-0.1120789423584938,
0.0751536563038826,
-0.... | 0.098742 |
# Grafana Terraform provider The [Grafana Terraform provider](https://registry.terraform.io/providers/grafana/grafana/latest) provisions configuration management resources for Grafana. You can use it to manage resources such as dashboards, data sources, plugins, folders, organizations, and alert notification channels. ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/_index.md | main | grafana | [
-0.08344442397356033,
-0.06408845633268356,
-0.07108615338802338,
0.017767637968063354,
-0.05105242133140564,
-0.08510428667068481,
-0.05452515557408333,
-0.023374168202280998,
-0.006518669426441193,
0.11046182364225388,
-0.01843555085361004,
-0.08230080455541611,
0.04680990055203438,
0.00... | 0.104064 |
# Configure log correlation using Terraform Log configurations in [Knowledge Graph](/docs/grafana-cloud/knowledge-graph/) allow you to define how log data is queried and correlated with entities. You can specify data sources, entity matching rules, label mappings, and filtering options for spans and traces. For informa... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/log-configurations.md | main | grafana | [
-0.031051211059093475,
0.0015616579912602901,
0.01311151497066021,
0.009444104507565498,
-0.05093729496002197,
-0.07256287336349487,
0.0009742790716700256,
-0.11818088591098785,
0.0032377291936427355,
0.16618311405181885,
0.0009653787710703909,
-0.09901030361652374,
0.03486151248216629,
0.... | 0.011808 |
entity properties. Refer to [match block](#match-block) for details. | | `error\_label` | `string` | No | Label name used to identify error logs. | | `entity\_property\_to\_log\_label\_mapping` | `map(string)` | No | Mapping of entity properties to log labels for correlation. | | `filter\_by\_span\_id` | `bool` | No | ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/log-configurations.md | main | grafana | [
-0.022014442831277847,
-0.022025343030691147,
0.013414011336863041,
0.07504679262638092,
0.023260435089468956,
-0.018797583878040314,
0.06777627766132355,
-0.07938718795776367,
0.014363243244588375,
0.0037528141401708126,
0.0012729871086776257,
-0.08617943525314331,
0.01823897659778595,
0.... | 0.055578 |
# Create custom model rules using Terraform Custom model rules in [Knowledge Graph](/docs/grafana-cloud/knowledge-graph/) allow you to define how entities are discovered and modeled based on Prometheus queries. These rules enable you to create custom entity types, define their relationships, and specify how they should... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/custom-model-rules.md | main | grafana | [
-0.07583218067884445,
0.029352523386478424,
-0.006014266051352024,
0.005472790915518999,
-0.09089954197406769,
-0.06891427934169769,
-0.03128945454955101,
-0.07498052716255188,
-0.03384025767445564,
0.15284207463264465,
-0.021043971180915833,
-0.06354846060276031,
0.07643285393714905,
0.08... | 0.060013 |
definition from application metrics defined\_by { query = "http\_requests\_total{service!=''}" label\_values = { service = "service" environment = "environment" version = "version" } literals = { \_secondary\_source = "http\_metrics" } } # Disabled definition for testing defined\_by { query = "test\_metric{service!=''}... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/custom-model-rules.md | main | grafana | [
-0.06445249170064926,
0.016159499064087868,
-0.04113388434052467,
-0.004617108963429928,
-0.07249633222818375,
-0.06470948457717896,
0.02170412428677082,
-0.0681791752576828,
-0.011391041800379753,
0.11726490408182144,
-0.006875237450003624,
-0.0948779284954071,
0.11262284964323044,
-0.014... | 0.045516 |
query that defines this entity. | | `disabled` | `bool` | No | Whether this query is disabled. Defaults to `false`. | | `label\_values` | `map(string)` | No | Label value mappings for extracting entity attributes from query results. | | `literals` | `map(string)` | No | Literal value mappings for adding static attribut... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/custom-model-rules.md | main | grafana | [
-0.02666151523590088,
0.07487355172634125,
-0.0028074944857507944,
0.06319987773895264,
-0.029420336708426476,
0.00953154917806387,
0.05105777829885483,
-0.08197979629039764,
0.01591251790523529,
0.02445710077881813,
0.03729621693491936,
-0.04771381616592407,
0.03704862669110298,
-0.029224... | 0.02705 |
# Configure profile correlation using Terraform Profile configurations in [Knowledge Graph](/docs/grafana-cloud/knowledge-graph/) allow you to define how continuous profiling data is queried and correlated with entities. You can specify data sources, entity matching rules, and label mappings for performance profiling. ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/profile-configurations.md | main | grafana | [
-0.014059364795684814,
0.010155915282666683,
-0.04232780262827873,
0.02310682088136673,
-0.07829444110393524,
-0.05559037625789642,
-0.012042260728776455,
-0.08402209728956223,
-0.057955000549554825,
0.12690818309783936,
-0.001670725061558187,
-0.10944031178951263,
0.05384087190032005,
0.0... | 0.004388 |
| | `match` | `list(object)` | No | List of match rules for entity properties. Refer to [match block](#match-block) for details. | | `entity\_property\_to\_profile\_label\_mapping` | `map(string)` | No | Mapping of entity properties to profile labels for correlation. | #### Match block Each `match` block supports the f... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/profile-configurations.md | main | grafana | [
0.031354792416095734,
0.0424337275326252,
-0.006597552914172411,
0.032450925558805466,
-0.020953673869371414,
0.04236537218093872,
0.054161928594112396,
-0.004544122144579887,
-0.058486055582761765,
-0.046512264758348465,
0.004836157895624638,
-0.16328103840351105,
0.03477859124541283,
0.0... | -0.001599 |
Graph ## Related documentation - [Configure profiles correlation in Knowledge Graph](/docs/grafana-cloud/knowledge-graph/configure/profiles-correlation/) - [Get started with Terraform for Knowledge Graph](../getting-started/) - [Pyroscope documentation](/docs/pyroscope/latest/) - [Grafana Agent profiling](/docs/agent/l... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/profile-configurations.md | main | grafana | [
-0.032013215124607086,
0.014189017005264759,
-0.08862543851137161,
-0.010637800209224224,
-0.003005137899890542,
-0.061432499438524246,
-0.020355448126792908,
-0.02972247637808323,
-0.0837496668100357,
0.10521327704191208,
0.04666566848754883,
-0.06023198738694191,
0.02677157148718834,
0.0... | 0.097992 |
# Manage Prometheus rules using Terraform Prometheus rules in the [Knowledge Graph](/docs/grafana-cloud/knowledge-graph/) allow you to define custom recording and alerting rules that are evaluated against your metrics data. Recording rules pre-compute frequently used or computationally expensive expressions and save th... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/prometheus-rules.md | main | grafana | [
-0.05959201604127884,
0.03917913883924484,
-0.014788893051445484,
0.013386111706495285,
-0.03782793506979942,
-0.12846022844314575,
-0.02547577954828739,
-0.053636856377124786,
-0.020202288404107094,
0.12685851752758026,
-0.015172251500189304,
-0.08209214359521866,
0.04704044386744499,
0.0... | 0.11772 |
for {{ $labels.job }} is above 5 seconds" } } } # Throughput rules group { name = "throughput\_rules" interval = "1m" rule { record = "job:http\_requests:rate1m" expr = "sum(rate(http\_requests\_total[1m])) by (job)" } rule { alert = "LowThroughput" expr = "job:http\_requests:rate1m < 10" duration = "10m" labels = { se... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/prometheus-rules.md | main | grafana | [
-0.10306703299283981,
0.09753668308258057,
-0.07859255373477936,
0.014751174487173557,
0.004884428810328245,
-0.10835713148117065,
0.01665450632572174,
-0.07342313230037689,
0.004125664941966534,
0.06693460792303085,
-0.023671671748161316,
-0.1090090200304985,
0.024098942056298256,
-0.0117... | 0.117644 |
{{ $labels.namespace }}/{{ $labels.deployment }} has not matched the expected number of replicas for more than 10 minutes" } } } group { name = "kubernetes\_node\_rules" interval = "1m" rule { alert = "NodeNotReady" expr = "kube\_node\_status\_condition{condition=\"Ready\",status=\"true\"} == 0" duration = "5m" labels ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/prometheus-rules.md | main | grafana | [
0.061170849949121475,
0.058029867708683014,
0.03130361810326576,
0.041140116751194,
0.06074291467666626,
0.013931474648416042,
0.05395998805761337,
-0.0776294469833374,
0.11846429109573364,
0.017973918467760086,
0.034858010709285736,
-0.12894408404827118,
0.012402367778122425,
-0.033128574... | 0.133155 |
uses the global evaluation interval. | | `rule` | `list(object)` | Yes | List of Prometheus rules in this group. Refer to [rule block](#rule-block) for details. | #### Rule block Each `rule` block defines a recording or alerting rule. Either `record` or `alert` must be specified, but not both: | Name | Type | Required ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/prometheus-rules.md | main | grafana | [
-0.049895383417606354,
0.10994137078523636,
-0.02636358141899109,
0.017546463757753372,
0.043114881962537766,
-0.05750139802694321,
0.06828350573778152,
-0.01870759390294552,
0.004097757861018181,
-0.062171272933483124,
-0.0016765540931373835,
-0.0932697057723999,
0.018814099952578545,
0.0... | 0.119402 |
unused rules periodically ## Validation After applying the Terraform configuration, verify that: - Rule files are created and visible in the Knowledge Graph rules configuration - Recording rules are generating the expected time series - Alerting rules are evaluating correctly - Alert thresholds trigger notifications as... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/prometheus-rules.md | main | grafana | [
-0.04459673538804054,
0.027165016159415245,
0.031588420271873474,
0.013464875519275665,
0.007811760529875755,
-0.10522685945034027,
-0.022764364257454872,
-0.0771690234541893,
-0.011958874762058258,
0.09503935277462006,
-0.03256789967417717,
-0.11624228954315186,
0.03603927046060562,
0.023... | 0.038285 |
# Get started with Terraform for Knowledge Graph Learn how to configure Terraform to manage Grafana Cloud Knowledge Graph resources. This guide walks you through setting up the Grafana Terraform provider and preparing your environment. ## Before you begin Before you begin, ensure you have the following: - A Grafana Clo... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/getting-started.md | main | grafana | [
-0.06221592053771019,
-0.008209372870624065,
-0.06805554777383804,
0.010058986023068428,
-0.06313629448413849,
-0.0618598535656929,
-0.05144444853067398,
-0.0606258362531662,
-0.031023593619465828,
0.15602178871631622,
0.015131276100873947,
-0.06340095400810242,
0.02946026250720024,
0.0875... | 0.048527 |
# Configure thresholds using Terraform Threshold configurations in [Knowledge Graph](/docs/grafana-cloud/knowledge-graph/) allow you to define custom thresholds for request, resource, and health assertions. These configurations help you set specific limits and conditions for monitoring your services and infrastructure.... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/thresholds.md | main | grafana | [
-0.052596259862184525,
0.054409611970186234,
-0.03837740048766136,
0.0167615357786417,
-0.054062504321336746,
-0.10665269196033478,
0.01902858540415764,
-0.0398571640253067,
-0.038608115166425705,
0.14951194822788239,
0.005900099873542786,
-0.13062888383865356,
0.05003068596124649,
0.07252... | 0.083593 |
health assertions. #### Arguments | Name | Type | Required | Description | | --------------------- | -------------- | -------- | ------------------------------------------------------------------------------------------------------------------------ | | `request\_thresholds` | `list(object)` | No | List of request thre... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/thresholds.md | main | grafana | [
-0.07257039099931717,
0.0860695019364357,
-0.03330174833536148,
0.026067739352583885,
0.025458447635173798,
-0.07275602221488953,
0.07459142804145813,
0.009641860611736774,
-0.03995174914598465,
0.0005726813105866313,
0.055007416754961014,
-0.12804682552814484,
0.040535274893045425,
0.0357... | 0.135268 |
context when setting thresholds for specific API paths - Use error ratio thresholds to catch service degradation early - Review historical performance data to set realistic threshold values ### Resource threshold best practices - Set resource thresholds based on your infrastructure capacity - Use container-specific thr... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/thresholds.md | main | grafana | [
-0.008294315077364445,
0.03794936090707779,
-0.01266486942768097,
-0.003151345532387495,
0.0053194849751889706,
-0.08841057866811752,
-0.009974004700779915,
0.01512159127742052,
-0.05335213616490364,
0.06028183177113533,
-0.027942746877670288,
-0.08824201673269272,
0.028696205466985703,
0.... | 0.163264 |
# Configure the Knowledge Graph stack using Terraform The Knowledge Graph stack resource manages the full onboarding flow for your Grafana Cloud stack. It provisions API tokens, configures datasets based on available metrics, and enables the stack. By default, datasets are auto-configured based on detected metrics. To ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/knowledge-graph-stack.md | main | grafana | [
-0.06959133595228195,
-0.04783337935805321,
-0.07842116057872772,
0.01733175478875637,
-0.08427437394857407,
-0.04465547204017639,
-0.03815607726573944,
-0.07177260518074036,
-0.00937365647405386,
0.11483604460954666,
0.008673871867358685,
-0.08795471489429474,
0.013014862313866615,
0.0166... | 0.065532 |
label mappings and metric filters: ```terraform resource "grafana\_asserts\_stack" "multi\_dataset" { cloud\_access\_policy\_token = grafana\_cloud\_access\_policy\_token.knowledge\_graph.token grafana\_token = grafana\_cloud\_stack\_service\_account\_token.knowledge\_graph.key dataset { type = "kubernetes" filter\_gro... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/knowledge-graph-stack.md | main | grafana | [
0.0359770804643631,
0.07110102474689484,
0.006979753728955984,
-0.037365060299634933,
-0.03680701553821564,
-0.027376890182495117,
0.06329809874296188,
-0.07590796798467636,
0.021972233429551125,
0.02927768975496292,
0.0010427474044263363,
-0.16908997297286987,
-0.007966140285134315,
0.003... | 0.060493 |
site\_label = "cluster" env\_label\_values = ["production"] site\_label\_values = ["us-east-1"] } } } ``` ## Best practices Consider the following best practices when configuring the Knowledge Graph stack with Terraform. ### Token management - Create a dedicated Cloud Access Policy for the Knowledge Graph stack with on... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/knowledge-graph-stack.md | main | grafana | [
0.03067111410200596,
0.00043854949763044715,
-0.022425437346100807,
0.046490300446748734,
-0.025028638541698456,
-0.03137700632214546,
0.03468979150056839,
-0.044990748167037964,
-0.04761649668216705,
0.08587857335805893,
0.03842589259147644,
-0.10894589871168137,
0.05316481366753578,
0.01... | 0.065988 |
# Configure suppressed assertions using Terraform Suppressed assertions configurations allow you to disable specific alerts or assertions based on label matching in [Knowledge Graph](/docs/grafana-cloud/knowledge-graph/). This is useful for maintenance windows, test environments, or when you want to temporarily suppres... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/suppressed-assertions.md | main | grafana | [
-0.0647992193698883,
0.09626418352127075,
0.02379598468542099,
0.06945072114467621,
0.034092746675014496,
-0.09847001731395721,
0.041437920182943344,
-0.1332247257232666,
0.010511270724236965,
0.09336448460817337,
-0.008817707188427448,
-0.0629882663488388,
0.06869186460971832,
0.051105927... | 0.070047 |
= { cluster = "production-cluster-1" maintenance = "cluster\_upgrade" affected\_nodes = "all" estimated\_duration = "2h" } } # Suppress alerts for specific region during network issues resource "grafana\_asserts\_suppressed\_assertions\_config" "regional\_network\_issue" { provider = grafana.asserts name = "RegionalNet... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/suppressed-assertions.md | main | grafana | [
-0.03874283283948898,
0.05257860943675041,
-0.01498398557305336,
0.07192658632993698,
0.009674139320850372,
-0.061368055641651154,
-0.037502605468034744,
-0.06112965568900108,
-0.04900582507252693,
0.08245047926902771,
0.0028638304211199284,
-0.0901743695139885,
0.03652461618185043,
0.0228... | 0.146927 |
# Configure notification alerts using Terraform Notification alerts configurations in [Knowledge Graph](/docs/grafana-cloud/knowledge-graph/) allow you to manage how alerts are processed and routed. You can specify match labels to filter alerts, add custom labels, set duration requirements, and control silencing. For i... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/notification-alerts.md | main | grafana | [
-0.01565178483724594,
0.05907281115651131,
-0.007775758393108845,
0.03830692172050476,
0.011128447949886322,
-0.07975559681653976,
0.028379885479807854,
-0.08708015829324722,
0.02557699754834175,
0.09590575098991394,
-0.014840122312307358,
-0.11403229087591171,
0.06424180418252945,
0.06868... | 0.080374 |
false } ``` ## Best practices Consider the following best practices when managing notification alerts with Terraform. ### Label management - Use specific and meaningful labels in `match\_labels` to ensure precise alert filtering - Leverage existing label conventions from your monitoring setup - Consider using `asserts\... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/notification-alerts.md | main | grafana | [
0.020648516714572906,
0.04154457896947861,
0.0360940657556057,
0.058141078799963,
0.08007979393005371,
-0.06612634658813477,
0.10986099392175674,
-0.09976258873939514,
0.04108230769634247,
0.030873846262693405,
-0.002866113791242242,
-0.09264527261257172,
0.11569347232580185,
0.06705228239... | 0.070968 |
{{< docs/hero-simple key="hero" >}} --- ## Overview Terraform enables you to manage [Grafana Cloud Knowledge Graph](/docs/grafana-cloud/knowledge-graph/) resources using infrastructure as code. With Terraform, you can define, version control, and deploy Knowledge Graph configurations including stack onboarding, alert r... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/_index.md | main | grafana | [
-0.030650043860077858,
0.027145730331540108,
-0.05390937626361847,
0.05309051275253296,
-0.029515542089939117,
-0.06399074196815491,
-0.06462617963552475,
-0.02998366951942444,
-0.04512518644332886,
0.14160920679569244,
0.00022456001897808164,
-0.02572515606880188,
0.034542396664619446,
0.... | 0.057939 |
# Configure trace correlation using Terraform Trace configurations in [Knowledge Graph](/docs/grafana-cloud/knowledge-graph/) allow you to define how trace data is queried and correlated with entities. You can specify data sources, entity matching rules, and label mappings for distributed tracing. For information about... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/trace-configurations.md | main | grafana | [
-0.041445229202508926,
-0.03421196714043617,
-0.021832361817359924,
0.021355973556637764,
-0.0482063964009285,
-0.05847249552607536,
-0.00022270875342655927,
-0.11657120287418365,
-0.02712981402873993,
0.14393045008182526,
0.007747209165245295,
-0.10065977275371552,
0.025534985587000847,
0... | 0.022009 |
`list(object)` | No | List of match rules for entity properties. Refer to [match block](#match-block) for details. | | `entity\_property\_to\_trace\_label\_mapping` | `map(string)` | No | Mapping of entity properties to trace labels for correlation. | #### Match block Each `match` block supports the following: | Name |... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/terraform/terraform-knowledge-graph/trace-configurations.md | main | grafana | [
-0.0005983732407912612,
0.031049026176333427,
0.012652182020246983,
0.029605405405163765,
-0.015061239711940289,
0.024891365319490433,
0.06681004911661148,
-0.03493570163846016,
-0.026311490684747696,
-0.02566579356789589,
0.013302426785230637,
-0.14963765442371368,
-0.0007029117550700903,
... | 0.031619 |
# Manage Grafana dashboards with GitOps using ArgoCD This guide shows you how to set up a continuous deployment pipeline using ArgoCD to synchronize your Grafana dashboards with a Git repository. You'll use the Grafana Dashboard Custom Resource provided by the Grafana Operator to manage dashboard configurations declara... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/grafana-operator/manage-dashboards-argocd.md | main | grafana | [
-0.05384817346930504,
-0.07316292822360992,
-0.0937369167804718,
-0.01164974458515644,
-0.08297944813966751,
-0.051069650799036026,
-0.05099915713071823,
-0.01820075698196888,
-0.0018912508385255933,
0.13155785202980042,
-0.031220875680446625,
-0.043293919414281845,
0.000859254680108279,
-... | 0.09756 |
configMapRef: name: dashboard-definition key: json ``` ### Create a dashboard from Grafana.com Under the `dashboards` folder, create a file named `dashboard-from-id.yaml`: ```yaml apiVersion: grafana.integreatly.org/v1beta1 kind: GrafanaDashboard metadata: name: node-exporter-latest namespace: '' spec: instanceSelector... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/grafana-operator/manage-dashboards-argocd.md | main | grafana | [
-0.09263315796852112,
-0.10352890193462372,
-0.17342683672904968,
-0.020041756331920624,
-0.030109653249382973,
-0.060778263956308365,
-0.03168606385588646,
-0.01511266827583313,
-0.02868974581360817,
0.09853478521108627,
0.02235635556280613,
-0.045353200286626816,
0.002423108322545886,
-0... | 0.042776 |
# Manage folders, data sources, and dashboards using the Grafana Operator This guide shows you how to manage data sources, folders, and dashboards using the Grafana Operator. You'll create these resources declaratively using Kubernetes custom resources. ## Prerequisites Before you begin, make sure you have the followin... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/grafana-operator/operator-dashboards-folders-datasources.md | main | grafana | [
-0.07383697479963303,
-0.039216380566358566,
-0.0502200648188591,
0.020713256672024727,
-0.05973290652036667,
0.009466046467423439,
-0.025990832597017288,
-0.028723621740937233,
0.07507744431495667,
0.10262590646743774,
-0.018256280571222305,
-0.10277441889047623,
0.043130431324243546,
-0.... | 0.08872 |
new data source is visible in Grafana. In the following image, a data source named `InfluxDB` was created.  - A new dashboard and folder have been created in Grafana. In the following image, a dashboard named `InfluxDB Cloud De... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/grafana-operator/operator-dashboards-folders-datasources.md | main | grafana | [
-0.08953581750392914,
-0.015504405833780766,
-0.026346398517489433,
0.010293405503034592,
-0.029528804123401642,
-0.06020732223987579,
-0.017650572583079338,
-0.06840968877077103,
0.06999208778142929,
0.09180484712123871,
-0.011072943918406963,
-0.09512318670749664,
0.043891098350286484,
-... | 0.069097 |
# Grafana Operator The [Grafana Operator](https://grafana.github.io/grafana-operator/) is a Kubernetes operator built to help you manage your Grafana instances and its resources in a Kubernetes environment. The Grafana Operator automatically syncs Kubernetes custom resources and actual resources in your Grafana instanc... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/grafana-operator/_index.md | main | grafana | [
-0.02203180640935898,
-0.010176580399274826,
-0.053454168140888214,
-0.0036755315959453583,
-0.01256084255874157,
-0.01689247600734234,
-0.05812786519527435,
-0.03147328272461891,
0.03934498131275177,
0.07278633117675781,
0.0030052701476961374,
-0.07628335058689117,
-0.0023936405777931213,
... | 0.130535 |
# Grafana Ansible collection The [Grafana Ansible collection](https://docs.ansible.com/ansible/latest/collections/grafana/grafana/) provides configuration management resources for Grafana. You can use it to manage: - Grafana Cloud stacks - Dashboards - Data sources - Folders - Alerting contact points - Notification pol... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/ansible/_index.md | main | grafana | [
-0.08651772886514664,
-0.03306632116436958,
-0.0985298603773117,
0.03191579505801201,
-0.041746608912944794,
-0.06372494995594025,
-0.057494524866342545,
-0.02983282506465912,
0.044348202645778656,
0.10476836562156677,
-0.016663827002048492,
-0.0456312820315361,
0.029836302623152733,
-0.00... | 0.05053 |
# Create and manage your Grafana Cloud stack using Ansible This guide shows you how to create a Grafana Cloud stack and add a data source, dashboard, and folder using the Ansible Collection for Grafana. You'll manage your Grafana infrastructure through Ansible playbooks. ## Before you begin Before you begin, make sure ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md | main | grafana | [
-0.07983671873807907,
-0.049000710248947144,
-0.06735071539878845,
-0.0029598441906273365,
-0.08903022110462189,
-0.02502404898405075,
-0.07626902312040329,
-0.004806757904589176,
0.04253659397363663,
0.12222348153591156,
-0.015771178528666496,
-0.06366990506649017,
0.019533870741724968,
-... | 0.016903 |
using the [Folder module](https://docs.ansible.com/ansible/latest/collections/grafana/grafana/folder\_module.html#ansible-collections-grafana-grafana-folder-module). Create a file named `folder.yml`: ```yaml - name: Add/Update Folders connection: local hosts: localhost vars: grafana\_url: 'https://.grafana.net' grafana... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md | main | grafana | [
-0.020628202706575394,
-0.008806874044239521,
-0.033053696155548096,
0.03776072338223457,
-0.053627315908670425,
-0.03524874895811081,
-0.05419350042939186,
-0.011628944426774979,
0.055353179574012756,
0.10484349727630615,
0.029876654967665672,
-0.023937130346894264,
-0.03708652779459953,
... | 0.030962 |
{{< docs/hero-simple key="hero" >}} --- ## Overview Grafana provides a suite of tools for \*\*Observability as code\*\* to help you manage your Grafana resources programmatically and at scale. This approach lets you define dashboards, data sources, and other configurations in code, enabling version control, automated t... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/_index.md | main | grafana | [
-0.12617337703704834,
0.006869922392070293,
-0.09476572275161743,
-0.0026002966333180666,
-0.023694921284914017,
-0.08447021245956421,
-0.12755122780799866,
0.022840715944767,
-0.042691849172115326,
0.08889954537153244,
-0.022004088386893272,
-0.0028714018408209085,
0.03661315143108368,
0.... | 0.116692 |
# Set up file provisioning {{< admonition type="caution" >}} Local file provisioning is an [experimental feature](https://grafana.com/docs/release-life-cycle/) introduced in Grafana v12 for open source and Enterprise editions, but it's \*\*not available in Grafana Cloud\*\*. Engineering and on-call support is not avail... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/provision-resources/file-path-setup.md | main | grafana | [
-0.12642903625965118,
-0.008410761132836342,
-0.09155139327049255,
-0.03342391923069954,
-0.02524934895336628,
-0.042694028466939926,
-0.07961153239011765,
0.02718663215637207,
-0.0013038634788244963,
0.07834575325250626,
0.0047982195392251015,
-0.021351201459765434,
0.03214013949036598,
0... | 0.027114 |
include empty paths or trailing pipes. Add these values: ```ini [paths] ; This is devenv/dev-dashboards and conf/provisioning by default. permitted\_provisioning\_paths = grafana/ | /etc/grafana/provisioning/ ``` 1. Save the changes to the file and start Grafana. ## Set up file-based provisioning To use file-based prov... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/provision-resources/file-path-setup.md | main | grafana | [
-0.019160354509949684,
-0.030013414099812508,
-0.1129053384065628,
-0.04487886279821396,
-0.0583370104432106,
-0.05476144701242447,
-0.09173522889614105,
0.015327687375247478,
-0.0417206697165966,
0.09656162559986115,
-0.02185126766562462,
-0.0577852725982666,
0.005516222212463617,
0.07811... | -0.014245 |
repository will be reflected in Grafana. Select \*\*Finish\*\*. ## Verify your dashboards in Grafana To verify that your dashboards are available at the location that you specified, click \*\*Dashboards\*\*. The name of the dashboard is listed in the \*\*Name\*\* column. | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/provision-resources/file-path-setup.md | main | grafana | [
-0.09552156180143356,
-0.015956122428178787,
-0.09607567638158798,
-0.027031561359763145,
-0.011899299919605255,
-0.03391798213124275,
-0.027547471225261688,
-0.0653829351067543,
0.010510969907045364,
0.060305774211883545,
0.0278337225317955,
-0.0656067505478859,
0.02652949094772339,
-0.00... | 0.034718 |
# On-prem file provisioning {{< admonition type="caution" >}} On-prem file provisioning is an [experimental feature](https://grafana.com/docs/release-life-cycle/) introduced in Grafana v12 for open source and Enterprise editions available in [nightly releases](https://grafana.com/grafana/download/nightly). It's \*\*not... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/provision-resources/_index.md | main | grafana | [
-0.1299932599067688,
0.01320591103285551,
-0.10876601934432983,
0.02019748091697693,
-0.019552545621991158,
-0.05107957124710083,
-0.05049798637628555,
0.03580334782600403,
-0.010075190104544163,
0.059392597526311874,
0.033827848732471466,
0.023407623171806335,
-0.023246584460139275,
0.019... | 0.094514 |
# Install Grafana CLI You can install the project using one of the following supported methods: ## 1. Download a pre-built binary Download the latest binary for your platform from the [Releases page](https://github.com/grafana/grafanactl/releases). Prebuilt binaries are available for a variety of operating systems and ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/grafana-cli/install-grafana-cli.md | main | grafana | [
-0.10088251531124115,
-0.015558002516627312,
-0.11305450648069382,
-0.05998058617115021,
-0.08292153477668762,
-0.06171713024377823,
-0.05916433781385422,
-0.02103297784924507,
-0.025445634499192238,
0.03361223265528679,
-0.01381631474941969,
-0.07725173979997635,
-0.023137062788009644,
0.... | 0.007438 |
# Manage resources with Grafana CLI {{< admonition type="note" >}} `grafanactl` is under active development. Command-line flags and subcommands described here may change. This document outlines the target workflows the tool is expected to support. You can find a full list of supported commands [in this page](https://gr... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/grafana-cli/grafanacli-workflows.md | main | grafana | [
-0.12243242561817169,
-0.02812212146818638,
-0.07355589419603348,
0.0069681257009506226,
0.009249228984117508,
-0.10391321778297424,
-0.036740489304065704,
-0.03344649076461792,
-0.03891327232122421,
0.02196642942726612,
-0.056375786662101746,
-0.08118510991334915,
0.004486603196710348,
0.... | 0.057647 |
-p ./resources/ ``` ## Explore and modify resources from the terminal This section describes how to use the Grafana CLI to interact with Grafana resources directly from your terminal. These commands allow you to browse, inspect, update, and delete resources without using the Grafana UI. This approach is useful for adva... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/grafana-cli/grafanacli-workflows.md | main | grafana | [
-0.12130634486675262,
0.051552046090364456,
-0.09721057862043381,
-0.006398173980414867,
-0.000454339460702613,
-0.08672090619802475,
0.001356608234345913,
-0.03514336422085762,
0.02687094174325466,
0.03065180405974388,
-0.048725225031375885,
-0.05037069693207741,
0.04151386022567749,
0.03... | 0.02214 |
# Set up Grafana CLI You can configure Grafana CLI in two ways: using environment variables or through a configuration file. - \*\*Environment variables\*\* are ideal for CI environments and support a single context. A full list of supported environment variables is available in the [reference documentation](https://gi... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/grafana-cli/set-up-grafana-cli.md | main | grafana | [
-0.10321929305791855,
-0.009345252066850662,
-0.08641214668750763,
0.000019776296539930627,
-0.06337209790945053,
-0.07939665764570236,
-0.010439516045153141,
-0.04107201471924782,
-0.0013148324796929955,
0.02225089631974697,
-0.005642002448439598,
-0.1083604246377945,
0.012159809470176697,
... | 0.03024 |
# Foundation SDK key concepts The Grafana Foundation SDK is built around a few core concepts that make your dashboards structured, reusable, and strongly typed. ## Builders The SDK follows a builder pattern, which lets you compose dashboards step-by-step using chained method calls. Almost every piece of the dashboard, ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/foundation-sdk/foundation-sdk-key-concepts.md | main | grafana | [
-0.12084884941577911,
-0.002645844826474786,
-0.07401777058839798,
0.020464520901441574,
-0.02098490111529827,
-0.0776921957731247,
-0.059862349182367325,
0.032166555523872375,
-0.036944679915905,
0.05033637210726738,
-0.04757251590490341,
-0.07893997430801392,
0.048670388758182526,
-0.038... | 0.086496 |
# Get started with the Grafana Foundation SDK The Grafana Foundation SDK is a set of tools, types, and libraries that let you define Grafana dashboards and resources using strongly typed code. By writing your dashboards as code, you can: - \*\*Leverage strong typing:\*\* Catch errors at compile time, ensuring more reli... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/foundation-sdk/_index.md | main | grafana | [
-0.06901542097330093,
-0.016858652234077454,
-0.0707629919052124,
-0.03332890570163727,
-0.011659589596092701,
-0.06989781558513641,
-0.04778863862156868,
0.08981338888406754,
-0.04556501284241676,
0.038297511637210846,
-0.04086791351437569,
-0.05408933013677597,
0.03116396814584732,
0.021... | 0.100361 |
Time Series"). Datasource(testdataRef). WithTarget( testdata.NewDataqueryBuilder(). ScenarioId("random\_walk"), ), ) // Build the dashboard - errors in configuration will be thrown here dashboard, err := builder.Build() if err != nil { log.Fatalf("failed to build dashboard: %v", err) } // Output the generated dashboard... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/foundation-sdk/_index.md | main | grafana | [
-0.11230076849460602,
0.0388323999941349,
-0.08459573984146118,
-0.011916104704141617,
-0.01732342690229416,
-0.0716499388217926,
-0.03221859037876129,
0.06783274561166763,
-0.038045734167099,
0.029135242104530334,
-0.021888332441449165,
-0.11753997206687927,
0.01425880379974842,
0.0380907... | 0.023498 |
# Automate dashboard provisioning with CI/CD Managing Grafana dashboards manually can be inefficient and error-prone. With the Grafana Foundation SDK you can define dashboards using strongly typed code, commit them to version control systems, and automatically deploy them using GitHub Actions. ## Why automate? Automati... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/foundation-sdk/dashboard-automation.md | main | grafana | [
-0.10969338566064835,
-0.03846545144915581,
-0.10238945484161377,
-0.04532754421234131,
0.015812793746590614,
-0.07111860066652298,
-0.09999338537454605,
0.01817619986832142,
0.006663522683084011,
0.06872601807117462,
-0.0238697100430727,
-0.048566486686468124,
0.028416000306606293,
0.0165... | 0.050642 |
dashboard already exists within our Grafana instance - Update it if it does, create it if it doesnβt {{< admonition type="note" >}} The following GitHub Action configuration assumes you are using a Go-based dashboard generator. If you're using one of the other languages that the Foundation SDK supports, modify the \*\*... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/foundation-sdk/dashboard-automation.md | main | grafana | [
-0.087847501039505,
-0.05049764737486839,
-0.09678579121828079,
-0.05324993282556534,
-0.01785125397145748,
-0.06601224839687347,
-0.04520315304398537,
-0.02906925417482853,
0.019578861072659492,
0.027550823986530304,
-0.0019482342759147286,
-0.05438400059938431,
-0.008128335699439049,
0.0... | 0.040538 |
# Git Sync key concepts {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editions. Documentation and su... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/key-concepts.md | main | grafana | [
-0.10976777970790863,
-0.07121960073709488,
-0.04363672062754631,
0.03184870630502701,
-0.04377062991261482,
-0.058005981147289276,
-0.051763005554676056,
-0.03759762644767761,
0.023440180346369743,
0.06023583561182022,
0.056234169751405716,
0.048328008502721786,
0.014079014770686626,
-0.0... | 0.078706 |
entity that allows Grafana to request tokens from the provider. - Repository access scope: The set of repositories that the connection (and therefore, Grafana) is authorized to access in the Git provider. ## How does Git Sync behave? Git Sync is bidirectional, and syncs a repository resource with your Grafana instance.... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/key-concepts.md | main | grafana | [
-0.15149317681789398,
-0.05466429516673088,
-0.08683407306671143,
0.011556296609342098,
-0.04625781252980232,
-0.059145793318748474,
-0.001557371113449335,
-0.04467390850186348,
0.055375803261995316,
0.05021054670214653,
0.00820226315408945,
-0.01386316679418087,
0.03903941065073013,
-0.03... | 0.12377 |
# Work with provisioned dashboards in Git Sync {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise edition... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/provisioned-dashboards.md | main | grafana | [
-0.09943327307701111,
-0.03560478612780571,
-0.05035634711384773,
0.01706310547888279,
-0.031887900084257126,
-0.06502954661846161,
-0.0671650841832161,
-0.018243012949824333,
0.014441131614148617,
0.07033092528581619,
0.027272488921880722,
0.004175944719463587,
0.03495188057422638,
-0.011... | 0.061373 |
edit a provisioned resource, you're prompted to save or discard those changes. Saving changes requires opening a pull request in your GitHub repository. To save dashboard changes: 1. Select \*\*Edit\*\* to update a provisioned dashboard. Make your desired changes. 1. Click \*\*Save dashboard\*\*. 1. On the \*\*Provisio... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/provisioned-dashboards.md | main | grafana | [
0.03289063647389412,
-0.05949379876255989,
-0.04754194989800453,
0.0401756726205349,
-0.01931348815560341,
0.027473358437418938,
-0.06498116254806519,
0.016314376145601273,
0.04657607898116112,
0.1000514030456543,
-0.053627148270606995,
-0.041923921555280685,
0.049190349876880646,
0.036547... | 0.001114 |
# Work with provisioned repositories in Git Sync {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editi... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/use-git-sync.md | main | grafana | [
-0.11427042633295059,
-0.058010492473840714,
-0.02709369547665119,
0.031005429103970528,
-0.0416593924164772,
-0.07465210556983948,
-0.06719223409891129,
-0.0553482286632061,
0.008268195204436779,
0.06508003175258636,
0.04564695432782173,
0.014669138938188553,
-0.00393708236515522,
-0.0300... | 0.071928 |
# Export non-provisioned resources from Grafana {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editio... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/export-resources.md | main | grafana | [
-0.092340849339962,
-0.04138442873954773,
-0.05216357856988907,
0.04325007647275925,
0.0007164512062445283,
-0.07496759295463562,
-0.07495284080505371,
-0.06260892748832703,
0.01564793661236763,
0.07272611558437347,
0.05287773162126541,
0.03123493492603302,
0.0008944138535298407,
-0.047160... | 0.056463 |
'kind': 'Dashboard', 'metadata': { 'name': 'dcf2lve9akj8xsd' }, 'spec': { /\* Original dashboard JSON goes here \*/ }, } ``` The structure includes: - `apiVersion`: Specifies the API version (currently `v1`) - `kind`: Identifies the resource type (Dashboard) - `metadata`: Contains the dashboard identifier `uid`. You ca... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/export-resources.md | main | grafana | [
-0.12960569560527802,
-0.036526817828416824,
-0.11073736101388931,
0.007711113430559635,
-0.00379594205878675,
-0.0721374899148941,
-0.07787442207336426,
0.05133567377924919,
-0.028477203100919724,
0.014751878567039967,
-0.023412195965647697,
-0.0702747330069542,
0.017170026898384094,
0.04... | 0.018422 |
# Usage and performance limitations {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editions. Document... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/usage-limits.md | main | grafana | [
-0.10259276628494263,
-0.05556902661919594,
-0.039606135338544846,
0.03313297778367996,
-0.026590298861265182,
-0.07826673984527588,
-0.06582437455654144,
-0.04357309639453888,
0.01709778606891632,
0.038159411400556564,
0.037324775010347366,
0.04206472635269165,
0.011537659913301468,
-0.03... | 0.09403 |
the moment, and are only available in Grafana Enterprise and Grafana Cloud. Expect continued improvements around pull request workflows, linking, and sync behavior in upcoming releases. ## Resource support and compatibility \*\*Git Sync only supports dashboards and folders\*\*. Alerts, data sources, panels and other re... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/usage-limits.md | main | grafana | [
-0.10261453688144684,
-0.07599970698356628,
-0.034741271287202835,
-0.006596782710403204,
-0.011452165432274342,
-0.0687878206372261,
-0.07573990523815155,
-0.0829181894659996,
0.036556292325258255,
0.03784625977277756,
-0.010118300095200539,
-0.04550885036587715,
0.011507970280945301,
0.0... | 0.005111 |
# Introduction to Git Sync {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editions. Documentation and... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/_index.md | main | grafana | [
-0.12005224823951721,
-0.05634622275829315,
-0.05661289021372795,
0.036753099411726,
-0.03187049180269241,
-0.06959646940231323,
-0.06875497847795486,
-0.03631722927093506,
0.027215447276830673,
0.049073975533246994,
0.03968443721532822,
0.04291336610913277,
0.00369422254152596,
-0.0453999... | 0.088961 |
and analytics. ### Collaborative dashboard development With Git Sync, multiple users can work on dashboards simultaneously without overwriting each otherβs modifications. By leveraging pull requests and branch-based workflows, teams can submit changes for review before merging them into the main branch. This process no... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/_index.md | main | grafana | [
-0.08049283921718597,
-0.05928709730505943,
-0.049481235444545746,
-0.029555482789874077,
0.015239585191011429,
-0.08404222130775452,
-0.08192786574363708,
-0.025874735787510872,
0.046179864555597305,
0.04601471126079559,
-0.05568313971161842,
0.018042517825961113,
0.06346117705106735,
0.0... | 0.14329 |
# Git Sync for development and production environments Use separate Grafana instances for development and production. Each syncs with different Git locations to test dashboards before production. ## Use it for - \*\*Staged deployments\*\*: You need to test dashboard changes before production deployment. - \*\*Change co... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/scenarios/dev-prod.md | main | grafana | [
-0.1060665100812912,
-0.04734475910663605,
-0.05530490353703499,
-0.04114926606416702,
-0.01877460442483425,
-0.09171686321496964,
-0.08676515519618988,
-0.02282685786485672,
0.00013068024418316782,
0.08413003385066986,
0.04382075369358063,
-0.06931035965681076,
0.04833412170410156,
-0.001... | 0.116658 |
# Git Sync with regional replication Deploy multiple Grafana instances across regions. Synchronize them with the same Git location to ensure consistent dashboards everywhere. ## Use it for - \*\*Geographic distribution\*\*: You deploy Grafana close to users in different regions. - \*\*Latency reduction\*\*: Users need ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/scenarios/multi-region.md | main | grafana | [
-0.0465073436498642,
-0.04240347072482109,
-0.050886645913124084,
-0.05427713319659233,
-0.051203757524490356,
-0.1094973087310791,
-0.0630374476313591,
-0.06613816320896149,
-0.0039045135490596294,
0.03837500885128975,
0.009374608285725117,
-0.05850355699658394,
0.03289174288511276,
0.024... | 0.082982 |
# Git Sync in a Grafana instance shared by multiple teams Use a single Grafana instance with multiple Repository resources, one per team. Each team manages its own dashboards while sharing Grafana. ## Use it for - \*\*Team autonomy\*\*: Different teams manage their own dashboards independently. - \*\*Organizational str... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/scenarios/multi-team.md | main | grafana | [
-0.1210998073220253,
-0.02794530615210533,
-0.1045038104057312,
-0.00802246667444706,
-0.039016302675008774,
-0.12056412547826767,
-0.05282405763864517,
-0.040917862206697464,
0.03437703475356102,
0.048963941633701324,
0.004591612610965967,
-0.06816593557596207,
0.06316887587308884,
0.0389... | 0.183483 |
`grafana/` This allows teams to use Git branch workflows for collaboration while sharing the same repository. | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/scenarios/multi-team.md | main | grafana | [
-0.10446056723594666,
-0.05290476605296135,
-0.12037079781293869,
-0.010784633457660675,
-0.03895167261362076,
-0.052165091037750244,
-0.049468930810689926,
-0.02034161612391472,
0.06619377434253693,
0.006196791771799326,
-0.014211240224540234,
0.04378100112080574,
-0.008000867441296577,
0... | 0.214201 |
# Single instance Git Sync Use a single Grafana instance synchronized with a Git repository. This is the foundation for Git Sync and helps you understand bidirectional synchronization. ## Use it for - \*\*Getting started\*\*: You want to learn how Git Sync works before implementing complex scenarios. - \*\*Personal pro... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/scenarios/single-instance.md | main | grafana | [
-0.10064725577831268,
-0.08371405303478241,
-0.03685501962900162,
-0.013637322001159191,
-0.07184761762619019,
-0.11173379421234131,
-0.07628294825553894,
-0.009509672410786152,
0.02797539532184601,
0.04236894100904465,
-0.021731851622462273,
-0.09968752413988113,
0.04140879213809967,
-0.0... | 0.084672 |
# Git Sync deployment scenarios {{< admonition type="caution" >}} \*\*Git Sync is under development\*\*. It reflects Grafanaβs approach to Observability as Code and might include limitations or breaking changes. For current status and known issues, refer to the [Git Sync introduction](https://grafana.com/docs/grafana//... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/scenarios/_index.md | main | grafana | [
-0.08423091471195221,
-0.052422285079956055,
-0.05259393900632858,
0.00047645854647271335,
-0.06579290330410004,
-0.09617548435926437,
-0.06586973369121552,
-0.0714590847492218,
-0.04929194226861,
0.015841862186789513,
0.012298967689275742,
-0.04510832577943802,
0.02275395393371582,
-0.006... | 0.054737 |
# Git Sync for high availability environments ## Primaryβreplica scenario Use a primary Grafana instance and one or more replicas synchronized with the same Git location to enable failover. ### Use it for - \*\*Automatic failover\*\*: You need service continuity when the primary instance fails. - \*\*High availability\... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/scenarios/high-availability.md | main | grafana | [
-0.11743593215942383,
-0.07140076905488968,
-0.053518131375312805,
-0.007089555729180574,
-0.06890743225812912,
-0.06612887978553772,
-0.04483632743358612,
-0.009883920662105083,
-0.013861062936484814,
0.05354668200016022,
-0.025536905974149704,
-0.035863667726516724,
0.031222930178046227,
... | 0.148895 |
β ββββββββββββββββββββββββ ``` ### Repository structure \*\*In Git:\*\* ``` your-org/grafana-manifests βββ shared/ βββ dashboard-metrics.json βββ dashboard-alerts.json βββ dashboard-logs.json ``` \*\*In Grafana Dashboards view (all instances):\*\* ``` Dashboards βββ π grafana-manifests/ βββ Metrics Dashboard βββ Alert... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/scenarios/high-availability.md | main | grafana | [
-0.1388765573501587,
-0.0018179873004555702,
-0.09579777717590332,
-0.008636955171823502,
-0.04619336873292923,
-0.10823435336351395,
-0.0438067689538002,
-0.008928008377552032,
0.04260249808430672,
0.035089656710624695,
-0.02620697021484375,
-0.06996938586235046,
0.049029286950826645,
0.0... | 0.095022 |
# Set up Git Sync as code {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editions. Documentation and ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/set-up-code.md | main | grafana | [
-0.11176013201475143,
-0.056010834872722626,
-0.04603113606572151,
0.04161161929368973,
-0.05311012640595436,
-0.06858246773481369,
-0.06612522155046463,
-0.04349495843052864,
0.02534925378859043,
0.06380613893270493,
0.03408615291118622,
0.031051624566316605,
0.013563431799411774,
-0.0415... | 0.085609 |
UI - \_``\_: GitHub repository URL - \_``\_: Branch to sync - \_``\_: The name of your GitHub connection - \_``\_: Git provider Personal Access Token {{< admonition type="note" >}} Only `target: folder` is currently supported for Git Sync. {{< /admonition >}} ### Configuration parameters The following configuration par... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/set-up-code.md | main | grafana | [
-0.0590706393122673,
-0.050518061965703964,
-0.10430406779050827,
0.05917080491781235,
-0.06517515331506729,
-0.029580827802419662,
0.03327823430299759,
0.005110942292958498,
0.009398574009537697,
-0.001561444136314094,
0.02566337399184704,
-0.07684691995382309,
0.023920400068163872,
-0.01... | 0.04682 |
# Set up Git Sync with Terraform {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editions. Documentati... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/set-up-terraform.md | main | grafana | [
-0.09377529472112656,
-0.04154864326119423,
-0.019408700987696648,
0.024633493274450302,
-0.054632287472486496,
-0.08866007626056671,
-0.08955065160989761,
-0.06457363814115524,
0.022070802748203278,
0.09911894798278809,
0.02148483693599701,
-0.0003166747046634555,
0.021958334371447563,
-0... | 0.066822 |
# Set up instantaneous pulling and dashboard previews in Pull Requests {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open sourc... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/set-up-extend.md | main | grafana | [
-0.1353943645954132,
-0.03338448330760002,
-0.03745804354548454,
0.042028117924928665,
-0.034594886004924774,
-0.07129815965890884,
-0.0726592168211937,
-0.0478186272084713,
0.027079902589321136,
0.0504833422601223,
0.021122286096215248,
0.005453840829432011,
-0.0023238747380673885,
-0.042... | 0.056677 |
# Before you begin {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editions. Documentation and support... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/set-up-before.md | main | grafana | [
-0.10354698449373245,
-0.04718707874417305,
-0.02639395371079445,
0.03370220959186554,
-0.03630927577614784,
-0.06984852999448776,
-0.06124485656619072,
-0.03566538542509079,
0.026527006179094315,
0.04761423170566559,
0.03492946922779083,
0.02669677697122097,
0.02177923172712326,
-0.040230... | 0.076399 |
Read and write permission 1. Finally, under \*\*Where can this GitHub App be installed?\*\*, select \*\*Only on this account\*\* 1. Click on \*\*Create Github App\*\* to complete the process. On the app page: 1. Copy the \*\*AppID\*\* from the \*\*About\*\* section 1. Select the \*\*Generate private key\*\* from the ba... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/set-up-before.md | main | grafana | [
0.005549859255552292,
-0.07440695911645889,
-0.03099745698273182,
-0.049173228442668915,
0.02503366768360138,
0.010032734833657742,
-0.02588582970201969,
0.05405412241816521,
0.011079695075750351,
0.0472542904317379,
0.038395632058382034,
-0.03827723488211632,
0.09944795072078705,
-0.04297... | -0.006847 |
# Set up Git Sync {{< admonition type="caution" >}} Git Sync is available in [public preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud, and is an [experimental feature](https://grafana.com/docs/release-life-cycle/) in Grafana v12 for open source and Enterprise editions. Documentation and support ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/_index.md | main | grafana | [
-0.11527945846319199,
-0.05299580469727516,
-0.04697908088564873,
0.027476176619529724,
-0.05448969826102257,
-0.07399564981460571,
-0.08174857497215271,
-0.032558292150497437,
0.02218860387802124,
0.07492373883724213,
0.03501703962683678,
0.021592658013105392,
0.014036247506737709,
-0.038... | 0.087696 |
- If you already have an existing GitHub App connected: 1. Select \*\*Choose an existing app\*\*. 1. Click on the existing connection you want to use, and click on \*\*Configure repository\*\* to proceed. 1. Paste the \*\*Repository URL\*\* for your GitHub repository into the text box. - If you want to connect using a ... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/_index.md | main | grafana | [
0.03718528524041176,
-0.1752491444349289,
-0.05157309025526047,
0.02476928010582924,
-0.027069879695773125,
0.019766731187701225,
-0.05420444533228874,
0.04353542998433113,
0.00986015796661377,
0.05784989893436432,
0.03726328909397125,
-0.043122921139001846,
0.07811133563518524,
0.00020245... | -0.031528 |
to have the connection to your repository verified and continue setup. ## Choose what to synchronize On this screen, you will sync the external resources you specified in the previous step with your Grafana instance. These provisioned resources will be stored in a new folder in Grafana without affecting the rest of you... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/_index.md | main | grafana | [
-0.10861919075250626,
-0.06794567406177521,
-0.1018383800983429,
0.035015568137168884,
-0.058343227952718735,
-0.0642642080783844,
-0.03069254755973816,
-0.03793240711092949,
-0.013789311982691288,
0.05803971365094185,
0.03620568662881851,
-0.03706074878573418,
0.05248758941888809,
0.00433... | 0.019795 |
control. Your dashboards are now synchronized with a GitHub repository, enabling collaborative development and change tracking. To learn more about using Git Sync refer to the following documents: - [Set up instantaneous pulling and dashboard previews in Pull Requests](https://grafana.com/docs/grafana//as-code/observab... | https://github.com/grafana/grafana/blob/main//docs/sources/as-code/observability-as-code/git-sync/git-sync-setup/_index.md | main | grafana | [
-0.12153387814760208,
-0.052932579070329666,
-0.11312565952539444,
0.028203317895531654,
-0.026266252622008324,
-0.05250614881515503,
-0.07849590480327606,
-0.03452549874782562,
-0.006671039387583733,
0.07272487133741379,
0.014371250756084919,
-0.014245460741221905,
0.025965237990021706,
0... | 0.065728 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.