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
# Deploy Grafana on Kubernetes On this page, you will find instructions for installing and running Grafana on Kubernetes using Kubernetes manifests for the setup. If Helm is your preferred option, refer to [Grafana Helm community charts](https://github.com/grafana/helm-charts). Watch this video to learn more about inst...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/kubernetes/index.md
main
grafana
[ -0.023591669276356697, 0.005183846224099398, -0.006770677398890257, -0.07519416511058807, -0.05833045765757561, 0.002897722413763404, -0.11887738108634949, -0.014434674754738808, 0.019927313551306725, 0.10293818265199661, -0.015516730956733227, -0.0746556967496872, -0.04821707680821419, -0...
0.034324
3000 scheme: HTTP initialDelaySeconds: 10 periodSeconds: 30 successThreshold: 1 timeoutSeconds: 2 livenessProbe: failureThreshold: 3 initialDelaySeconds: 30 periodSeconds: 10 successThreshold: 1 tcpSocket: port: 3000 timeoutSeconds: 1 resources: requests: cpu: 250m memory: 750Mi volumeMounts: - mountPath: /var/lib/graf...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/kubernetes/index.md
main
grafana
[ -0.08235491812229156, 0.00876336358487606, -0.08259718865156174, -0.07341007143259048, -0.08568115532398224, -0.05523797124624252, -0.08300644904375076, -0.049644626677036285, 0.04091910645365715, 0.06953941285610199, 0.0005859974771738052, -0.12865321338176727, -0.04386807978153229, -0.01...
0.097791
browser under ideal circumstances. ```bash curl 192.168.122.144:32182 ``` The following example output shows that an endpoint has been located: `[Found](/login).` 1. Access the Grafana UI in the browser using the provided IP:Port from the command above. For example `192.168.122.144:32182` The Grafana sign-in page appea...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/kubernetes/index.md
main
grafana
[ 0.00935797393321991, 0.008897989988327026, -0.09768380969762802, -0.08580290526151657, -0.08532001078128815, -0.010677319951355457, -0.1078617200255394, 0.02707737870514393, 0.018485311418771744, 0.029613938182592392, -0.005947793368250132, -0.020038537681102753, -0.011055435985326767, -0....
0.005489
editor, change the container image under the `kind: Deployment` section. For example: - From - `yaml image: grafana/grafana:12.1.0` - To - `yaml image: grafana/grafana-dev:12.2.0-17161637292` 1. Save the changes. Once you save the file, you receive a message similar to the following: ```bash deployment.apps/grafana edi...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/kubernetes/index.md
main
grafana
[ -0.005059670191258192, 0.014711098745465279, 0.0012899624416604638, -0.03310690447688103, -0.03150724619626999, -0.07059401273727417, -0.0892309620976448, -0.07179107517004013, 0.03037608414888382, 0.07486209273338318, 0.01944250799715519, -0.07939469814300537, -0.043956730514764786, -0.02...
0.081115
in your configuration files when Grafana starts. For detailed information, refer to [Grafana Provisioning](/docs/grafana//administration/provisioning). This section outlines general instructions for provisioning Grafana resources within Kubernetes, using a persistent volume to supply the configuration files to the Graf...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/kubernetes/index.md
main
grafana
[ -0.049957647919654846, -0.0566067211329937, -0.038310471922159195, -0.02725573442876339, -0.08195875585079193, -0.028486210852861404, -0.07158560305833817, -0.05154057592153549, 0.013314706273376942, 0.0954086035490036, -0.006491814274340868, -0.05217985436320305, -0.03370274603366852, -0....
0.036519
name it `grafana.ini` and add the following: ```bash [log] ; # Either "debug", "info", "warn", "error", "critical", default is "info" ; # we change from info to debug level level = debug ``` This example adds the portion of the log section from the configuration file. You can refer to the [Configure Grafana](/docs/graf...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/kubernetes/index.md
main
grafana
[ -0.02990667335689068, -0.02221612073481083, -0.04807008430361748, -0.01726669631898403, -0.061715591698884964, -0.035044413059949875, -0.04010874778032303, 0.007235521916300058, -0.006423312239348888, 0.09133441746234894, -0.011274214833974838, -0.13735118508338928, -0.020977254956960678, ...
0.120344
for additional steps that are required for adding your license file. ### Obtain Grafana Enterprise license To run Grafana Enterprise, you need a valid license. To obtain a license, [contact a Grafana Labs representative](/contact?about=grafana-enterprise). This topic assumes that you have a valid license in a `license....
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/kubernetes/index.md
main
grafana
[ -0.051832206547260284, 0.006196212023496628, -0.018906259909272194, -0.10793359577655792, -0.09276282787322998, 0.032123371958732605, -0.01753079891204834, -0.02141897939145565, 0.03896888345479965, 0.02744985930621624, -0.01716419868171215, -0.06949709355831146, -0.01777353510260582, -0.0...
0.098142
# Deploy Grafana using Helm Charts This topic includes instructions for installing and running Grafana on Kubernetes using Helm Charts. [Helm](https://helm.sh/) is an open source command line tool used for managing Kubernetes applications. It is a graduate project in the [CNCF Landscape](https://www.cncf.io/projects/he...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/helm/index.md
main
grafana
[ -0.014653577469289303, -0.00004774364788318053, -0.006529776845127344, -0.07537994533777237, -0.03028952144086361, -0.037520069628953934, -0.10201718658208847, -0.022544734179973602, 0.024363627657294273, 0.09144169837236404, 0.01563866436481476, -0.09774332493543625, -0.019390510395169258, ...
0.07091
to deploy the chart 1. To verify the deployment status, run the following command and verify that `deployed` appears in the \*\*STATUS\*\* column: ```bash helm list -n monitoring ``` You should see an output similar to the following: ```bash NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION my-grafana monitoring...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/helm/index.md
main
grafana
[ 0.024310976266860962, -0.03172982484102249, -0.0013963539386168122, -0.03177722170948982, -0.020886341109871864, -0.05501016974449158, -0.07134959101676941, -0.06767288595438004, 0.05559774488210678, 0.06747109442949295, -0.005129652563482523, -0.10956138372421265, -0.007252343464642763, -...
0.07284
ephemeral storage, and all data will be stored within the container's file system. This data will be lost if the container is stopped, restarted, or if the container crashes. It is highly recommended that you enable persistent storage in Grafana Helm charts if you want to ensure that your data persists and is not lost ...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/helm/index.md
main
grafana
[ -0.008175130933523178, 0.053507428616285324, -0.07378362119197845, 0.01200931891798973, 0.02719169855117798, -0.007865658961236477, -0.08276749402284622, 0.028259485960006714, 0.024166671559214592, 0.06191524863243103, 0.0314510203897953, -0.012380911037325859, -0.016307460144162178, -0.03...
0.019169
solution which should work across your entire instance (plugins, data sources, and backend connections) is to add your self-signed CA certificate to your Kubernetes deployment. 1. Create a ConfigMap containing the certificate, and deploy it to your Kubernetes cluster ```yaml # grafana-ca-configmap.yaml --- apiVersion: ...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/helm/index.md
main
grafana
[ -0.025188466534018517, 0.015776831656694412, 0.0016737194964662194, -0.030285704880952835, -0.0862632691860199, -0.03238115459680557, -0.056934624910354614, -0.026218118146061897, 0.06548703461885452, 0.057161346077919006, -0.01736760139465332, -0.15556150674819946, 0.05082603171467781, 0....
0.008266
values.yaml -n monitoring ``` This command will now make your super admin login credentials as `admin` for both username and password. 1. To verify it, sign in to Grafana, enter `admin` for both username and password. You should be able to login as super admin. ## Uninstall the Grafana deployment To uninstall the Grafa...
https://github.com/grafana/grafana/blob/main//docs/sources/setup-grafana/installation/helm/index.md
main
grafana
[ -0.035301100462675095, -0.01604442298412323, -0.06485261023044586, -0.05090467631816864, -0.04033522680401802, -0.0684032067656517, 0.015092880465090275, -0.11627122759819031, 0.09143979847431183, 0.07551121711730957, 0.0005467985174618661, -0.06542704999446869, 0.0016804547049105167, -0.0...
0.077049
# Integrate Hubot with Grafana Grafana 2.0 shipped with a great feature that enables it to render any graph or panel to a PNG image. No matter what data source you are using, the PNG image of the Graph will look the same as it does in your browser. This guide shows you how to install and configure the [Hubot-Grafana](h...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/integrate-hubot/index.md
main
grafana
[ -0.07507743686437607, -0.02923584170639515, -0.05020563304424286, 0.023467037826776505, 0.07320429384708405, -0.034850720316171646, -0.07430599629878998, 0.035057734698057175, -0.03646250069141388, 0.06251712143421173, -0.012956744059920311, -0.025795593857765198, 0.050909802317619324, 0.0...
0.102536
- Get only the third panel of a particular dashboard with a window of 8 days ago to yesterday - `hubot graf db graphite-carbon-metrics host=carbon-a` - Get a templated dashboard with the `$host` parameter set to `carbon-a` ## Aliases Some of the hubot commands above can lengthy and you might have to remember the dashbo...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/integrate-hubot/index.md
main
grafana
[ -0.02150990441441536, 0.017036197707057, -0.014996325597167015, 0.013219608925282955, 0.07368642836809158, 0.015356283634901047, -0.05417352169752121, 0.06367908418178558, -0.02498670294880867, 0.05140852555632591, -0.028660984709858894, -0.10121068358421326, 0.07904539257287979, -0.007354...
-0.027182
## Introduction This tutorial is for admins or anyone that wants to learn how to manage users in Grafana. You'll add multiple local users, organize them into teams, and make sure they're only able to access the resources they need. ### Scenario \_Graphona\_, a fictional telemarketing company, has asked you to configure...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-users-and-teams/index.md
main
grafana
[ -0.11626375466585159, 0.01548884715884924, -0.09781759232282639, 0.017321517691016197, -0.11647884547710419, -0.07565657049417496, -0.0015791456680744886, -0.008176106959581375, -0.10899607092142105, 0.06539159268140793, 0.031333837658166885, -0.05125448480248451, 0.04609411582350731, 0.08...
0.103712
\_Engineering\_ teams. 1. In the sidebar, hover your mouse over the \*\*Configuration\*\* (gear) icon and then click \*\*Teams\*\*. 1. Click \*\*New team\*\*. 1. In \*\*Name\*\*, enter the name of the team: either \_Marketing\_ or \_Engineering\_. You do not need to enter an email. 1. Click \*\*Create\*\*. 1. Click on ...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-users-and-teams/index.md
main
grafana
[ -0.05313496291637421, -0.05366652086377144, -0.03244299441576004, 0.02424202673137188, 0.04370066151022911, -0.00807812437415123, 0.054096441715955734, 0.03233996406197548, -0.023982372134923935, -0.028308119624853134, -0.014530569314956665, -0.09630667418241501, 0.11912588030099869, 0.005...
0.057371
by members of the Marketing or Engineering teams. Only Marketing team members can edit the contents of the Analytics folder, only Engineering team members can edit the contents of the Application folder. ## Define granular permissions By using folders and teams, you avoid having to manage permissions for individual use...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-users-and-teams/index.md
main
grafana
[ -0.07362774759531021, 0.007612099405378103, -0.12386923283338547, 0.004682199098169804, -0.017247814685106277, -0.02080596797168255, 0.010366206988692284, 0.01969103328883648, -0.036769285798072815, 0.02678636647760868, 0.015507321804761887, -0.018710235133767128, 0.074895940721035, 0.0519...
0.076225
to manage permissions for groups of users. - You configured permissions for folders and dashboard. ### Learn more - [Organization Roles](/docs/grafana/next/administration/manage-users-and-permissions/about-users-and-permissions/#organization-roles) - [Permissions Overview](/docs/grafana/latest/administration/manage-use...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-users-and-teams/index.md
main
grafana
[ -0.06253447383642197, -0.001410322729498148, -0.14382970333099365, 0.0027765496633946896, -0.029414046555757523, -0.037557415664196014, -0.00892799161374569, -0.04567263647913933, 0.0036915328819304705, 0.04631438106298447, 0.008741388097405434, 0.007734398823231459, -0.02936062030494213, ...
0.147703
This tutorial is a continuation of the [Get started with Grafana Alerting - Route alerts using dynamic labels](http://www.grafana.com/tutorials/alerting-get-started-pt5/) tutorial. {{< youtube id="mqj\_hN24zLU" >}} In this tutorial you will learn how to: - Link alert rules to time series panels for better visualization...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt6/index.md
main
grafana
[ -0.08035004138946533, -0.0013701969292014837, -0.08719393610954285, 0.0147247314453125, 0.019455531612038612, -0.06040295958518982, 0.051600247621536255, -0.02208876609802246, 0.000588145456276834, -0.05699803680181503, -0.025507444515824318, -0.042451005429029465, -0.007293197326362133, 0...
0.136669
Navigate to \*\*Dashboards\*\*. - Click \*\*+ Create dashboard\*\*. - Click \*\*+ Add visualization\*\*. - Select \*\*Prometheus\*\* as the data source (provided with the demo). - Enter a title for your panel, e.g., \*\*CPU and Memory Usage\*\*. 1. Add queries for metrics: - In the query area, copy and paste the follow...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt6/index.md
main
grafana
[ 0.0257248654961586, -0.011982012540102005, -0.1489475518465042, 0.08594094961881638, 0.03930385410785675, -0.14161548018455505, 0.031236276030540466, 0.04526824876666069, -0.01412351056933403, -0.007373427972197533, -0.044587135314941406, -0.10691028833389282, 0.005013978108763695, -0.0286...
0.09802
appear on the graph to mark the event. Similarly, when the alert is resolved, another annotation is added to indicate the moment it returned to normal. Try adding a second alert rule using the memory usage metric (`flask\_app\_memory\_usage{instance="flask-prod:5000"`}) to see how combining multiple alerts can enhance ...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt6/index.md
main
grafana
[ 0.0333518348634243, 0.013407781720161438, -0.051969025284051895, 0.06969927251338959, 0.16027195751667023, -0.07037579268217087, 0.0787288099527359, 0.036231521517038345, 0.10107357800006866, -0.08370734751224518, -0.04857668653130531, -0.015187453478574753, 0.024260852485895157, 0.0416863...
0.09546
## Introduction In this tutorial, you'll learn how to use Grafana to set up a monitoring solution for your application, and: - Explore metrics and logs - Build dashboards - Annotate dashboards - Set up alert rules Alternatively, you can also watch our Grafana for Beginners series where we discuss fundamental concepts t...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/grafana-fundamentals/index.md
main
grafana
[ -0.030902694910764694, 0.0028608583379536867, -0.05010606721043587, -0.00520011642947793, 0.04959871619939804, -0.09718833118677139, 0.05930618941783905, 0.0409134179353714, -0.00423783715814352, 0.033944230526685715, -0.012622209265828133, -0.11107511818408966, 0.03496776893734932, 0.0543...
0.119877
credentials. In that case, the default username and password is `admin`. > {{< /docs/ignore >}} The first thing you see is the Home dashboard, which helps you get started. In the top left corner, you can see the menu icon. Clicking it opens the \_sidebar\_, the main menu for navigating Grafana. ## Explore your metrics ...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/grafana-fundamentals/index.md
main
grafana
[ -0.11517275869846344, -0.012788149528205395, -0.10944242775440216, 0.028067398816347122, -0.08171617239713669, -0.13804017007350922, 0.030778441578149796, -0.012337802909314632, -0.0054442002438008785, 0.018243391066789627, -0.02898266911506653, -0.10676019638776779, 0.027461867779493332, ...
0.15957
your changes. You should see the message "Data source successfully connected." Loki is now available as a data source in Grafana. ## Explore your logs Grafana Explore not only lets you make ad-hoc queries for metrics, but lets you explore your logs as well. 1. Click the menu icon and, in the sidebar, click \*\*Explore\...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/grafana-fundamentals/index.md
main
grafana
[ -0.07222545146942139, -0.033008262515068054, -0.04173111543059349, 0.03444983810186386, -0.03951957821846008, -0.07079795002937317, 0.01203852891921997, -0.040491290390491486, 0.02243264764547348, 0.04249447211623192, -0.004156343173235655, -0.10028091818094254, 0.006755775306373835, 0.030...
0.070956
failure occurred. Time of last deploy, system changes, or database migration can offer insight into what might have caused an outage. Annotations allow you to represent such events directly on your graphs. In the next part of the tutorial, we simulate some common use cases that someone would add annotations for. 1. To ...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/grafana-fundamentals/index.md
main
grafana
[ -0.017328914254903793, -0.0043952628038823605, 0.006169924046844244, 0.01021458301693201, 0.04501322656869888, -0.018511217087507248, -0.009638762101531029, 0.0045943185687065125, -0.017473703250288963, 0.035613764077425, -0.0067605325020849705, -0.12796270847320557, 0.0007842018385417759, ...
0.075425
basic alert rule consists of two parts: 1. A \_Contact point\_ - A Contact point defines how Grafana delivers an alert instance. When the conditions of an \_alert rule\_ are met, Grafana notifies the contact points, or channels, configured for that alert rule. {{< admonition type="note" >}} An [alert instance](https://...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/grafana-fundamentals/index.md
main
grafana
[ -0.11940725892782211, 0.01395596656948328, -0.026331201195716858, 0.05003856122493744, 0.07592874020338058, -0.10138802975416183, 0.08898147940635681, -0.03301219269633293, 0.09689711779356003, -0.023693816736340523, -0.00918869860470295, -0.007095103617757559, 0.007491272874176502, 0.0227...
0.197593
used in our earlier panel: ``` sum(rate(tns\_request\_duration\_seconds\_count[5m])) by(route) ``` 1. Keep expressions \*\*B\*\* and \*\*C\*\* as they are. These expressions (Reduce and Threshold, respectively) are included by default when creating a new rule. Enter `0.2` as threshold value. You can read more about que...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/grafana-fundamentals/index.md
main
grafana
[ -0.10816255211830139, 0.05495491623878479, -0.08612328767776489, 0.06548509746789932, -0.06914745271205902, -0.04739459976553917, 0.05525780841708183, 0.0005209973896853626, 0.058270297944545746, 0.04058440402150154, -0.0072772386483848095, -0.12110158801078796, 0.036778610199689865, 0.012...
0.187167
\*\*Dashboards\*\* and selecting the dashboard you created. 1. To test the changes, follow the steps listed to [trigger a Grafana-managed alert rule](#trigger-a-grafana-managed-alert). You should now see a red, broken heart icon beside the panel name, indicating that the alert rule has been triggered. An annotation for...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/grafana-fundamentals/index.md
main
grafana
[ -0.07451919466257095, 0.009958069771528244, -0.053785089403390884, 0.03657858446240425, 0.07903922349214554, -0.05755845829844475, 0.04293814301490784, -0.02506457269191742, 0.02806568332016468, 0.02039138600230217, -0.014243626035749912, -0.059720344841480255, 0.06384037435054779, 0.04016...
0.105439
## Introduction In this tutorial, you'll configure Grafana to run behind a reverse proxy. When running Grafana behind a proxy, you need to configure the domain name to let Grafana know how to render links and redirects correctly. - In the Grafana configuration file, change `server.domain` to the domain name you'll be u...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/run-grafana-behind-a-proxy/index.md
main
grafana
[ -0.13851164281368256, 0.013171294704079628, -0.08312015235424042, -0.034830402582883835, -0.10847169160842896, -0.10250614583492279, -0.09793136268854141, -0.042202647775411606, -0.050080474466085434, 0.04841132462024689, -0.06386246532201767, -0.022526802495121956, -0.029742054641246796, ...
0.006928
the `Append query string` checkbox - check the `Stop processing of subsequent rules` checkbox This is the rewrite rule that's generated in the `web.config`: ```xml ``` For more detailed instruction, refer to the [tutorial on IIS URL Rewrites](/tutorials/iis/). ### Configure Apache To use Apache as a proxy, ensure its p...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/run-grafana-behind-a-proxy/index.md
main
grafana
[ -0.010902962647378445, -0.013895606622099876, 0.003606414655223489, -0.006552802864462137, -0.0581442266702652, -0.07140465825796127, -0.055701520293951035, -0.046096500009298325, 0.01279373001307249, 0.08192599564790726, -0.02382521517574787, 0.01531176920980215, 0.036397408694028854, -0....
0.017482
## Introduction Learn how you can reuse dashboards and data sources across multiple teams by provisioning Grafana from version-controlled configuration files. In this tutorial, you'll: - Provision dashboards. - Provision data sources. {{% class "prerequisite-section" %}} ### Prerequisites - Grafana 7.0 - Administrator ...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/provision-dashboards-and-data-sources/index.md
main
grafana
[ -0.0730978399515152, -0.021975131705403328, -0.09446284919977188, -0.0019284965237602592, -0.016973931342363358, -0.07900343090295792, -0.05304465815424919, -0.013519391417503357, -0.04457820951938629, 0.05560900270938873, -0.02636740356683731, -0.027819298207759857, 0.05513642355799675, 0...
0.038321
Services # The folder where to place the dashboards type: file options: path: # Default path for Windows: C:/Program Files/GrafanaLabs/grafana/public/dashboards # Default path for Linux is: /var/lib/grafana/dashboards ``` For more information on how to configure dashboard providers, refer to [Dashboards](/docs/grafana/...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/provision-dashboards-and-data-sources/index.md
main
grafana
[ -0.09286824613809586, -0.015012089163064957, -0.12899437546730042, 0.008910208940505981, -0.046615030616521835, 0.01539687905460596, -0.04890231788158417, 0.04299421235918999, -0.0030179512687027454, 0.04748506471514702, -0.015903029590845108, -0.03221999481320381, 0.022531190887093544, 0....
0.095716
In this tutorial, we walk you through the process of setting up your first alert in just a few minutes. You'll witness your alert in action with real-time data, as well as sending alert notifications. {{< youtube id="YVhKNbQNNss" >}} In this tutorial you will: - Create a contact point. - Set up an alert rule. - Receive...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started/index.md
main
grafana
[ -0.030531836673617363, -0.04676831141114235, -0.07903295755386353, -0.006078384816646576, 0.09170007705688477, -0.058869265019893646, 0.0997859463095665, -0.008621640503406525, 0.05489193648099899, -0.07833148539066315, -0.009062036871910095, -0.034243982285261154, 0.026713408529758453, 0....
0.121936
account. OSS users: To log in, navigate to [http://localhost:3000](http://localhost:3000), where Grafana is running. 1. In another tab, go to [Webhook.site](https://webhook.site/). 1. Copy Your unique URL. Your webhook endpoint is now waiting for the first request. Next, let's configure a contact point in Grafana's Ale...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started/index.md
main
grafana
[ -0.14216415584087372, 0.012321075424551964, -0.07742150127887726, -0.02251487597823143, -0.0076186382211744785, -0.105538509786129, -0.020294426009058952, -0.06442424654960632, 0.06366532295942307, 0.003186907386407256, -0.03185168281197548, -0.14803984761238098, -0.016830267384648323, -0....
0.082231
the condition must be met to trigger the alert rule. - \*\*Keep firing for\*\*: defines how long an alert should remain in the Firing state after the alert condition stops being true. During this time, the alert enters a \_Recovering\_ state, suppressing additional notifications but keeping the alert active. It helps p...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started/index.md
main
grafana
[ -0.026369046419858932, 0.003936103545129299, -0.014270205982029438, 0.08535809069871902, 0.048613280057907104, -0.03837542608380318, 0.12047301977872849, -0.030659187585115433, 0.08359969407320023, -0.02357768639922142, -0.005394360050559044, -0.04160100594162941, 0.06065298616886139, -0.0...
0.182355
# How to create alert rules with log data Loki stores your logs and only indexes labels for each log stream. Using Loki with Grafana Alerting is a powerful way to keep track of what’s happening in your environment. You can create metric alert rules based on content in your log lines to notify your team. What’s even bet...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-with-logs/index.md
main
grafana
[ -0.0603901706635952, 0.01608860120177269, -0.07641329616308212, 0.0160610880702734, 0.08024661988019943, -0.08673124015331268, 0.0956774353981018, 0.006533974781632423, 0.0668117105960846, -0.02485133521258831, -0.019138626754283905, -0.12067238986492157, 0.038567326962947845, 0.0470159538...
0.152838
that you followed the steps above to create the file. - If the file exists, verify that promtail container is running. - In Grafana Explore, check that the time range is only for the last 5 minutes. ## Create a contact point Besides being an open-source observability tool, Grafana has its own built-in alerting service....
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-with-logs/index.md
main
grafana
[ -0.13179409503936768, 0.018096579238772392, -0.07497341185808182, 0.025279730558395386, -0.020095793530344963, -0.09545623511075974, -0.01295961532741785, -0.03228245675563812, 0.03130294382572174, 0.015684429556131363, -0.02251702919602394, -0.11367710679769516, -0.019729649648070335, 0.0...
0.088975
that is not 200 (OK), then sum the result set by message type using an \*\*instant query\*\* and the time interval indicated in brackets. It uses the LogQL pattern parser to add a new label called `message` that contains the level, method, url, and status from the log line. You can use the \*\*explain query\*\* toggle ...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-with-logs/index.md
main
grafana
[ -0.04014446958899498, 0.08205825090408325, -0.007256136275827885, 0.1112477108836174, -0.07536434382200241, -0.054518699645996094, 0.09405004978179932, 0.037395887076854706, 0.025296688079833984, -0.012349382042884827, 0.0045029898174107075, -0.09106016904115677, 0.036427829414606094, 0.02...
0.119547
This tutorial is a continuation of the [Grafana Alerting - Create and receive your first alert](http://www.grafana.com/tutorials/alerting-get-started/) tutorial. In this guide, we dig into more complex yet equally fundamental elements of Grafana Alerting: \*\*alert instances\*\* and \*\*notification policies\*\*. {{< y...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt2/index.md
main
grafana
[ -0.09422419965267181, -0.0460665225982666, -0.07691482454538345, 0.012753845192492008, 0.05812456086277962, -0.028157243505120277, 0.11782396584749222, -0.05482835695147514, 0.037580788135528564, -0.06453976035118103, -0.06970573961734772, -0.033243682235479355, 0.008068659342825413, 0.047...
0.127474
a different metric or aspect being monitored. In this case, the alert rule is applied individually to each time-series. {{< figure alt="Screenshot displaying alert instances in the context of an alert rule, highlighting the specific alerts triggered by the rule and their respective statuses" src="/media/docs/alerting/a...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt2/index.md
main
grafana
[ -0.07706985622644424, 0.026575570926070213, 0.023601407185196877, -0.0003829422639682889, 0.10978946834802628, -0.056705787777900696, 0.053610239177942276, -0.06159151345491409, 0.13419733941555023, -0.03606445714831352, -0.001613904838450253, -0.02104290947318077, 0.11940641701221466, 0.0...
0.08905
`device=desktop` to the Webhook contact point. 1. \*\*Repeat the steps above to create a second child policy\*\* to match another alert instance. For labels use: `device=mobile`. Use the Webhook integration for the contact point. Alternatively, experiment by using a different Webhook endpoint or a [different integratio...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt2/index.md
main
grafana
[ -0.1481306105852127, 0.053388237953186035, -0.06715255975723267, -0.009555282071232796, 0.05311055853962898, -0.09602409601211548, 0.07716785371303558, -0.02418908290565014, 0.04748907685279846, -0.023234646767377853, -0.006371303927153349, -0.12132100760936737, 0.08513577282428741, 0.0006...
0.094074
1. Set the \*\*pending period\*\* to `0s` (zero seconds), so the alert rule fires the moment the condition is met. 1. Set \*\*Keep firing for\*\* to, `0s`, so the alert stops firing immediately after the condition is no longer true. ### Configure notifications In this section, you can select how you want to route your ...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt2/index.md
main
grafana
[ -0.05862853676080704, 0.021980734542012215, -0.04566282406449318, 0.04148806631565094, 0.030759945511817932, -0.03271692618727684, 0.06932548433542252, -0.05944465845823288, 0.03476353734731674, -0.01241372898221016, 0.0008891421603038907, -0.04082311689853668, 0.05531948059797287, 0.02913...
0.044767
effectively. {{< /docs/ignore >}}
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt2/index.md
main
grafana
[ -0.056706760078668594, 0.1733565628528595, 0.08576161414384842, 0.06345226615667343, 0.08121035248041153, -0.05586545914411545, -0.058720722794532776, -0.017201390117406845, 0.09613840281963348, -0.051902614533901215, -0.003999310079962015, 0.14019237458705902, 0.06977799534797668, -0.0127...
0.084053
The Get started with Grafana Alerting - Dynamic routing tutorial is a continuation of the [Get started with Grafana Alerting - Templating](http://www.grafana.com/tutorials/alerting-get-started-pt4/) tutorial. {{< youtube id="hSejnv1cdYY" >}} Imagine you are managing a web application or a fleet of servers, tracking cri...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt5/index.md
main
grafana
[ -0.03916005417704582, -0.04139932617545128, -0.05555738881230354, 0.07540912181138992, -0.04791901260614395, -0.10294979065656662, 0.07203616946935654, 0.014044886454939842, 0.0021793614141643047, -0.019739370793104172, -0.07414264231920242, 0.0040673548355698586, 0.005327170714735985, -0....
0.155268
(10% to 100%) every \*\*10 seconds\*\* - Exposes them as Prometheus metrics - Each metric includes a default instance label based on the scrape target: - `instance="flask-prod:5000"` - `instance="flask-staging:5000"` - A custom deployment label added explicitly in the app logic (this serves as an additional example for...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt5/index.md
main
grafana
[ -0.06030070409178734, 0.009330915287137032, -0.033011551946401596, 0.05686180293560028, 0.11964467167854309, -0.11843642592430115, 0.10894923657178879, 0.01648128218948841, 0.03219687193632126, -0.09303511679172516, -0.04028778523206711, -0.10197670012712479, 0.026306426152586937, 0.042649...
0.120842
>}} Among the labels returned for `flask\_app\_cpu\_usage`, the labels `instance` and `deployment` contain values that include the term \_prod\_ and \_staging\_. We will create a template later to detect these keywords, so that any firing alert instances are routed to the relevant contact points (e.g., alerts-prod, ale...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt5/index.md
main
grafana
[ -0.07652597874403, 0.025934208184480667, -0.11251551657915115, 0.06025661900639534, 0.04735764116048813, -0.08853545039892197, 0.13277862966060638, -0.008862263523042202, 0.03847847878932953, -0.06499068439006805, -0.03221270442008972, -0.11449119448661804, 0.036073680967092514, -0.0101010...
0.131818
`staging` or `development` to the custom \*\*environment\*\* label using the template. This dynamic label then matches the label matchers in your notification policies, which route alerts to the correct contact points. To see this in action go to \*\*Alerts & IRM > Alerting > Active notifications\*\* This page shows gr...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt5/index.md
main
grafana
[ 0.017214026302099228, -0.01691027171909809, -0.019883178174495697, 0.08511468768119812, 0.14630234241485596, -0.005233832634985447, 0.16051705181598663, -0.02563546970486641, 0.06550274789333344, -0.004534024745225906, 0.0062874434515833855, -0.06055695191025734, 0.06621777266263962, 0.037...
0.068009
## Introduction Grafana v8 introduced streaming capabilities – a way to push data to UI panels in near real-time. In this tutorial we show how Grafana real-time streaming capabilities can be used together with Telegraf to instantly display system measurements. In this tutorial, you'll: - Setup Telegraf and output measu...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/stream-metrics-from-telegraf-to-grafana/index.md
main
grafana
[ -0.1416352540254593, -0.030712252482771873, -0.10122746974229813, -0.014105306006968021, -0.08337021619081497, -0.0846976637840271, -0.03275786340236664, 0.02034783735871315, -0.029318099841475487, 0.032342784106731415, -0.018664604052901268, -0.08346393704414368, -0.059379853308200836, 0....
0.114173
# How to create Grafana alerts with InfluxDB and the Flux query language [Grafana Alerting](/docs/grafana/latest/alerting/) represents a powerful new approach to systems observability and incident response management. While the alerting platform is perhaps best known for its strong integrations with Prometheus, the sys...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-from-flux-queries/index.md
main
grafana
[ -0.1060376986861229, -0.005894063971936703, -0.015852119773626328, 0.058327727019786835, -0.006575210951268673, -0.09592223912477493, 0.06281642615795135, 0.032564837485551834, 0.004800988361239433, -0.006548669189214706, -0.06519119441509247, -0.09712862968444824, 0.07646862417459488, 0.0...
0.211202
the temperature of tank A5. For this you would choose your InfluxDB data source from the dropdown and then write a query like this: ``` from(bucket: "RetroEncabulator") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["\_measurement"] == "TemperatureData") |> filter(fn: (r) => r["Tank"] =...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-from-flux-queries/index.md
main
grafana
[ -0.06484925746917725, 0.06814441084861755, -0.0033306863624602556, 0.060915738344192505, -0.014867974445223808, -0.03673979640007019, 0.05101858451962471, 0.010327302850782871, 0.03806102275848389, -0.017444973811507225, -0.0640808641910553, -0.14941337704658508, 0.064045749604702, -0.0556...
0.040266
cover this very scenario. ## Example 2: how to create a Grafana alert from two queries and two conditions Let's mix things up a bit for example two and leave our imaginary manufacturing plant. Imagine you're an assistant to the great Dr. Emmett Brown from Back to the Future, and Doc has tasked you with the following ch...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-from-flux-queries/index.md
main
grafana
[ -0.09194348752498627, 0.018722806125879288, 0.02262682095170021, 0.07490624487400055, 0.007431554142385721, -0.06642860919237137, 0.07847417145967484, -0.028215087950229645, 0.01718750037252903, -0.05414048954844475, -0.06508704274892807, -0.1564977914094925, 0.07327461987733841, -0.037678...
0.093203
example, in the annotation Summary, we could write the following: ``` {{ $values.D.Labels.Source }} at the {{ $values.D.Labels.Location }} has generated {{ printf "%.2f" $values.D.Value }} jigowatts.` ``` This will display as follows: ![grafana alerts from flux queries](/media/tutorials/screenshot-flux-tip-significant-...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-from-flux-queries/index.md
main
grafana
[ -0.11751054972410202, 0.06442177295684814, -0.035534657537937164, 0.08722575008869171, 0.039338260889053345, -0.025511709973216057, 0.11087530106306076, 0.01791028492152691, 0.053232885897159576, -0.05158679559826851, -0.01681389845907688, -0.13972674310207367, 0.057773198932409286, 0.0302...
0.225839
Plotting and aggregating electrical consumption is a common use case for combining InfluxDB and Grafana. Using Flux, we saw just how easy it can be to group our data by day and then alert on that daily value. In our next two examples we will examine the more complex form of Grafana Alert: multidimensional alerts. ## Ex...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-from-flux-queries/index.md
main
grafana
[ -0.060243912041187286, 0.016607796773314476, -0.0051738000474870205, 0.022165274247527122, 0.03593745455145836, -0.06696578115224838, 0.06764866411685944, -0.01989048160612583, 0.0320572629570961, -0.02058851718902588, -0.06329761445522308, -0.14131291210651398, 0.06760091334581375, 0.0217...
0.133496
moves beyond its unique allowable range. To better visualize this challenge, here is a table representing our five tanks, their temperature setpoints, and their allowable range: | Tank | Setpoint | Allowable Range (±3) | | ---- | -------- | -------------------- | | A5 | 45 | 42 to 48 | | B4 | 55 | 52 to 58 | | C3 | 60 ...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/create-alerts-from-flux-queries/index.md
main
grafana
[ -0.05874438211321831, 0.05455661565065384, -0.05419781431555748, -0.019177863374352455, 0.059731800109148026, -0.04219299182295799, 0.02877545915544033, -0.041525889188051224, -0.0013872840208932757, -0.026824653148651123, -0.07251902669668198, -0.12623092532157898, 0.1167905405163765, 0.0...
0.066267
## Introduction The Raspberry Pi is a tiny, affordable, yet capable computer that can run a range of different applications. Even Grafana! Many people are running Grafana on Raspberry Pi as a way to monitor their home, for things like indoor temperature, humidity, or energy usage. In this tutorial, you'll: - Set up a R...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/install-grafana-on-raspberry-pi/index.md
main
grafana
[ -0.09003322571516037, -0.01049986481666565, -0.055960483849048615, -0.028250424191355705, -0.03973660245537758, -0.018461748957633972, -0.04311097040772438, 0.047822821885347366, -0.06251809746026993, 0.070731021463871, 0.024748604744672775, -0.06257201731204987, 0.020341575145721436, -0.0...
0.142143
the Raspberry Pi. Usually you can find the address in the control panel for your WiFi router. #### Connect remotely via SSH 1. Open up your terminal and enter the following command: ```bash ssh pi@ ``` 1. SSH warns you that the authenticity of the host can't be established. Type "yes" to continue connecting. 1. When as...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/install-grafana-on-raspberry-pi/index.md
main
grafana
[ -0.041097111999988556, -0.008483444340527058, -0.06658561527729034, -0.0027822840493172407, -0.015112520195543766, 0.03299708291888237, -0.07041069120168686, -0.002418585354462266, 0.005131593905389309, 0.0615466944873333, 0.04875943809747696, 0.017710279673337936, -0.0006049615330994129, ...
0.016323
This tutorial is a continuation of the [Get started with Grafana Alerting - Grouping notifications](http://www.grafana.com/tutorials/alerting-get-started-pt3/) tutorial. {{< youtube id="9CSrQGKeZwQ" >}} In this tutorial, you will learn: - The two types of templates in Grafana Alerting: labels and annotations and notifi...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt4/index.md
main
grafana
[ -0.10230503231287003, 0.031021784991025925, -0.04943181201815605, 0.031477779150009155, 0.05837574973702431, 0.009244950488209724, 0.03442858159542084, -0.03723582252860069, 0.027766164392232895, -0.038119520992040634, -0.05045308917760849, -0.08478091657161713, 0.04712928831577301, 0.0129...
0.100406
to the triggered condition. By using templating in annotations, you can customize the content of each alert instance, such as including instance names and metric values, so the notification becomes more informative. ### Notification templates The real power of templating lies in how it helps you format notifications wi...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt4/index.md
main
grafana
[ -0.09096361696720123, 0.0356406643986702, -0.006111223250627518, 0.017982086166739464, 0.05040592700242996, -0.007905719801783562, 0.1185704693198204, -0.014386716298758984, 0.09646330773830414, -0.031941503286361694, -0.06513412296772003, -0.0673639103770256, 0.028135493397712708, 0.03301...
0.189375
templating the summary and annotations fields instead. 1. \*\*Set evaluation behaviour\*\* section: - In the \*\*Evaluation group and interval\*\*, enter a name. For example: `High usage`. - Choose an \*\*Evaluation interval\*\* (how often the alert will be evaluated). Choose `1m`. - Set the \*\*pending period\*\* to 0...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt4/index.md
main
grafana
[ -0.02014973759651184, 0.06769943982362747, 0.008487711660563946, 0.05904480442404747, 0.10324214398860931, -0.021710054948925972, 0.13986490666866302, 0.001124390633776784, 0.1068573147058487, -0.024512112140655518, -0.010753962211310863, -0.09860652685165405, 0.04744332656264305, 0.017368...
0.153237
-}} {{- /\* Edit the template name and template content as needed. \*/ -}} {{ define "custom.firing\_and\_resolved\_alerts" -}} {{ len .Alerts.Resolved }} resolved alert(s) {{ range .Alerts.Resolved -}} {{ template "alert.summary\_and\_description" . -}} {{ end }} {{ len .Alerts.Firing }} firing alert(s) {{ range .Aler...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt4/index.md
main
grafana
[ -0.01802816241979599, 0.13390372693538666, 0.10072905570268631, 0.05756884068250656, 0.06087389588356018, 0.06557299196720123, 0.07732351869344711, 0.02555769681930542, 0.06760665774345398, -0.027067527174949646, -0.044064003974199295, -0.04493330046534538, 0.03287331014871597, 0.040567290...
0.080064
messages. By organizing alert instances into concise notifications, you can reduce noise and ensure on-call engineers quickly understand and address critical issues. To deepen your understanding of Grafana’s templating, explore the following resources: - \*\*Overview of the functions and operators used in templates\*\*...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt4/index.md
main
grafana
[ -0.12446372956037521, 0.04881952702999115, -0.04194322228431702, 0.023014439269900322, -0.009937298484146595, -0.05152716487646103, 0.06594056636095047, -0.045772358775138855, 0.046927765011787415, -0.03547504171729088, -0.04110163077712059, -0.06976676732301712, -0.0033198760356754065, 0....
0.141737
This tutorial is a continuation of the [Get started with Grafana Alerting - Alert routing](http://www.grafana.com/tutorials/alerting-get-started-pt2/) tutorial. {{< youtube id="WZ8gqKIQ5Oc" >}} Grouping in Grafana Alerting reduces notification noise by combining related alert instances into a single, concise notificati...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt3/index.md
main
grafana
[ -0.07357359677553177, -0.03217526152729988, -0.030577991157770157, 0.04795162007212639, 0.05851903557777405, -0.06470964103937149, 0.08986875414848328, -0.06011376529932022, 0.07529345899820328, -0.048594020307064056, -0.021752430126070976, -0.005152668338268995, 0.059477075934410095, -0.0...
0.128928
\*\*Query labels\*\*: - Returned by the data source query. - Example: `region`, `service`, `environment`. ### Timing Options \*\*Group wait\*\*: Time before sending the first notification. \*\*Group interval\*\*: Time between notifications for a group. \*\*Repeat interval\*\*: Time before resending notifications for an...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt3/index.md
main
grafana
[ -0.09127062559127808, 0.021838044747710228, -0.10700122267007828, 0.04582260921597481, -0.025634199380874634, -0.03028404898941517, 0.08010583370923996, -0.07146391272544861, 0.07684662193059921, -0.0458591990172863, 0.02930765599012375, -0.09888067841529846, 0.031272873282432556, -0.01280...
0.165626
with minimizing noise. 1. Save and repeat: - Repeat the steps above for `region = us-east` but without overriding grouping and timing options. Use a different webhook endpoint as the contact point. {{< figure src="/media/docs/alerting/notificaiton-policies-region.png" max-width="750px" alt="Two nested notification poli...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt3/index.md
main
grafana
[ -0.015714915469288826, 0.07081504166126251, 0.0018704782705754042, 0.013191552832722664, 0.09620866179466248, -0.04393301159143448, 0.0771261677145958, -0.051793862134218216, 0.05677802115678787, -0.027847738936543465, -0.02161240763962269, -0.0856749564409256, 0.05853094160556793, 0.01398...
0.056608
your alert notification. For instance, `High CPU usage - Multi-region`. ### Define query and alert condition In this section, we use the default options for Grafana-managed alert rule creation. The default options let us define the query, a expression (used to manipulate the data -- the `WHEN` field in the UI), and the...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt3/index.md
main
grafana
[ -0.0834566205739975, -0.0028009170200675726, -0.08103017508983612, 0.06959259510040283, -0.034147486090660095, -0.15228132903575897, 0.02600589208304882, -0.0547306090593338, 0.053166281431913376, 0.025055840611457825, -0.05156712979078293, -0.12540698051452637, -0.0038159203249961138, -0....
0.09325
rule and exit. ## Receiving grouped alert notifications Now that the alert rules have been configured, you should receive alert notifications in the contact point(s) whenever alerts trigger. When the configured alert rule detects CPU or memory usage higher than 75% across multiple regions, it will evaluate the metric e...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/alerting-get-started-pt3/index.md
main
grafana
[ 0.015369780361652374, -0.02182207815349102, 0.005973793100565672, 0.04264654591679573, 0.09484823048114777, -0.09564186632633209, 0.07149138301610947, -0.05114586278796196, 0.0858025848865509, -0.020864658057689667, -0.022908702492713928, -0.007040750235319138, 0.0398080050945282, 0.050142...
0.10897
# Use IIS with URL Rewrite as a reverse proxy If you want Grafana to be a subpath/subfolder under a website in IIS then the Application Request Routing (ARR) and URL Rewrite modules for ISS can be used to support this. Example: - Parent site: http://yourdomain.com:8080 - Grafana: http://localhost:3000 Grafana as a subp...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/iis/index.md
main
grafana
[ -0.07983478903770447, 0.005838913843035698, -0.0881313607096672, -0.05610323324799538, -0.13189877569675446, -0.13092561066150665, -0.08024486899375916, -0.010172164998948574, -0.0047800252214074135, 0.016384797170758247, -0.02166428230702877, -0.033587947487831116, 0.022091038525104523, 0...
0.012301
be achieved by configuring the IIS config file by running this in a cmd prompt `%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/proxy -preserveHostHeader:true /commit:apphost` - More information here https://github.com/grafana/grafana/issues/45261 Finally, navigate to `http://yourdomain.com:80...
https://github.com/grafana/grafana/blob/main//docs/sources/tutorials/iis/index.md
main
grafana
[ -0.1100977286696434, 0.0010384940542280674, -0.052060890942811966, -0.04722762852907181, -0.09409697353839874, -0.1121940016746521, -0.10342120379209518, -0.0793185904622078, -0.016047725453972816, 0.08199311047792435, -0.008784336037933826, -0.01723325066268444, 0.023319222033023834, 0.02...
-0.036701
# Administer Grafana with the Grafana server CLI You can administer your Grafana instance with the Grafana server CLI, a small executable bundled with Grafana server. The Grafana server CLI has `plugins` and `admin` commands, as well as global options. To list them, run: ``` grafana cli -h ``` For more details read on....
https://github.com/grafana/grafana/blob/main//docs/sources/administration/cli.md
main
grafana
[ -0.0749228224158287, -0.043934132903814316, -0.13855744898319244, -0.035334791988134384, -0.0970180481672287, -0.07374630123376846, -0.048117659986019135, -0.018156323581933975, -0.026074765250086784, 0.03186247497797012, -0.005050508305430412, -0.05870344489812851, -0.03942086175084114, 0...
0.060324
for some important configuration value (like where the database is located). \*\*Example:\*\* ```bash grafana cli --configOverrides cfg:default.paths.log=/dev/null plugins install ``` ### Override homepath value Sets the path for the Grafana install/home path, defaults to working directory. You do not need to use this ...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/cli.md
main
grafana
[ -0.03674764931201935, -0.04102785885334015, -0.1327582150697708, -0.05808471888303757, -0.07839500159025192, -0.021827522665262222, 0.0037075646687299013, 0.011206011287868023, -0.052033331245183945, 0.011970077641308308, 0.029646672308444977, -0.026487119495868683, 0.005595260765403509, 0...
0.009558
your command: ```bash grafana cli --homepath /usr/share/grafana --config /etc/grafana/grafana.ini admin reset-admin-password ``` If you don't do this, the CLI: - Won't see the database connection information since it's in a directory outside of the Grafana homepath - Will configure the default SQLite database in `/var/...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/cli.md
main
grafana
[ -0.04882386699318886, -0.05535515770316124, -0.12349986284971237, -0.03639457747340202, -0.03162487596273422, -0.07563117891550064, 0.01062930840998888, -0.023093679919838905, -0.03713131695985794, 0.04074883460998535, 0.029658900573849678, -0.048904672265052795, 0.04705723375082016, -0.01...
-0.017696
# Data source management Grafana supports many different storage backends for your time series data (data source). Refer to [data sources](../../datasources/) for more information about using data sources in Grafana. Only users with the organization admin role can add data sources. For links to data source-specific doc...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/_index.md
main
grafana
[ -0.12279728800058365, -0.010026467964053154, -0.09444545209407806, 0.0171602051705122, -0.07427551597356796, -0.07447660714387894, -0.029101606458425522, -0.07008685171604156, -0.017387669533491135, 0.02795322611927986, -0.032811347395181656, -0.007200350984930992, -0.00220916117541492, -0...
0.076687
as the Amazon Timestream plugin requesting a list of available databases from AWS. For more information on data source queries and resources, please see the developers page on [backend plugins](https://grafana.com/developers/plugin-tools/key-concepts/backend-plugins/). The caching feature works for \*\*all\*\* backend ...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/_index.md
main
grafana
[ -0.0696752667427063, -0.026965895667672157, -0.10918010771274567, 0.005800560582429171, -0.07154780626296997, -0.07277874648571014, -0.05175623297691345, -0.06472232192754745, 0.036876190453767776, 0.05993245914578438, -0.03183158487081528, -0.021465905010700226, -0.0006454456597566605, -0...
0.010453
menu. 1. Under Your Connections, click \*\*Data sources\*\*. 1. In the data source list, click the data source that you want to turn on caching for. 1. Go to the Cache tab. 1. Click \*\*Enable\*\*. 1. (Optional) Choose custom TTLs for the data source's queries and resources caching. If you skip this step, then Grafana ...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/_index.md
main
grafana
[ -0.10481971502304077, 0.004221430979669094, -0.09365526586771011, 0.014568567276000977, -0.1490544080734253, -0.07793784886598587, -0.04458671063184738, -0.03512115404009819, 0.055831290781497955, 0.022821029648184776, -0.0525660440325737, -0.014667163603007793, -0.003237565513700247, -0.0...
0.006242
# Label Based Access Control (LBAC) for data sources Label Based Access Control (LBAC) for data sources simplifies and streamlines data source access management based on team memberships. Label-Based Access Control (LBAC) allows fine-grained access control to data sources by filtering logs or metrics based on labels. I...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/_index.md
main
grafana
[ -0.07418948411941528, -0.007014724891632795, -0.10415694117546082, -0.0002970858768094331, -0.042045023292303085, -0.006753077730536461, 0.03388723358511925, -0.07612431794404984, -0.023151304572820663, -0.015410893596708775, 0.007545070257037878, -0.03909995034337044, 0.0680149719119072, ...
0.113506
data sources must be created manually - provisioning is not yet supported. - Cross-tenant querying is currently not supported You must remove any label selectors from your Cloud Access Policy that is configured for the data source, otherwise the CAP label selectors override the LBAC for data sources rules. For more inf...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/_index.md
main
grafana
[ -0.05147119238972664, 0.009142094291746616, -0.11547233164310455, -0.015496930107474327, -0.07555175572633743, -0.008051954209804535, 0.010616833344101906, -0.10528767853975296, -0.02416694350540638, -0.004693558905273676, 0.020605543628335, -0.09348165988922119, 0.051179587841033936, -0.0...
-0.053357
# Configure team label-based access control for Tempo or Cloud Traces {{< docs/private-preview product="Label-based access control for traces" >}} Team label-based access control (LBAC) for Cloud Traces or Tempo lets you restrict which spans teams can access by defining rules using trace attributes. LBAC provides fine-...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/configure-teamlbac-for-tempo/index.md
main
grafana
[ -0.11475162953138351, 0.00813366286456585, -0.11856787651777267, 0.04111957922577858, -0.02108089067041874, 0.02366948500275612, 0.054520003497600555, -0.11061396449804306, 0.030724970623850822, -0.026923691853880882, 0.008367093279957771, -0.06329095363616943, 0.06163480505347252, -0.0448...
0.092807
for attribute selection. Each rule operates independently as its own filter, separate from other rules within a team. LBAC rules guidelines: - Use only resource scope attributes, for example `{ resource.env="prod" }`. - Only string values are supported. - Use double quotes for string values, for example: `{ resource.en...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/configure-teamlbac-for-tempo/index.md
main
grafana
[ -0.1221623420715332, 0.08641841262578964, -0.04849239066243172, -0.01388976164162159, 0.007955111563205719, -0.028737640008330345, 0.007098389323800802, -0.048689939081668854, -0.005341103300452232, -0.0016186959110200405, -0.03491707146167755, -0.1146920695900917, 0.07931076735258102, 0.0...
-0.031946
# Configure LBAC for data sources for Prometheus data source ## Grafana Cloud LBAC for data sources is available on Grafana Cloud using a new Prometheus data source with basic authentication configured. A new data source can be created as described in [LBAC Configuration for New Prometheus Data Source](#task-1-lbac-con...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/configure-teamlbac-for-prometheus/index.md
main
grafana
[ -0.10736231505870819, -0.034856412559747696, -0.04869130998849869, -0.018783222883939743, -0.04445338249206543, -0.05847878381609917, -0.03944069892168045, -0.10209044814109802, -0.013639632612466812, 0.0318034403026104, 0.037263039499521255, -0.10426928848028183, 0.052457187324762344, -0....
0.002485
enable the feature toggle for you. - Be sure that you have the permission setup to create a cluster in your Grafana - Be sure that you have admin plugins permissions for Grafana. - Be sure that you have admin data source permissions for Grafana. ### Permissions We recommend that you remove all permissions for roles and...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/configure-teamlbac-for-prometheus/index.md
main
grafana
[ -0.057385895401239395, -0.02733018808066845, -0.11047789454460144, -0.005124126560986042, -0.10402432829141617, -0.08012423664331436, -0.054172080010175705, -0.07098646461963654, -0.03892461210489273, 0.039799440652132034, 0.005996083375066519, -0.14534887671470642, 0.04639933258295059, 0....
0.074557
# Configure LBAC for data sources for Loki data source on Grafana Cloud LBAC for data sources is available on Grafana Cloud using a new Loki data source with basic authentication configured. A new data source can be created as described in [LBAC Configuration for New Loki Data Source](https://grafana.com/docs/grafana/l...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/configure-teamlbac-for-loki/index.md
main
grafana
[ -0.08847012370824814, -0.0624023862183094, -0.07668796181678772, -0.037362296134233475, -0.07028518617153168, -0.040867310017347336, -0.052736103534698486, -0.07685742527246475, 0.00906477589160204, 0.04981859400868416, 0.01447005569934845, -0.1062389463186264, 0.0716346949338913, 0.019220...
-0.020433
# Create LBAC for data source rule LBAC for data sources is available for LBAC-supported data sources created with basic authentication. As of today, managed/provisioned data source can \*\*NOT\*\* be configured with LBAC rules. ## Before you begin - Be sure that you have the permission setup to create a Loki tenant in...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
main
grafana
[ -0.06553132832050323, -0.038002874702215195, -0.07433047145605087, -0.029928527772426605, -0.036653973162174225, -0.06504415720701218, -0.01532727014273405, -0.06884686648845673, -0.012103596702218056, 0.04564980790019035, -0.002080317120999098, -0.11701545864343643, 0.08287163823843002, 0...
0.008662
A user that is part of Team A will \*\*NOT\*\* have access to logs or metrics that match `secret!="true"`. ### Task 3: Set up multiple rules for a team We have two teams, Team A and Team B with `Query` permissions. Data Source access is setup with `Admin` roles having `Admin` permission. - Team A has rule `cluster="us-...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
main
grafana
[ 0.013339385390281677, 0.027168726548552513, -0.05641276761889458, -0.023564549162983894, 0.0030963087920099497, -0.0738719031214714, 0.09301187843084335, -0.04644186422228813, -0.004218773916363716, 0.03134747967123985, -0.02360568195581436, -0.0716741606593132, 0.09022659063339233, 0.0731...
0.044988
# Manage organizations This topic describes what organizations are, and how to create, edit, and delete them. ## About organizations An organization is an entity that helps you isolate users and resources such as dashboards, annotations, and data sources from each other. Their purpose is to provide completely separate ...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/organization-management/index.md
main
grafana
[ -0.07416970282793045, -0.022694533690810204, -0.11795692145824432, 0.010600289329886436, 0.00554042961448431, -0.04838637262582779, 0.018177859485149384, -0.052376966923475266, 0.06701326370239258, 0.039233192801475525, -0.011791611090302467, -0.04632088169455528, 0.06458976119756699, 0.03...
0.21851
Click \*\*Delete\*\*. ## Edit an organization Edit an organization when you want to change its name. ### Before you begin - Ensure that you have Grafana Server Administrator permissions \*\*To edit an organization:\*\* 1. Sign in to Grafana as a server administrator. 1. Click \*\*Administration\*\* in the left-side men...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/organization-management/index.md
main
grafana
[ -0.1174912229180336, -0.0008901854744181037, -0.07304263859987259, -0.013943337835371494, -0.13119086623191833, -0.04212064668536186, -0.0469035841524601, -0.12028349190950394, 0.04024488478899002, 0.06997882574796677, -0.062783382833004, -0.06581196188926697, -0.035022661089897156, 0.0107...
0.122864
# Provision Grafana Grafana has an active provisioning system that uses configuration files. You can define data sources and dashboards using files that can be version controlled, making GitOps more natural. ## Configuration file Refer to [Configuration](../../setup-grafana/configure-grafana/) for more information on w...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/provisioning/index.md
main
grafana
[ -0.07189500331878662, -0.013211472891271114, -0.08921066671609879, -0.0029346279334276915, -0.05109681561589241, -0.07342017441987991, -0.03492455556988716, 0.005721963942050934, -0.08751794695854187, 0.06518781185150146, -0.006843538023531437, -0.02523677982389927, -0.015157433226704597, ...
0.084734
of Grafana, add a version number to each data source in the configuration and increase it when you update the configuration. Grafana only updates data sources with the same or lower version number than the one set in the configuration file. This prevents old configurations from overwriting newer ones if you have differ...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/provisioning/index.md
main
grafana
[ -0.08190169185400009, -0.011774057522416115, -0.0046148356050252914, -0.038297150284051895, -0.05350540950894356, -0.05839741975069046, -0.08113998919725418, -0.09248002618551254, -0.06403781473636627, 0.13545635342597961, 0.024726763367652893, 0.028768226504325867, -0.0016160173108801246, ...
0.00163
boolean | \_HTTP\\*\_, MySQL, PostgreSQL | Enable TLS authentication using CA cert | | `tlsSkipVerify` | boolean | \_HTTP\\*\_, MySQL, PostgreSQL, MSSQL | Controls whether a client verifies the server's certificate chain and host name. | | `serverName` | string | \_HTTP\\*\_, MSSQL | Optional. Controls the server name ...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/provisioning/index.md
main
grafana
[ -0.05302739515900612, 0.07080776244401932, -0.049100372940301895, 0.027459926903247833, -0.06858547031879425, -0.08296570181846619, -0.050238095223903656, -0.015119696967303753, 0.0036385401617735624, 0.06007244065403938, -0.03986933082342148, -0.07441891729831696, 0.10157493501901627, -0....
-0.035429
readable by the Grafana user | | `sslKeyFile` | string | PostgreSQL | SSL client key file, must be readable by \_only\_ the Grafana user | | `encrypt` | string | MSSQL | Determines SSL encryption handling. Options include: `disable` - data sent between client and server is not encrypted; `false` - data sent between cli...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/provisioning/index.md
main
grafana
[ -0.035470787435770035, -0.0003110833349637687, -0.1435648500919342, -0.00020679918816313148, -0.13937176764011383, -0.04862068220973015, -0.04062523692846298, -0.01994982361793518, 0.010424447245895863, 0.02302234247326851, -0.052652452141046524, 0.025304727256298065, -0.002103890758007765, ...
-0.050332
| \_HTTP\\*\_ | password for basic authentication | | `accessKey` | string | Amazon CloudWatch | Access key for connecting to Amazon CloudWatch | | `secretKey` | string | Amazon CloudWatch | Secret key for connecting to Amazon CloudWatch | | `sigV4AccessKey` | string | Elasticsearch and Prometheus | SigV4 access key. R...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/provisioning/index.md
main
grafana
[ -0.06538873165845871, 0.07185486704111099, -0.07680418342351913, -0.02372666448354721, -0.01086487714201212, -0.010458412580192089, 0.03162003308534622, -0.031119991093873978, 0.02606935054063797, 0.05336529016494751, 0.002004388254135847, -0.07528126239776611, 0.04778355732560158, -0.0362...
0.046112
"uid": "example-dashboard", "title": "Production Overview", "tags": ["production", "monitoring"], "timezone": "browser", "schemaVersion": 16, "version": 0, "refresh": "30s" }, "folderUid": "monitoring-folder", "overwrite": true } ``` Or using a Kubernetes format, for example `kubernetes-dashboard.json`: ```json { "kind...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/provisioning/index.md
main
grafana
[ -0.031025480479002, 0.053234562277793884, -0.044132716953754425, 0.003634341526776552, -0.010169276036322117, -0.0168391652405262, -0.044476430863142014, 0.001420416752807796, 0.0763932541012764, 0.06800346076488495, -0.009476804174482822, -0.07322303205728531, -0.01880141906440258, 0.0535...
0.06167
type="caution" >}} You can overwrite existing dashboards with provisioning. Be careful not to reuse the same `title` multiple times within a folder or `uid` within the same Grafana instance to avoid inconsistent behavior. {{< /admonition >}} ### Provision folders structure from filesystem to Grafana If you already stor...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/provisioning/index.md
main
grafana
[ -0.116440549492836, -0.0022297357209026814, -0.04780321940779686, -0.0040663741528987885, -0.02714088186621666, -0.06398949027061462, -0.023333311080932617, -0.004814844578504562, 0.03009386733174324, 0.06314556300640106, 0.0008365201647393405, -0.07308601588010788, 0.05521117150783539, 0....
-0.009004
Name | Secure setting | | ---------- | -------------- | | `url` | | | `source` | | | `handler` | | | `username` | | | `password` | yes | #### Alert notification `sensugo` | Name | Secure setting | | ----------- | -------------- | | `url` | | | `apikey` | yes | | `entity` | | | `check` | | | `handler` | | | `namespace` ...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/provisioning/index.md
main
grafana
[ -0.01847919262945652, 0.0036125292535871267, -0.09612778574228287, 0.03539659082889557, 0.0018713732715696096, -0.08861547708511353, 0.10141757875680923, -0.031225528568029404, 0.0006766208680346608, -0.0025943208020180464, 0.04157624766230583, -0.11325918883085251, 0.1082378625869751, 0.0...
0.154199
# View server statistics and license This setting contains information about tools that Grafana Server Admins can use to learn more about their Grafana servers. ## View Grafana server settings > Refer to [Role-based access control](../roles-and-permissions/access-control/) in Grafana Enterprise to understand how you ca...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/stats-and-license/index.md
main
grafana
[ -0.03766416013240814, -0.03684224560856819, -0.17633545398712158, -0.005405382253229618, -0.09120462089776993, -0.04219895601272583, -0.01611659675836563, -0.03816384822130203, -0.0434667207300663, 0.05499253794550896, -0.0023155566304922104, -0.002449855674058199, 0.0015787726733833551, 0...
0.077647
# Install a plugin {{< admonition type="note" >}} Installing plugins from the Grafana website into a Grafana Cloud instance will be removed during the first half of 2026. If you're a Grafana Cloud user, follow [Install a plugin through the Grafana UI](#install-a-plugin-through-the-grafana-ui) instead. {{< /admonition >...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/plugin-management/plugin-install.md
main
grafana
[ -0.13098518550395966, -0.034128788858652115, -0.06656632572412491, -0.004370909184217453, -0.029899271205067635, -0.01766452193260193, -0.04778694361448288, -0.10149741172790527, -0.020285602658987045, 0.06712751090526581, 0.04423220083117485, -0.0308078583329916, -0.038253843784332275, 0....
0.043746
your `values.yaml` file: ```yaml env: # Comma-separated list of plugin IDs GF\_PLUGINS\_INSTALL: grafana-oncall-app,redis-datasource ```
https://github.com/grafana/grafana/blob/main//docs/sources/administration/plugin-management/plugin-install.md
main
grafana
[ -0.06609594076871872, -0.04629336670041084, -0.09699364006519318, -0.028583010658621788, -0.03650955483317375, 0.0034807755146175623, 0.00493203941732645, -0.007614727597683668, 0.026609152555465698, 0.04419497027993202, 0.04760351777076721, -0.06246225908398628, -0.0709596499800682, -0.02...
0.005922
# Customize navigation placement of app plugin pages By default, Grafana app plugins and their pages appear under the "More apps" section in the navigation menu. However, as a Grafana administrator, you might want to improve user experience by relocating specific pages or entire app plugins to more relevant sections of...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/plugin-management/customize-nav-bar.md
main
grafana
[ -0.07644260674715042, -0.022564023733139038, -0.03358081728219986, -0.035763200372457504, -0.05644501745700836, -0.04306963458657265, -0.05649547278881073, 0.0000832991354400292, -0.07465000450611115, 0.09404835104942322, -0.009110529907047749, -0.0027115982957184315, 0.01952620968222618, ...
-0.013524
# Allow plugin backend communication By default, you can only communicate with plugin backends remotely. However, you can configure your Grafana instance to let the frontends of installed plugins to directly communicate with the backends of other plugins installed locally. You can use this configuration to, for example...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/plugin-management/plugin-integrate.md
main
grafana
[ -0.12426042556762695, -0.04056081548333168, -0.11470244824886322, -0.0463017039000988, -0.10004670172929764, -0.03648656606674194, -0.06677563488483429, 0.01903713122010231, -0.05733153969049454, 0.053435347974300385, -0.018672803416848183, -0.03481359779834747, -0.019848845899105072, 0.05...
0.051903
# Types of plugins Grafana supports three types of plugins: - [Panels](/grafana/plugins/panel-plugins) - These plugins make it easy to create and add any kind of panel, to show your data, or improve your favorite dashboards. - [Data sources](/grafana/plugins/data-source-plugins) - These plugins allow you to pull data f...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/plugin-management/plugin-types.md
main
grafana
[ -0.12853173911571503, -0.03713187947869301, -0.09176777303218842, -0.013203875161707401, -0.06243683397769928, -0.018076345324516296, -0.04027894139289856, 0.014709971845149994, -0.036804236471652985, 0.039222072809934616, -0.0012693426106125116, -0.03951302915811539, -0.009983105584979057, ...
0.115325
# Isolate plugin code with the Plugin Frontend Sandbox {{< admonition type="caution" >}} Plugin Frontend Sandbox is currently in [public preview](https://grafana.com/docs/release-life-cycle/). Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available. {{< ...
https://github.com/grafana/grafana/blob/main//docs/sources/administration/plugin-management/plugin-frontend-sandbox.md
main
grafana
[ -0.15033556520938873, -0.012223943136632442, -0.03805050253868103, 0.013614112511277199, 0.04883914813399315, -0.013299967162311077, -0.0679393857717514, -0.03875003010034561, -0.0592658556997776, -0.017659639939665794, 0.014798643998801708, -0.010970463976264, -0.05430103838443756, -0.016...
0.141426