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 |
|---|---|---|---|---|---|
case, as it can complicate alert troubleshooting. - \*\*Preserve context across related alerts\*\* Ensure alert metadata includes enough information to help correlate related alerts during investigation. - \*\*Use separate alert rules and static labels when simpler\*\* In some cases, defining separate rules with static... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/dynamic-labels.md | main | grafana | [
-0.058932073414325714,
0.05170649290084839,
-0.05715101212263107,
0.04578843340277672,
0.05740613117814064,
-0.04485918954014778,
0.09564804285764694,
-0.03493146970868111,
0.03783946484327316,
-0.07277324050664902,
-0.008900350891053677,
-0.10538730770349503,
0.04448937624692917,
0.009321... | 0.124706 |
# Example of dynamic thresholds per dimension In Grafana Alerting, each alert rule supports only one condition expression. That's enough in many cases—most alerts use a fixed numeric threshold like `latency > 3s` or `error\_rate > 5%` to determine their state. As your alerting setup grows, you may find that different t... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/dynamic-thresholds.md | main | grafana | [
-0.04765094444155693,
0.00434862682595849,
-0.03839072585105896,
0.013677702285349369,
-0.007327570114284754,
-0.10912615805864334,
0.058403380215168,
-0.01540609821677208,
0.062262218445539474,
-0.0170582327991724,
-0.051691144704818726,
-0.1416703313589096,
0.048344872891902924,
0.061233... | 0.120134 |
state where the condition is true. The \_Math\_ expression works as long as each series in `$A` can be matched with exactly one series in `$B`. They must align in a way that produces a one-to-one match between series in `$A` and `$B`. {{< admonition type="caution" >}} If a series in one query doesn’t match any series i... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/dynamic-thresholds.md | main | grafana | [
-0.07015753537416458,
0.07070450484752655,
-0.015652284026145935,
0.005076236557215452,
-0.033379413187503815,
0.054643671959638596,
0.09969642758369446,
-0.10006658732891083,
0.09447701275348663,
0.016424400731921196,
-0.009021652862429619,
-0.13395826518535614,
0.07104948908090591,
-0.01... | 0.06298 |
volume. For example, you can define a PromQL expression that sets a latency threshold which adjusts based on traffic—allowing higher response times during periods of high-load. ``` ( // Fires when p95 latency > 2s during usual traffic (≤ 1000 req/s) service:latency:p95 > 2 and service:request\_rate:rate1m <= 1000 ) or ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/dynamic-thresholds.md | main | grafana | [
-0.010905437171459198,
-0.01787814125418663,
-0.03805238753557205,
0.0032199756242334843,
-0.07310806214809418,
-0.041818201541900635,
0.00805202592164278,
0.03776527941226959,
0.067771315574646,
0.010063916444778442,
-0.05750244855880737,
-0.0007516795885749161,
0.006761538330465555,
0.03... | 0.167426 |
# Example of multi-dimensional alerts on time series data This example shows how a single alert rule can generate multiple alert instances — one for each label set (or time series). This is called \*\*multi-dimensional alerting\*\*: one alert rule, many alert instances. In Prometheus, each unique combination of labels ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/multi-dimensional-alerts.md | main | grafana | [
-0.07261980324983597,
-0.00789553765207529,
-0.03792118281126022,
0.03243781253695488,
0.006249142810702324,
-0.10789157450199127,
0.03145860880613327,
-0.028615523129701614,
0.07783600687980652,
-0.054557133466005325,
-0.050470639020204544,
-0.09519682079553604,
0.03601473942399025,
-0.00... | 0.186252 |
the TestData data source" >}} ## Reduce time series data for comparison The example returns three time series like shown above with values across the selected time range. To alert on each series, you need to reduce the time series to a single value that the alert condition can evaluate and determine the alert instance ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/multi-dimensional-alerts.md | main | grafana | [
-0.10301987081766129,
0.05304475873708725,
-0.04613986611366272,
0.053107257932424545,
-0.04761672765016556,
-0.09068934619426727,
0.011060819961130619,
-0.005475366488099098,
0.03223203122615814,
0.011256718076765537,
-0.03840671107172966,
-0.12045754492282867,
0.0027016757521778345,
-0.0... | 0.148618 |
# Example of alerting on tabular data Not all data sources return time series data. SQL databases, CSV files, and some APIs often return results as rows or arrays of columns or fields — commonly referred to as tabular data. This example shows how to create an alert rule using data in table format. Grafana treats each r... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/table-data.md | main | grafana | [
-0.06232878938317299,
0.02063915878534317,
-0.0970429927110672,
0.052365973591804504,
-0.020861057564616203,
-0.04085862636566162,
0.0700988695025444,
-0.03379945456981659,
0.01800665818154812,
0.004869753494858742,
-0.020955407992005348,
-0.08291450887918472,
0.0579342320561409,
-0.039623... | 0.078212 |
`$A < 5` and \*\*Preview\*\* the alert. Grafana evaluates the table data and fires the two first alert instances. {{< figure src="/media/docs/alerting/example-table-data-preview.png" max-width="750px" alt="Alert preview with tabular data using the TestData data source" >}} {{< admonition type="tip" >}} You can explore ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/table-data.md | main | grafana | [
-0.04230734333395958,
0.02533354051411152,
-0.10655424743890762,
0.018701015040278435,
-0.009043813683092594,
-0.030971171334385872,
0.03816470503807068,
-0.013769043609499931,
0.0639432817697525,
0.051704663783311844,
0.03030097298324108,
-0.05650869011878967,
0.012854326516389847,
0.0063... | 0.011558 |
# Examples of trace-based alerts Metrics are the foundation of most alerting systems. They are usually the first signal that something is wrong, but they don’t always indicate \_where\_ or \_why\_ a failure occurs. Traces fill that gap by showing the complete path a request takes through your system. They map the workf... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/trace-based-alerts.md | main | grafana | [
-0.04494909569621086,
-0.013268208131194115,
0.009913129732012749,
0.030760837718844414,
0.08230010420084,
-0.131339892745018,
0.06412061303853989,
0.021122071892023087,
0.06805073469877243,
-0.013497734442353249,
-0.029125692322850227,
-0.05013464018702507,
0.044614940881729126,
0.0338567... | 0.136038 |
service become slow. Before looking at the query, it’s useful to review a few [trace elements](https://grafana.com/docs/tempo/latest/introduction/trace-structure/) that shape how it works: - A trace represents a single request or transaction as it flows through multiple spans and services. A span refers to a specific o... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/trace-based-alerts.md | main | grafana | [
-0.0792812779545784,
-0.014127490110695362,
-0.012197251431643963,
0.10093382000923157,
-0.0038163578137755394,
-0.18447107076644897,
0.03268006071448326,
-0.07034538686275482,
0.06967723369598389,
-0.011027272790670395,
-0.009017213247716427,
0.028179794549942017,
-0.012154455296695232,
-... | 0.173661 |
histograms example: - You must configure a histogram bucket matching the desired threshold (for example, `2s`). - You must query the `\_bucket` metric, not the base metric. - You must include `le` in the `sum by (…)` grouping for `histogram\_quantile` calculation. Everything else remains the same. {{< admonition type="... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/trace-based-alerts.md | main | grafana | [
-0.05771666020154953,
0.023228377103805542,
-0.0468861423432827,
0.004677421413362026,
-0.06353015452623367,
-0.07294562458992004,
0.03931634873151779,
-0.0024923852179199457,
0.049496840685606,
-0.027680600062012672,
-0.046215545386075974,
-0.07614463567733765,
0.04164936766028404,
0.0127... | 0.080125 |
alerts fire only when both conditions are met: ```promql (( sum by (service, span\_name) ( rate(traces\_span\_metrics\_calls\_total{ span\_kind="SPAN\_KIND\_SERVER", status\_code="STATUS\_CODE\_ERROR" }[10m]) ) / sum by (service, span\_name) ( rate(traces\_span\_metrics\_calls\_total{ span\_kind="SPAN\_KIND\_SERVER" }[... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/trace-based-alerts.md | main | grafana | [
-0.037929072976112366,
-0.007189663592725992,
-0.006325825583189726,
0.08043595403432846,
0.006300938781350851,
-0.12417697161436081,
0.10844394564628601,
-0.031026143580675125,
0.08569873869419098,
0.009269297122955322,
0.0008376420591957867,
-0.0506436862051487,
0.07069218158721924,
0.01... | 0.136711 |
and on-call support isn't available. Documentation is either limited or not provided outside of code comments. No SLA is provided. While TraceQL can be powerful for exploring and detecting issues directly from trace data, \*\*alerting with TraceQL shouldn't be used in production environments yet\*\*. Use it for testing... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/trace-based-alerts.md | main | grafana | [
-0.11850003898143768,
-0.026649992913007736,
-0.08429282158613205,
0.08258187770843506,
-0.04292815178632736,
-0.10398535430431366,
0.03178780525922775,
-0.06400581449270248,
-0.002497830195352435,
-0.012852614745497704,
0.013757951557636261,
-0.05938410758972168,
-0.021071461960673332,
-0... | 0.050824 |
# Grafana Alerting tutorials This section provides step-by-step tutorials to help you learn Grafana Alerting and explore key features through practical, easy-to-follow examples. ## Get started with Grafana Alerting - [Create and receive your first alert](https://grafana.com/tutorials/alerting-get-started/) - [Create mu... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/tutorials.md | main | grafana | [
-0.05752287060022354,
-0.03878765553236008,
-0.0712658166885376,
0.03941170498728752,
-0.002082829363644123,
-0.02951904758810997,
0.03976709395647049,
0.028720322996377945,
-0.006497236434370279,
-0.06768723577260971,
0.0010807132348418236,
-0.027759213000535965,
0.032961733639240265,
0.0... | 0.167267 |
# Examples of high-cardinality alerts In Prometheus and Mimir, metrics are stored as time series, where each unique set of labels defines a distinct series. A large number of unique series (\_high cardinality\_) can overload your metrics backend, slow down dashboard and alert queries, and quickly increase your observab... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/high-cardinality-alerts.md | main | grafana | [
-0.06093057245016098,
-0.03418469429016113,
-0.04413485527038574,
0.023513128980994225,
0.007143754046410322,
-0.0771961659193039,
-0.0029675550758838654,
-0.03055700473487377,
0.061085015535354614,
0.01454182155430317,
-0.05193571373820305,
-0.05873458459973335,
-0.0023594279773533344,
0.... | 0.22345 |
of active series, you can fine-tune alerts to detect high cardinality within a specific scope — for example, by filtering on certain namespaces, services, or metrics known to generate many label combinations. [Multi-dimensional alerts](ref:multi-dimensional-example) let you evaluate each metric independently, so you ca... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/high-cardinality-alerts.md | main | grafana | [
0.028481218963861465,
-0.05970120057463646,
-0.06192552298307419,
0.09395162761211395,
-0.006536140572279692,
0.04566091671586037,
0.1373056024312973,
-0.016405237838625908,
0.024952130392193794,
0.007783211302012205,
-0.07622183114290237,
-0.09889437258243561,
0.05878788232803345,
0.03392... | 0.095134 |
rate of your Mimir instances: ```shell grafanacloud\_instance\_samples\_per\_second \* on (id) group\_left(name) grafanacloud\_instance\_info > 1e5 ``` Alternatively, Grafana Cloud metrics limits are based on [data points per minute (DPM)](ref:cloud-metrics-invoice): the number of samples sent per minute across all you... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/examples/high-cardinality-alerts.md | main | grafana | [
-0.060775551944971085,
-0.029674479737877846,
-0.04404698312282562,
-0.014398225583136082,
-0.03003140725195408,
-0.08615138381719589,
-0.0019843957852572203,
-0.021675044670701027,
0.06389644742012024,
0.03128610551357269,
-0.036128681153059006,
-0.13554231822490692,
-0.00028305008891038597... | 0.070672 |
# View alert rules The Alert rules list view page lists all existing recording and alert rules, including those created in Grafana and those available in configured data sources. To access the Alert rules page, click \*\*Alerts & IRM\*\* -> \*\*Alerting\*\* -> \*\*Alert rules\*\*. By default, alert rules are grouped in... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/view-alert-rules.md | main | grafana | [
-0.08070636540651321,
0.001359540387056768,
-0.08845823258161545,
0.037531882524490356,
0.04740827903151512,
-0.10409362614154816,
0.045359984040260315,
-0.07916150242090225,
0.032013263553380966,
0.008134138770401478,
-0.006376348435878754,
-0.04603254795074463,
0.06374983489513397,
-0.00... | 0.102378 |
delete all alert rules within a folder Admin users can delete all of the alert rules within a folder. To delete all the alert rules in a folder, click the menu icon and select \*\*Delete\*\*. Then type "Delete" into the field and click \*\*Delete\*\* to confirm the bulk deletion. ## Permanently delete or restore delete... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/view-alert-rules.md | main | grafana | [
-0.03689095377922058,
0.00969897024333477,
-0.06068877503275871,
0.05215897038578987,
0.05914827063679695,
-0.08227881789207458,
0.06579691171646118,
-0.10720966011285782,
0.04200398176908493,
-0.0034055837895721197,
0.03704560920596123,
0.00675470195710659,
0.05327124893665314,
0.02763104... | 0.063817 |
# View alert state history View a history of all alert events generated by your Grafana-managed alert rules from one centralized page. This helps you see patterns in your alerts over time, observe trends, make predictions, and even debug alerts that might be firing too often. An alert event is displayed each time an al... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/view-alert-state-history.md | main | grafana | [
-0.0768403485417366,
0.010648959316313267,
-0.0692698284983635,
0.023227736353874207,
-0.00378594733774662,
-0.0600292906165123,
-0.012639318592846394,
-0.08334369957447052,
0.03567271679639816,
0.003770536044612527,
-0.03499579802155495,
-0.05043498054146767,
-0.03319607675075531,
0.00244... | 0.090021 |
alert firing behavior - Understand correlations between different alert instances - Get suggestions for improving alert configurations To use the Analyze with Assistant feature: 1. Navigate to the History page as described above. 2. Filter the events to focus on the alerts you want to analyze using labels, states, or t... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/view-alert-state-history.md | main | grafana | [
0.010707524605095387,
-0.019513770937919617,
-0.038234975188970566,
0.08570484817028046,
0.08873823285102844,
-0.01139464508742094,
0.10817817598581314,
-0.052841637283563614,
0.05918623507022858,
-0.05924193188548088,
-0.03496963903307915,
-0.047950923442840576,
0.04099256545305252,
0.030... | 0.136281 |
# View alert state An alert rule and its corresponding alert instances can transition through distinct states during the alert rule evaluation. {{< figure src="/media/docs/alerting/alert-state-diagram2.png" alt="A diagram of the distinct alert instance states and transitions." max-width="750px" >}} There are three key ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/view-alert-state.md | main | grafana | [
0.00991847738623619,
-0.00778584461659193,
0.019650636240839958,
0.07520041614770889,
0.15867355465888977,
-0.07642045617103577,
0.08116130530834198,
-0.022474976256489754,
0.08625098317861557,
-0.048768408596515656,
-0.01203495729714632,
0.007497937884181738,
0.05576736107468605,
0.043056... | 0.137183 |
dashboard with alert list panels and linked alert rules" url="https://play.grafana.org/d/000000074/alerting?tech=docs&pg=alerting-demo&plcmt=callout-play&cta=alert-demo-dashboard" >}} | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/view-alert-state.md | main | grafana | [
-0.07918618619441986,
-0.008123434148728848,
-0.10658854991197586,
-0.04612584039568901,
0.027341211214661598,
-0.026641417294740677,
0.042570434510707855,
0.022680487483739853,
0.06466648727655411,
-0.008852017112076283,
-0.03982149809598923,
-0.011919043958187103,
0.00876697152853012,
0.... | 0.094936 |
{{< docs/public-preview product="Alerts page" >}} # Alert view Grafana Alerting provides a consolidated snapshot of your firing and pending Grafana-managed alerts in a simplified view. For users with complex deployments, it can be difficult to monitor and prioritize critical incidents among a large volume of firing or ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/alerts-page.md | main | grafana | [
-0.044561661779880524,
-0.006266365293413401,
-0.06997828930616379,
0.05203462764620781,
0.08753880858421326,
-0.05429700389504433,
0.03509751334786415,
-0.060924410820007324,
0.0761524885892868,
0.03587193787097931,
-0.01738368347287178,
0.015956180170178413,
0.04292227327823639,
0.031130... | 0.122415 |
# View active notifications The Active notifications page lists groups of alerts (or alert instances) that are actively triggering notifications. By default, Grafana Alerting [groups similar alerts into a single notification](ref:grouping). In this view, you can: - Find alert groups and the state of their notifications... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/view-active-notifications.md | main | grafana | [
-0.036647144705057144,
-0.04744836688041687,
-0.048302583396434784,
0.06685413420200348,
0.07731161266565323,
-0.033365219831466675,
0.08668478578329086,
-0.10389512777328491,
0.05449690669775009,
0.002927890745922923,
0.0007955407490953803,
-0.0712839886546135,
0.03253312036395073,
0.0221... | 0.10692 |
# Declare incidents from firing alerts Declare an incident from a firing alert to streamline your alert to incident workflow. ## Before you begin - Ensure you have [Grafana Incident](/docs/grafana-cloud/incident/) installed. - You must have a firing alert. ## Procedure To declare an incident from a firing alert, comple... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/declare-incident-from-alert.md | main | grafana | [
-0.0624123215675354,
0.045230619609355927,
-0.05094549059867859,
0.002992653287947178,
0.016193224117159843,
-0.017544494941830635,
0.04726934805512428,
-0.015586051158607006,
0.056773751974105835,
0.024069350212812424,
-0.029386211186647415,
-0.08877638727426529,
0.014164982363581657,
0.0... | 0.13067 |
# Monitor alerts Alerts and alert notifications should provide key information to help alert responders and incident participants understand what happened in their system and how to respond. Grafana Alerting offers the ability to monitor your alerts and manage your alerting setup. You can get an overview of your alerts... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/monitor-status/_index.md | main | grafana | [
-0.09873564541339874,
0.023810021579265594,
-0.05360417068004608,
0.029304461553692818,
0.02410157583653927,
-0.061086200177669525,
-0.0021500345319509506,
-0.032967709004879,
0.010587266646325588,
0.016628123819828033,
-0.050042491406202316,
-0.04330165311694145,
0.019218258559703827,
0.0... | 0.104373 |
# Configure mute timings and active time intervals Mute timings and active time intervals let you determine how your alert notifications are handled during designated periods of time. After you create a time interval, you can apply it as either a mute timing or active time interval for your notification policies. A mut... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/mute-timings.md | main | grafana | [
-0.009717102162539959,
0.021921806037425995,
0.023260002955794334,
0.05150270089507103,
0.08050981163978577,
-0.043471094220876694,
0.13979603350162506,
-0.06445436179637909,
0.09271560609340668,
-0.05914253368973732,
-0.004298775922507048,
-0.02639518678188324,
0.014749501831829548,
0.016... | 0.138293 |
of the week: The day or range of days of the week. Example: `monday:thursday`. - Days of the month: The date 1-31 of a month. Negative values can also be used to represent days that begin at the end of the month. For example: `-1` for the last day of the month. - Months: The months of the year in either numerical or th... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/mute-timings.md | main | grafana | [
-0.04304148629307747,
0.07196599245071411,
-0.010257676243782043,
0.005032295361161232,
-0.027859779074788094,
-0.005357820075005293,
-0.06487240642309189,
-0.0029573962092399597,
-0.010730571113526821,
-0.042500969022512436,
-0.009420760907232761,
-0.09620325267314911,
0.023105783388018608,... | 0.060639 |
# Configure inhibition rules {{< admonition type="note" >}} Available in Grafana 13 or higher. {{< /admonition >}} An inhibition rule suppresses notifications for target alerts when source alerts with matching label values are already firing. This lets you reduce noise when a root-cause alert makes dependent alerts red... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/inhibition-rules.md | main | grafana | [
-0.0519179068505764,
0.04048857092857361,
-0.030121460556983948,
0.04338156804442406,
0.11758312582969666,
-0.08279427886009216,
0.10996808856725693,
-0.07207789272069931,
0.06196916848421097,
-0.017586475238204002,
0.0009380172123201191,
-0.043555278331041336,
0.06627373397350311,
0.01107... | 0.17163 |
| `!=` | Select alerts where the label does not equal the value. | | `=~` | Select alerts where the label matches the regular expression. | | `!~` | Select alerts where the label does not match the regular expression. | ### The `equal` field When `equal` is specified, the inhibition only applies when the source and tar... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/inhibition-rules.md | main | grafana | [
-0.03178026154637337,
0.06856696307659149,
-0.002380137098953128,
0.08116648346185684,
0.1145980954170227,
-0.011161436326801777,
0.08287566155195236,
-0.06051794812083244,
0.0767764076590538,
-0.08405616879463196,
0.013815386220812798,
-0.05449819937348366,
0.08332088589668274,
-0.0088824... | 0.119025 |
# Configure silences Silences stop notifications from being created for a specified time window but do not interrupt alert evaluation. Use them to temporarily prevent alert notifications, such as during incident response or a maintenance window. {{< admonition type="note" >}} Silences are assigned to a [specific Alertm... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/create-silence.md | main | grafana | [
-0.021779634058475494,
0.0014040174428373575,
0.02432175539433956,
0.04491163417696953,
0.11470845341682434,
-0.02332817204296589,
0.12995858490467072,
-0.05817470699548721,
0.0824161171913147,
-0.07779210805892944,
0.021818704903125763,
-0.028661604970693588,
0.023313021287322044,
-0.0210... | 0.146474 |
matcher defined as `foo=bar` matches this alert rule. - A label matcher defined as `foo!=bar` does \_not\_ match this alert rule. - A label matcher defined as `id=~[0-9]+` matches this alert rule. - A label matcher defined as `baz!~[0-9]+` matches this alert rule. - Two label matchers defined as `foo=bar` and `id=~[0-9... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/create-silence.md | main | grafana | [
-0.05886079743504524,
0.13066928088665009,
-0.016420062631368637,
0.04221827909350395,
0.09717987477779388,
0.043255895376205444,
0.11560080200433731,
-0.08045361191034317,
0.06113821268081665,
-0.11183423548936844,
-0.02193441055715084,
-0.047543320804834366,
0.05723527818918228,
0.006348... | 0.020179 |
the following format `[label][operator][value]` where the `operator` parameter can be one of the following: `=` (equals, not regular expression), `!=` (not equals, not regular expression), `=~` (equals, regular expression), `!~` (not equals, regular expression). The URL can contain many query parameters with the key `m... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/create-silence.md | main | grafana | [
-0.044851649552583694,
0.02516477182507515,
-0.04802807420492172,
0.07985155284404755,
0.05734327435493469,
-0.006549390964210033,
0.07485270500183105,
-0.03686949238181114,
0.05569934844970703,
-0.07299615442752838,
-0.031029103323817253,
-0.10302425175905228,
0.10830296576023102,
0.02309... | 0.162032 |
# Configure notification policies Notification policies determine how alerts are routed to contact points. Policies have a tree structure. Each policy can have one or more child policies and a set of label matchers. Each alert (or alert instance) is evaluated by the default policy and subsequently by each child policy.... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/create-notification-policy.md | main | grafana | [
-0.022506466135382652,
-0.011614329181611538,
0.023572882637381554,
0.040335677564144135,
0.13065625727176666,
-0.01932000368833542,
0.15937156975269318,
-0.016299596056342125,
0.1028270348906517,
-0.010800668969750404,
-0.02327064797282219,
-0.03687547147274017,
0.04722625017166138,
0.056... | 0.102332 |
enable \*\*Continue matching subsequent sibling nodes\*\* to continue matching sibling policies even after the alert matched the current policy. If enabled, multiple policies can handle the same alert. 1. Optionally, enable \*\*Override grouping\*\* to set different [grouping](ref:policy-grouping) than the parent polic... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/create-notification-policy.md | main | grafana | [
-0.0020154134836047888,
0.021664956584572792,
0.04754175990819931,
0.06813034415245056,
0.11213564872741699,
0.00046698152436874807,
0.08159144967794418,
-0.07838558405637741,
0.05075005814433098,
-0.011578337289392948,
0.0033684703521430492,
-0.023956501856446266,
0.040032416582107544,
0.... | 0.058676 |
# Configure notifications Configuring how, when, and where to send alert notifications is an essential part of your alerting system. By default, Grafana Alerting provides default notification messages with relevant alert information, so you don't need to configure messages initially. In the alert rule, you need to conf... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/_index.md | main | grafana | [
-0.08644434809684753,
-0.02734573371708393,
-0.04042692482471466,
-0.01055170688778162,
0.02538776770234108,
-0.05170976743102074,
0.04497630149126053,
0.016697512939572334,
0.031108815222978592,
0.017610320821404457,
-0.035075630992650986,
-0.04242481291294098,
0.0407930389046669,
0.07848... | 0.093385 |
# Alerting template language Notification templates and alert rule templates, such as annotations and labels, both use the Go template language, [text/template](https://pkg.go.dev/text/template). Both types of templates can use the same keywords, functions, and comparison operators of the Go template language, such as ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/language.md | main | grafana | [
0.02264445275068283,
0.08536838740110397,
-0.010512984357774258,
-0.01779927872121334,
0.09566789120435715,
0.0662594735622406,
0.13093231618404388,
0.019346656277775764,
0.059500791132450104,
-0.11026690900325775,
0.013627196662127972,
-0.017926855012774467,
-0.00797753594815731,
0.087147... | 0.102042 |
# Notification template examples Notification templates allows you to change the default notification messages. You can modify the content and format of notification messages. For example, you can customize the content to show only specific information or adjust the format to suit a particular contact point, such as Sl... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/examples.md | main | grafana | [
-0.05937489867210388,
0.04896041005849838,
-0.01410054974257946,
0.028863368555903435,
0.05147847533226013,
0.0194803848862648,
0.07067280262708664,
-0.0057068378664553165,
0.051899321377277374,
-0.016403377056121826,
-0.042585235089063644,
-0.08537250757217407,
-0.016591515392065048,
0.05... | 0.099148 |
-}} {{ end -}} {{ end -}} {{ define "alert.summary\_and\_description" }} Summary: {{.Annotations.summary}} Status: {{ .Status }} Description: {{.Annotations.description}} {{ end -}} ``` In this example: - A template (`alert.summary\_and\_description`) is defined to print the `summary`, `status`, and `description` of on... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/examples.md | main | grafana | [
0.0050828405655920506,
0.08407055586576462,
-0.004483750090003014,
0.07248853147029877,
0.05285714566707611,
-0.007531719282269478,
0.10038037598133087,
0.04384693130850792,
0.04430154338479042,
-0.033893417567014694,
-0.0066286795772612095,
-0.036348771303892136,
0.03150617703795433,
0.00... | 0.109025 |
and annotations This example displays all labels and annotations for each [alert](ref:reference-alert) in the notification. ```go {{ define "custom.alert\_labels\_and\_annotations" -}} {{ len .Alerts.Resolved }} resolved alert(s) {{ range .Alerts.Resolved -}} {{ template "alert.labels\_and\_annotations" . -}} {{ end }}... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/examples.md | main | grafana | [
0.004732942674309015,
0.11355874687433243,
0.008834559470415115,
0.04904220253229141,
0.09197628498077393,
0.09160181134939194,
0.15659750998020172,
0.001160868676379323,
0.03977307677268982,
-0.0922674834728241,
-0.0402800627052784,
-0.05748893693089485,
-0.00974417757242918,
0.0305800065... | 0.11442 |
gt (.Alerts.Resolved | len) 0 }}✅ {{ .Alerts.Resolved | len }} resolved alerts.{{ end }} {{ end -}} ``` Execute the template by passing the dot (`.`) as argument: ```go {{ template "custom\_title" . }} ``` ```template\_output 🚨 1 firing alerts. ✅ 1 resolved alerts. ``` The next example is a copy of the default title/s... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/examples.md | main | grafana | [
-0.06357371062040329,
0.1427907943725586,
-0.0007702175644226372,
0.04220191016793251,
-0.035361018031835556,
0.042592719197273254,
0.10195976495742798,
0.008663146756589413,
0.05371646583080292,
-0.04674301669001579,
-0.006382992956787348,
-0.042823225259780884,
-0.013913449831306934,
0.0... | 0.062443 |
and format JSON data. {{< docs/shared lookup="alerts/example-custom-json-payload.md" source="grafana" version="" >}} ```template\_output { "alerts": [ { "endsAt": "0001-01-01T00:00:00Z", "labels": { "alertname": "InstanceDown", "grafana\_folder": "Test Folder", "instance": "instance1" }, "startsAt": "2025-04-21T10:19:4... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/examples.md | main | grafana | [
-0.05062485858798027,
0.0974372923374176,
-0.04206640645861626,
0.03166903927922249,
-0.007100727409124374,
-0.03323429822921753,
-0.03694163262844086,
-0.006185601931065321,
0.052458506077528,
-0.027388060465455055,
-0.015401055105030537,
-0.038344841450452805,
-0.04009079560637474,
0.007... | 0.089901 |
# Notification template reference By default, Grafana provides predefined templates to format notification messages. You can also customize your notifications with custom templates, which are based on the [Go template language](ref:template-language). This documentation lists the data available for use in notification ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/reference.md | main | grafana | [
-0.0907844752073288,
0.05156455561518669,
-0.03213059529662132,
0.021425748243927956,
-0.03849901258945465,
0.01761256717145443,
0.06513301283121109,
0.0006682850071229041,
0.0698167160153389,
-0.02094840630888939,
-0.04885811731219292,
-0.08368019759654999,
-0.0002334911550860852,
0.03352... | 0.113868 |
the alert has a Dashboard UID annotation, with time range from `1h` before alert start to end (or now if firing). | | `PanelURL` | string | A link to the panel if the alert has a Panel ID annotation, with time range from `1h` before alert start to end (or now if firing). | | `SilenceURL` | string | A link to silence th... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/reference.md | main | grafana | [
-0.008193736895918846,
0.09618142247200012,
-0.018630951642990112,
0.0591282956302166,
0.09876443445682526,
0.025121048092842102,
0.1052396222949028,
-0.009333288297057152,
0.07593174278736115,
-0.053175196051597595,
-0.01857788674533367,
-0.061666376888751984,
0.0232916921377182,
0.009740... | 0.121957 |
functions are also available for templating notifications: | Name | Arguments | Returns | Description | | -------------- | -------------------------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/reference.md | main | grafana | [
-0.005819022189825773,
0.0591055303812027,
-0.005974296480417252,
0.021143710240721703,
-0.012242485769093037,
-0.007393854670226574,
0.07514752447605133,
0.01537602674216032,
0.05900513380765915,
-0.08585929870605469,
-0.01996740698814392,
-0.08573634922504425,
-0.0023685642518103123,
-0.... | 0.138659 |
Does not modify the original list. | Example using collection functions: ```go {{ define "collection.example" }} {{- /\* Create a dictionary of alert metadata \*/ -}} {{- $metadata := coll.Dict "severity" "critical" "team" "infrastructure" "environment" "production" -}} {{- /\* Create a slice of affected services \*/ -... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/reference.md | main | grafana | [
0.009029961191117764,
0.059987492859363556,
0.025968169793486595,
-0.01292542926967144,
0.040758371353149414,
-0.08939144015312195,
0.07571762055158615,
-0.027730153873562813,
0.04291290417313576,
0.03567391261458397,
0.04613078013062477,
0.005477477330714464,
-0.006112893112003803,
0.0185... | -0.004958 |
Can be formatted using Go's time formatting functions. | Example using time functions: ```go {{ define "time.example" }} {{- /\* Get current time in different formats \*/ -}} Current Time (UTC): {{ (time.Now).UTC.Format "2006-01-02 15:04:05 MST" }} Current Time (Local): {{ (time.Now).Format "Monday, January 2, 2006 at ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/reference.md | main | grafana | [
0.03363637998700142,
0.10440800338983536,
-0.031030526384711266,
0.023331956937909126,
0.0870964527130127,
-0.00785942655056715,
0.0034516574814915657,
-0.010423769243061543,
0.06751466542482376,
-0.0583469532430172,
-0.06555818021297455,
-0.01405707560479641,
-0.04800538718700409,
0.08750... | 0.04351 |
# Manage notification templates In contact points, you can select notification templates to customize the notification messages sent. By default, Grafana provides a template for the notification title (`{{define "default.title"}}`) and a template for the notification message (`{{define "default.message"}}`). Both defau... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md | main | grafana | [
-0.128779336810112,
-0.0022895715665072203,
-0.04744900017976761,
0.018612686544656754,
0.0005631319945678115,
0.0056992326863110065,
0.04385574907064438,
0.003424770198762417,
0.07001633942127228,
-0.005330753978341818,
-0.06742280721664429,
-0.08961011469364166,
0.007755767088383436,
0.0... | 0.096713 |
errors before saving it. {{< admonition type="note" >}} Notification template preview is only for Grafana Alertmanager. {{< /admonition >}} To preview your notification templates: 1. Navigate to \*\*Alerts & IRM\*\* -> \*\*Alerting\*\* -> \*\*Notification configuration\*\*, then select the \*\*Templates\*\* tab. 1. Cli... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md | main | grafana | [
-0.013614904135465622,
0.020567279309034348,
-0.026348022744059563,
0.06803639978170395,
0.03772406280040741,
0.001368168042972684,
0.05488109961152077,
-0.012162839993834496,
0.03325578570365906,
0.013364117592573166,
-0.03301750868558884,
-0.10137411952018738,
-0.009645704180002213,
0.00... | 0.075625 |
# Use images in notifications {{< admonition type="note" >}} Grafana Cloud users can request this feature by [opening a support ticket in the Cloud Portal](/profile/org#support). {{< /admonition >}} Images in notifications helps recipients of alert notifications better understand why an alert has fired or resolved by i... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/images-in-notifications.md | main | grafana | [
-0.0776505321264267,
0.0366130955517292,
-0.021865516901016235,
0.0407889187335968,
0.12275418639183044,
-0.06014272943139076,
0.019877612590789795,
-0.04488461837172508,
0.09358718246221542,
0.03185218572616577,
0.012892279773950577,
-0.07596743851900101,
0.03186194598674774,
0.0851454138... | 0.136268 |
in notifications](#configuration) altogether. 5. When uploading screenshots to a cloud storage service Grafana uses a random 20 character (30 characters for Azure Blob Storage) filename for each image. This makes URLs hard to guess but not impossible. 6. Grafana does not delete screenshots from cloud storage. We recomm... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/images-in-notifications.md | main | grafana | [
-0.10323432832956314,
-0.01279674656689167,
-0.0006972498958930373,
-0.005032045301049948,
0.04494152218103409,
-0.03965063393115997,
0.017792396247386932,
-0.10843411833047867,
0.1148160845041275,
0.09336962550878525,
0.058899007737636566,
0.020916905254125595,
0.10300716757774353,
0.0770... | 0.003985 |
| No | Yes | | PagerDuty | No | Yes | | Prometheus Alertmanager | No | No | | Pushover | Yes (Maximum of 1 per notification) | No | | Sensu Go | No | No | | Slack | Yes (when using Bot tokens, maximum of 5 per notification) | Yes (when using webhooks, maximum of 1 per notification) | | Telegram | Yes | No | | Threema |... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/images-in-notifications.md | main | grafana | [
-0.09515231847763062,
-0.020243939012289047,
-0.004156444221735001,
0.01861102506518364,
0.07630549371242523,
-0.10668275505304337,
0.036677028983831406,
-0.04118648171424866,
0.08096940070390701,
0.05302628129720688,
0.02556264027953148,
-0.07360739260911942,
0.08858831226825714,
0.052913... | 0.217566 |
# Template notifications You can use notification templates to change the title, message, and format of notifications. Grafana provides a \*\*default template\*\* for notification titles (`default.title`) and one default template for notification messages (`default.message`). Both templates display common alert details... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/_index.md | main | grafana | [
-0.0979570522904396,
0.05221863090991974,
0.019182352349162102,
0.04114812612533569,
0.02962326444685459,
-0.0007949852733872831,
0.040960729122161865,
-0.022696716710925102,
0.03123333491384983,
0.009813930839300156,
-0.08969040215015411,
-0.05483417212963104,
0.027728809043765068,
0.0339... | 0.095838 |
follow these steps: 1. Go to \*\*Alerting -> Contact points\*\*. 1. Click the Notification Templates tab then, click the \*\*+ New notification template\*\* button. 1. Name your template. 1. In the Template group section, click the \*\*Generate with AI\*\* button. 1. Supply the AI tool with a prompt or select from one ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/template-notifications/_index.md | main | grafana | [
-0.04603305459022522,
-0.013331948779523373,
-0.006784855388104916,
0.04135441780090332,
0.11059549450874329,
0.05464508756995201,
0.11959510296583176,
0.019031472504138947,
0.0758751854300499,
-0.03256656974554062,
-0.05920453369617462,
-0.11502152681350708,
-0.004439372569322586,
0.03007... | 0.154549 |
# Configure contact points Use contact points to specify where to receive alert notifications. Contact points contain the configuration for sending alert notifications, including destinations like email, Slack, IRM, webhooks, and their notification messages. A contact point can have one or multiple destinations, known ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/_index.md | main | grafana | [
-0.05404455587267876,
-0.04207582026720047,
-0.01917351223528385,
0.04147210344672203,
0.15115773677825928,
-0.05555855110287666,
0.1516181379556656,
-0.04702264070510864,
0.07554826140403748,
0.04864567145705223,
-0.025380805134773254,
-0.06685038655996323,
0.048763077706098557,
0.0512277... | 0.124246 |
Slack, enter the Slack channel and users who should be contacted. 1. Some [contact point integrations](#supported-contact-point-integrations), like email or Webhook, have optional settings. In \*\*Optional settings\*\*, specify additional settings for the selected contact point integration. 1. In Notification settings,... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/_index.md | main | grafana | [
-0.06564060598611832,
-0.09052331745624542,
0.0016571686137467623,
0.013730586506426334,
0.024476004764437675,
-0.016654005274176598,
0.08644893765449524,
0.07147704809904099,
0.0392521433532238,
0.015962675213813782,
-0.07331952452659607,
-0.06515432894229889,
0.037483714520931244,
0.0604... | 0.105915 |
# Configure an Alertmanager contact point Use the Alertmanager integration in a contact point to send specific alerts to a different Alertmanager. If you have an existing Alertmanager running in your infrastructure, you can use a contact point to forward Grafana alerts to your Alertmanager. For example, a team might ru... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-alertmanager.md | main | grafana | [
-0.09733453392982483,
-0.03223840892314911,
-0.06640225648880005,
0.02216881327331066,
0.009503602981567383,
-0.08340034633874893,
0.05087411403656006,
-0.02301342785358429,
0.036511510610580444,
0.024226518347859383,
-0.012047388590872288,
-0.06339406222105026,
0.019998665899038315,
0.040... | 0.131367 |
# Configure webhook notifications Use the webhook integration in contact points to send alert notifications to your webhook. The webhook integration is a flexible way to integrate alerts into your system. When a notification is triggered, it sends a JSON request with alert details and additional data to the webhook end... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md | main | grafana | [
-0.08867790549993515,
0.0005752663128077984,
-0.07261942327022552,
-0.0018954734550788999,
0.07993115484714508,
-0.06729952245950699,
0.07342889159917831,
0.009470715187489986,
0.08119267970323563,
-0.050584107637405396,
-0.038194745779037476,
-0.12673400342464447,
0.05872006714344025,
-0.... | 0.119258 |
To validate incoming webhook requests from Grafana, follow these steps: 1. Extract the signature from the header (default is `X-Grafana-Alerting-Signature`). 2. If you configured a timestamp header, extract the timestamp value and verify it's recent to prevent replay attacks. 3. Calculate the expected signature: - Crea... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md | main | grafana | [
-0.15182439982891083,
0.12395235151052475,
-0.037804052233695984,
-0.05921180918812752,
-0.02909286692738533,
-0.09066388756036758,
-0.025372030213475227,
-0.05138344317674637,
0.031219732016324997,
0.014420819468796253,
-0.057302188128232956,
-0.1319867968559265,
0.0341169498860836,
0.003... | -0.014386 |
to string values. | | `commonAnnotations` | object | Annotations that all alarms have in common, map of string keys to string values. | | `externalURL` | string | External URL to the Grafana instance sending this webhook. | | `version` | string | Version of the payload structure. | | `groupKey` | string | Key that is u... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md | main | grafana | [
-0.07366348057985306,
0.09922230243682861,
-0.06784521043300629,
0.012855859473347664,
-0.025993753224611282,
-0.024452583864331245,
0.04785603657364845,
-0.016041772440075874,
0.04970249533653259,
-0.05400745943188667,
-0.035975731909275055,
-0.11367443948984146,
0.02500666305422783,
-0.0... | 0.109 |
# Configure Jira for Alerting Use the Jira integration in a contact point to create issues in your Jira instance when alerts fire. The integration supports both Jira Cloud and Jira Server/Data Center installations. ## Before you begin Before you begin, ensure you have the following: - A Jira instance (Cloud, Server, or... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-jira.md | main | grafana | [
-0.10221385210752487,
-0.07577306777238846,
-0.022683624178171158,
0.05557273328304291,
0.007589518558233976,
-0.04312044009566307,
0.09901269525289536,
-0.03504393994808197,
0.0811627134680748,
0.006603633984923363,
-0.06484438478946686,
-0.05081057548522949,
0.03724458068609238,
0.054513... | 0.073141 |
a valid transition available in your Jira workflow for the specified issue type. If this field is empty, the issue will not be reopened. | | Reopen Duration | The time duration (in minutes) to control whether to reopen an issue that was closed within this duration or create a new one. If not specified, the most recent ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-jira.md | main | grafana | [
-0.1352388560771942,
0.0054613444954156876,
0.01889079436659813,
0.015775257721543312,
-0.0736636072397232,
-0.00031890461104921997,
0.013815130107104778,
-0.03468794375658035,
0.09587229788303375,
0.039058614522218704,
0.028093427419662476,
0.04356108605861664,
-0.0036189500242471695,
-0.... | 0.04095 |
# Configure Telegram for Alerting Use the Grafana Alerting - Telegram integration to send [Telegram](https://telegram.org/) notifications when your alerts are firing. ## Before you begin ### Telegram limitation Telegram messages are limited to 4096 UTF-8 characters. If you use a `parse\_mode` other than `None`, truncat... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-telegram.md | main | grafana | [
-0.0366344228386879,
-0.05441424250602722,
0.016071181744337082,
-0.013678380288183689,
-0.019263919442892075,
-0.08118055760860443,
0.07731494307518005,
0.013299060985445976,
0.03234521299600601,
0.0325842909514904,
-0.021221477538347244,
-0.07243390381336212,
0.006662304513156414,
0.0751... | 0.130489 |
# Configure Amazon SNS notifications Use the Amazon SNS integration in a contact point to send alert notifications to a SNS topic. Then, configure the SNS topic to forward notifications to distinct subscriber channels used in your SNS account. ## Before you begin Before you begin, ensure you have the following: - \*\*A... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-amazon-sns.md | main | grafana | [
0.047453951090574265,
-0.09931229054927826,
-0.05691169947385788,
0.03323419392108917,
0.04439348354935646,
-0.0004082698724232614,
0.06809762120246887,
-0.04451563581824303,
0.09449295699596405,
0.03605473414063454,
-0.0727686733007431,
-0.05273197963833809,
0.11811120808124542,
0.0254076... | 0.036623 |
- On the \*\*Topics\*\* page, choose \*\*"Create topic"\*\*. - Select \*\*"Standard"\*\* as the type. - Enter a \*\*Name\*\* for your topic, e.g., `My-Topic`. - \*\*Encryption\*\*: Leave disabled for this minimal setup. - Click \*\*"Create topic"\*\*. 3. (Optional) \*\*Add an email subscriber to help test\*\*: - Within... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-amazon-sns.md | main | grafana | [
-0.020773665979504585,
-0.02838270738720894,
-0.04124078154563904,
0.03794287145137787,
0.09441331028938293,
-0.01120508462190628,
0.06082358583807945,
-0.06634240597486496,
0.03555876761674881,
0.052256401628255844,
-0.026403315365314484,
-0.05891991779208183,
0.09631092846393585,
0.05190... | 0.066525 |
# Configure Slack for Alerting Use the Grafana Alerting - Slack integration to send Slack notifications when your alerts are firing. There are two ways of integrating Slack into Grafana Alerting. 1. Use a [Slack API token](https://api.slack.com/authentication/token-types) Enable your app to access the Slack API. If, fo... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md | main | grafana | [
-0.05273592472076416,
-0.07331898808479309,
-0.07236660271883011,
0.020245959982275963,
-0.007264383137226105,
-0.07115848362445831,
0.027097264304757118,
0.02665886841714382,
0.01786140166223049,
0.02439849264919758,
-0.03055540844798088,
-0.10287740081548691,
0.05428864061832428,
0.07102... | 0.121216 |
bot username that appears in Slack. Set the `username` field to customize the display name. | | Icon emoji | Provide an emoji to use as the icon for the message. Set the `icon\_emoji` field (for example, `:rocket:`). This overrides the icon URL. | | Icon URL | Provide a URL to an image to use as the icon for the messag... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md | main | grafana | [
-0.0406222902238369,
-0.018180865794420242,
0.03593488782644272,
0.019990989938378334,
-0.005325392819941044,
-0.020667612552642822,
0.0938505232334137,
0.03376001492142677,
0.049881462007761,
-0.032686084508895874,
-0.02890070714056492,
-0.07056742161512375,
0.04539133235812187,
0.0738163... | 0.094401 |
# Configure Google Chat for Alerting Use the Grafana Alerting - Google Chat integration to receive alert notifications in your Google Chat space when your Grafana alert rules are triggered and resolved. ## Before you begin Create a Webhook to enable Grafana to send alert notifications to a Google Chat space. To create ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-google-chat.md | main | grafana | [
-0.1669711023569107,
-0.03578278049826622,
-0.015076953917741776,
-0.026409687474370003,
0.00010228437895420939,
-0.0869508609175682,
0.03669978678226471,
-0.05447462201118469,
0.03414834663271904,
0.01849537529051304,
-0.028290709480643272,
-0.11374938488006592,
0.004133069887757301,
0.00... | 0.050176 |
# Configure Discord for Alerting Use the Grafana Alerting - Discord integration to receive alert notifications in your Discord channels when your Grafana alert rules are triggered and resolved. ## Before you begin Create a Webhook to enable Grafana to send alert notifications to Discord channels. To create a Webhook in... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-discord.md | main | grafana | [
-0.09652890264987946,
-0.02251136489212513,
-0.061331454664468765,
-0.009968629106879234,
0.028074389323592186,
-0.06285206228494644,
0.03562769293785095,
-0.012581326998770237,
0.040811337530612946,
-0.0062766168266534805,
-0.03399050235748291,
-0.13478948175907135,
0.04296640679240227,
0... | 0.113969 |
# Configure Opsgenie for Alerting Use the Grafana Alerting - Opsgenie integration to receive alert notifications in your Opsgenie alert dashboard when your Grafana alert rules are triggered and resolved. ## Before you begin Create an API key to enable Grafana to send alert notifications to Opsgenie alert dashboard. To ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md | main | grafana | [
-0.14528313279151917,
-0.004750117659568787,
-0.07828892022371292,
0.0332602895796299,
0.02209618128836155,
-0.10335763543844223,
0.017014943063259125,
0.021219339221715927,
0.041611358523368835,
0.013602010905742645,
-0.07199720293283463,
-0.10662951320409775,
0.00655359635129571,
0.03150... | 0.104253 |
# Configure email for alert notifications Use the email integration to send alert notifications to one or more addresses. You can customize the [subject and main section of the email body](#optional-settings-using-templates). By default, the subject and body are generated from the alert data included in the notificatio... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md | main | grafana | [
-0.07882582396268845,
-0.001847134786657989,
-0.03903321549296379,
-0.012353876605629921,
0.003702323418110609,
-0.05660635232925415,
-0.005226748064160347,
-0.04088137298822403,
0.04255540668964386,
0.05621984601020813,
-0.022302191704511642,
-0.0647326111793518,
0.008767983876168728,
0.0... | 0.033741 |
# Configure Microsoft Teams for Alerting Use the Grafana Alerting - Microsoft Teams integration to receive notifications in your team’s channel when your alerts are firing. Note that you can customize the `title` and `message` of the notification using [notification templates](ref:notification-templates); however, you ... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-teams.md | main | grafana | [
-0.08388246595859528,
0.040886878967285156,
-0.09130684286355972,
0.02993849851191044,
0.025066230446100235,
-0.056129127740859985,
0.015049178153276443,
-0.09527917951345444,
0.07511861622333527,
-0.048222895711660385,
-0.07855264842510223,
-0.10205300152301788,
0.04979179427027702,
0.027... | 0.12159 |
# Configure MQTT notifications Use the MQTT integration in contact points to send alert notifications to your MQTT broker. ## Configure MQTT for a contact point To create a contact point with MQTT integration, complete the following steps. 1. Navigate to \*\*Alerts & IRM\*\* -> \*\*Alerting\*\* -> \*\*Notification conf... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-mqtt.md | main | grafana | [
-0.04639638215303421,
0.0073480005376040936,
-0.07584662735462189,
0.06559431552886963,
-0.02520696073770523,
-0.04889152571558952,
0.07467611879110336,
0.02205834351480007,
0.06201997399330139,
-0.022503552958369255,
-0.032932888716459274,
-0.11520286649465561,
0.14254382252693176,
0.0465... | 0.061228 |
= T2\n - team = blue\n - zone = us-1\nAnnotations:\n - description = This is the alert rule checking the second system\n - runbook\_url = https://myrunbook.com\n - summary = This is my summary\nSource: https://play.grafana.org/alerting/1afz29v7z/edit\nSilence: https://play.grafana.org/alerting/silence/new?alertmanager=... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-mqtt.md | main | grafana | [
-0.05129221826791763,
0.018725009635090828,
-0.08704142272472382,
-0.06193796545267105,
0.0644688755273819,
-0.011504406109452248,
0.06950578838586807,
-0.0666397288441658,
0.09178879857063293,
-0.013700677081942558,
0.0019731561187654734,
-0.07928243279457092,
0.024901745840907097,
-0.035... | 0.130431 |
[//]: <> (The IRM instructions are different for Grafana Cloud, so this page is currently skipped from Cloud docs.) # Configure Grafana IRM for Alerting In Grafana OSS and Grafana Enterprise, you can use a webhook contact point to send alerts to [Grafana IRM](ref:irm). Grafana IRM can then route alerts based on escalat... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-irm.md | main | grafana | [
-0.06289553642272949,
-0.0005917822709307075,
-0.0639428049325943,
0.03394537791609764,
0.0360560417175293,
-0.10191156715154648,
0.02297407016158104,
-0.0442785806953907,
0.04652811959385872,
0.040733061730861664,
-0.0046117655001580715,
-0.05276627838611603,
0.0034635381307452917,
-0.035... | 0.15403 |
Settings\*\*. 1. Copy the \*\*Endpoint\*\* URL—this will be used in a new contact point in Grafana Alerting. 1. Set the \*\*heartbeat interval\*\*, time period after which Grafana IRM starts a new alert group if it doesn’t receive a heartbeat. #### Create another Webhook contact point in Grafana Alerting Follow the sam... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-irm.md | main | grafana | [
-0.1216026246547699,
-0.015261119231581688,
-0.09009108692407608,
0.006089109927415848,
0.004589880350977182,
-0.08851823955774307,
0.018956439569592476,
-0.05762569233775139,
0.06118514761328697,
-0.035780105739831924,
-0.007504559587687254,
-0.1242855116724968,
0.014406468719244003,
-0.0... | 0.118801 |
# Configure PagerDuty for Alerting Use the Grafana Alerting - PagerDuty integration to receive notifications in PagerDuty when your alerts are firing. ## Before you begin To set up PagerDuty for integration with Grafana Alerting, you need to create a [PagerDuty](https://www.pagerduty.com/) account. There are several se... | https://github.com/grafana/grafana/blob/main//docs/sources/alerting/configure-notifications/manage-contact-points/integrations/pager-duty.md | main | grafana | [
-0.10750464349985123,
-0.026160428300499916,
-0.06890139728784561,
-0.022166593000292778,
-0.041597045958042145,
-0.03059387393295765,
0.010343531146645546,
-0.07436005771160126,
0.009352955967187881,
0.014131219126284122,
-0.02087421528995037,
-0.017466330900788307,
0.0441335029900074,
0.... | 0.092038 |
# Introduction to histograms and heatmaps A histogram is a graphical representation of the distribution of numerical data. It groups values into buckets (sometimes also called bins) and then counts how many values fall into each bucket. Instead of graphing the actual values, histograms graph the buckets. Each bar repre... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/intro-histograms/index.md | main | grafana | [
0.040122512727975845,
0.036189258098602295,
0.008649656549096107,
-0.015722019597887993,
-0.06005295366048813,
-0.006910369265824556,
-0.024742990732192993,
0.058200012892484665,
-0.05347277969121933,
-0.003295446978881955,
-0.025863362476229668,
-0.06582294404506683,
0.08984406292438507,
... | 0.074462 |
# What is Prometheus? Observability focuses on understanding the internal state of your systems based on the data they produce, which helps determine if your infrastructure is healthy. Prometheus is a core technology for monitoring and observability of systems, but the term "Prometheus" can be confusing because it is u... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/intro-to-prometheus/index.md | main | grafana | [
-0.07434198260307312,
-0.007681979797780514,
-0.020832477137446404,
-0.0015443312004208565,
-0.02233654074370861,
-0.12232516705989838,
-0.034662023186683655,
-0.011517154984176159,
-0.03247389942407608,
0.025557441636919975,
-0.029812989756464958,
-0.009460525587201118,
0.052401427179574966... | 0.293373 |
properly monitor disk performance, you need to also see spikes in activity that illustrate if and when the system is under load, and whether disk performance is at risk. PromQL includes a [rate()](https://prometheus.io/docs/prometheus/latest/querying/functions/#rate) function that shows the per-second average rate of i... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/intro-to-prometheus/index.md | main | grafana | [
-0.06873831897974014,
0.01398914773017168,
-0.02511485293507576,
0.056327275931835175,
-0.0403829962015152,
-0.17127667367458344,
-0.009308538399636745,
0.020382661372423172,
0.0931599959731102,
0.01820681244134903,
-0.04435144364833832,
0.006225623656064272,
0.029880043119192123,
0.014501... | 0.210382 |
shows the value at the moment the data was fetched. {{< figure src="/media/docs/grafana/intro-prometheus/endpoint-data.png" max-width="750px" caption="Endpoint example" >}} The 'MyApp' metrics are available in an HTTP endpoint, but how do they get to Grafana, and subsequently, into a dashboard? The process of recording... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/intro-to-prometheus/index.md | main | grafana | [
-0.11367853730916977,
0.021754609420895576,
-0.0694790855050087,
-0.004985834006220102,
-0.0540691614151001,
-0.14063750207424164,
-0.028840744867920876,
0.05589469522237778,
0.03693726286292076,
0.03129298985004425,
-0.028283683583140373,
-0.09700259566307068,
-0.0023198442067950964,
0.01... | 0.166677 |
# Introduction to time series Imagine you wanted to know how the temperature outside changes throughout the day. Once every hour, you'd check the thermometer and write down the time along with the current temperature. After a while, you'd have something like this: | Time | Value | | ----- | ----- | | 09:00 | 24°C | | 1... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/timeseries/index.md | main | grafana | [
-0.07385615259408951,
0.011005410924553871,
-0.018007127568125725,
0.07360346615314484,
0.0256324652582407,
-0.02304372563958168,
-0.02931772731244564,
0.03472783416509628,
0.06271189451217651,
0.036453574895858765,
-0.02370728738605976,
-0.025730520486831665,
0.011591950431466103,
0.02845... | 0.150071 |
\*\*Count\*\* returns the number of values in the collection. For example, by aggregating the data in a month, you can determine that August 2017 was, on average, warmer than the year before. Instead, to see which month had the highest temperature, you'd compare the maximum temperature for each month. How you choose to... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/timeseries/index.md | main | grafana | [
-0.027762116864323616,
-0.05548645183444023,
-0.011924871243536472,
0.07187693566083908,
-0.04320734739303589,
0.0186615027487278,
-0.003749068593606353,
0.029254233464598656,
0.05597509816288948,
0.03309312462806702,
-0.01592211425304413,
-0.007192930206656456,
0.04113230109214783,
0.0249... | 0.177192 |
| ------------------------------------------------------------------------ | | Push | Easier to replicate data to multiple destinations. | The TSDB has no control over how much data gets sent. | | Pull | Better control of how much data that gets ingested, and its authenticity. | Firewalls, VPNs or load balancers can ma... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/timeseries/index.md | main | grafana | [
-0.047131747007369995,
-0.03921978548169136,
-0.0576847605407238,
0.06188815459609032,
-0.11029452085494995,
0.0012920184526592493,
0.0014144533779472113,
0.001954619772732258,
0.014505762606859207,
0.05133434385061264,
-0.04617641121149063,
0.01160690002143383,
0.055685970932245255,
-0.02... | 0.144129 |
# Introduction to exemplars An exemplar is a specific trace representative of measurement taken in a given time interval. While metrics excel at giving you an aggregated view of your system, traces give you a fine grained view of a single request; exemplars are a way to link the two. Suppose your company website is exp... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/exemplars/index.md | main | grafana | [
0.01355547085404396,
0.01941831037402153,
-0.024611806496977806,
0.01481036189943552,
-0.01263278815895319,
-0.09155590832233429,
-0.06524072587490082,
0.037953902035951614,
0.04161376506090164,
-0.0250600166618824,
0.02095610275864601,
-0.09267234802246094,
-0.04560983553528786,
-0.039867... | 0.110769 |
logs in Explore. Use regular expressions within the Derived fields links for Loki to extract the `traceID` information. Now when you expand Loki logs, you can see a `traceID` property under the \*\*Detected fields\*\* section. To learn more about how to extract a part of a log message into an internal or external link,... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/exemplars/index.md | main | grafana | [
-0.035264648497104645,
0.023130077868700027,
-0.024925271049141884,
0.05860615894198418,
0.10320723801851273,
-0.0644727498292923,
0.006111566908657551,
-0.011920463293790817,
0.03945272043347359,
-0.00867034588009119,
0.0064493450336158276,
-0.06478635221719742,
-0.014949406497180462,
0.0... | 0.102209 |
# Time series dimensions In [Introduction to time series](ref:time-series-databases), the concept of \_labels\_, also called \_tags\_, is introduced: > Another feature of a TSDB is the ability to filter measurements using \_tags\_. Each data point is labeled with a tag that adds context information, such as where the m... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/timeseries-dimensions/index.md | main | grafana | [
-0.13182392716407776,
-0.007942426018416882,
-0.050574369728565216,
0.03970746323466301,
-0.04559624567627907,
-0.013729357160627842,
0.02591519057750702,
-0.006452176254242659,
0.052066460251808167,
-0.0385780930519104,
0.00047755471314303577,
-0.0461820587515831,
0.015427295118570328,
0.... | 0.159638 |
A | | 09:00 | 24.1 | LGA | B | | 09:00 | 20 | BOS | A | | 09:00 | 20.2 | BOS | B | | 10:00 | 26 | LGA | A | | 10:00 | 26.1 | LGA | B | | 10:00 | 22 | BOS | A | | 10:00 | 22.2 | BOS | B | In this case the labels that represent the dimensions will have two keys based on the two string typed columns `Location` and `Sensor... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/timeseries-dimensions/index.md | main | grafana | [
0.056836023926734924,
-0.0004750161897391081,
-0.0785917118191719,
0.023880116641521454,
0.020829716697335243,
0.027302322909235954,
0.07750429958105087,
-0.0750928446650505,
0.042950477451086044,
0.03804973140358925,
0.022602908313274384,
-0.12311845272779465,
0.06584448367357254,
0.05438... | -0.006083 |
# Get started with Grafana Open Source Grafana helps you collect, correlate, and visualize data with beautiful dashboards — the open source data visualization and monitoring solution that drives informed decisions, enhances system performance, and streamlines troubleshooting. This section provides guidance to our open ... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/_index.md | main | grafana | [
-0.04287393018603325,
-0.05710707977414131,
-0.059571221470832825,
0.028201855719089508,
-0.018765278160572052,
-0.08545590937137604,
-0.0298189427703619,
-0.012486460618674755,
-0.04723120480775833,
0.06136929616332054,
-0.04764177277684212,
-0.05802343413233757,
0.04792987182736397,
-0.0... | 0.135288 |
# Get started with Grafana and InfluxDB {{< docs/shared lookup="influxdb/intro.md" source="grafana" version="" >}} #### Get InfluxDB You can [download InfluxDB](https://portal.influxdata.com/downloads/) and install it locally or you can sign up for [InfluxDB Cloud](https://www.influxdata.com/products/influxdb-cloud/). ... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/first-dashboards/get-started-grafana-influxdb.md | main | grafana | [
-0.0769701674580574,
-0.05452670902013779,
-0.04473833739757538,
0.012099120765924454,
-0.05990132316946983,
-0.036828335374593735,
-0.01583738438785076,
-0.009359041228890419,
-0.004618363920599222,
0.05154334008693695,
-0.03726937621831894,
-0.09280949085950851,
-0.012548960745334625,
-0... | 0.024909 |
In the query editor text field, enter `buckets()` and then click outside of the query editor. This generic query returns a list of buckets.  You can also create Flux queries in the InfluxDB Explore view. 1. In your browser, log in to the InfluxDB native UI (OSS... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/first-dashboards/get-started-grafana-influxdb.md | main | grafana | [
-0.032972998917102814,
-0.021759163588285446,
0.043205562978982925,
0.07358817756175995,
0.019131334498524666,
-0.01736227050423622,
-0.011692725121974945,
0.008641890250146389,
0.03659360483288765,
0.02432463876903057,
-0.03789716586470604,
-0.09522426873445511,
0.07818020135164261,
-0.01... | 0.063515 |
# Get started with Grafana and Prometheus Prometheus is an open source monitoring system for which Grafana provides out-of-the-box support. This topic walks you through the steps to create a series of dashboards in Grafana to display system metrics for a server monitored by Prometheus. {{< admonition type="tip" >}} Che... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/first-dashboards/get-started-grafana-prometheus.md | main | grafana | [
-0.02004289999604225,
-0.03284168988466263,
-0.061259280890226364,
0.027561577036976814,
-0.015338660217821598,
-0.07639163732528687,
-0.03490100055932999,
-0.026003073900938034,
0.034536853432655334,
0.06126011535525322,
-0.03574911877512932,
-0.05389666184782982,
0.01308346726000309,
0.0... | 0.119733 |
Prometheus instance out of the box.  1. Because you are running your own Prometheus instance locally, you must `remote\_write` your metrics to the Grafana.com Prometheus instance. Grafana provides code to add... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/first-dashboards/get-started-grafana-prometheus.md | main | grafana | [
-0.06132906675338745,
0.010320853441953659,
-0.03489474952220917,
-0.013799224980175495,
-0.027511315420269966,
-0.09922035038471222,
-0.03202040120959282,
0.0028214354533702135,
0.00477832555770874,
0.04061517491936684,
-0.00007744364120298997,
-0.1050860732793808,
0.05867523327469826,
0.... | 0.058729 |
whether it is properly set up and managed as a service to ensure it restarts automatically after reboots or failures. \*\*Check Prometheus service status\*\* \*\*Linux\*\* ```bash systemctl status prometheus.service ``` \*\*Windows\*\* ```powershell sc query prometheus ``` \*\*MacOs\*\* ```bash pgrep prometheus ``` - I... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/first-dashboards/get-started-grafana-prometheus.md | main | grafana | [
-0.026546472683548927,
-0.055221933871507645,
-0.007711367681622505,
0.01143693458288908,
0.013999301940202713,
-0.0772477388381958,
-0.012026803568005562,
-0.04293745756149292,
0.011882084421813488,
0.03648266941308975,
-0.02081114798784256,
-0.00039051970816217363,
-0.025082962587475777,
... | 0.128943 |
# Get started with Grafana and MS SQL Server Microsoft SQL Server is a popular relational database management system that is widely used in development and production environments. This topic walks you through the steps to create a series of dashboards in Grafana to display metrics from a MS SQL Server database. #### D... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/first-dashboards/get-started-grafana-ms-sql-server.md | main | grafana | [
0.018235139548778534,
-0.11154801398515701,
-0.11814872920513153,
0.0011549984337761998,
-0.09721865504980087,
-0.04113946855068207,
0.02387692965567112,
0.030976280570030212,
-0.04944688454270363,
0.027570335194468498,
-0.04551801085472107,
-0.043467938899993896,
0.024848919361829758,
0.0... | 0.056831 |
use the `Datasource tests - MSSQL` dashboard with three panels showing metrics generated from a test database.  Optionally, play around this dashboard and customize it to: - Create different panels. - Change titles for panels. - Change f... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/first-dashboards/get-started-grafana-ms-sql-server.md | main | grafana | [
-0.0037257035728543997,
-0.12339966744184494,
-0.07092718780040741,
0.04162472113966942,
-0.0889400839805603,
-0.0546303316950798,
0.03481297940015793,
0.004526983015239239,
-0.04865095019340515,
0.036596015095710754,
-0.038845740258693695,
-0.11129909008741379,
0.0691780373454094,
0.01003... | 0.030297 |
# Build your first dashboard This topic helps you get started with Grafana and build your first dashboard using the built-in `Grafana` data source. To learn more about Grafana, refer to [Introduction to Grafana](https://grafana.com/docs/grafana//introduction/). {{< admonition type="note" >}} Grafana also offers a [free... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/getting-started/first-dashboards/_index.md | main | grafana | [
-0.06425880640745163,
-0.046120889484882355,
-0.05252726376056671,
-0.04216715320944786,
-0.03135167807340622,
-0.09379252046346664,
-0.07044743746519089,
0.06150390952825546,
-0.03828376159071922,
0.05639757588505745,
-0.02609853632748127,
-0.06712561100721359,
0.03923829272389412,
0.0075... | 0.094443 |
# Glossary This topic lists words and abbreviations that are commonly used in the Grafana documentation and community. | app plugin | An extension of Grafana that allows users to provide additional functionality to enhance their experience by including a set of panel and data source plugins, as well as custom pages. Se... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/glossary/index.md | main | grafana | [
-0.17078597843647003,
-0.02475065179169178,
-0.09191238135099411,
0.0061704725958406925,
-0.05509046092629433,
-0.038821764290332794,
-0.03715341538190842,
0.003046252066269517,
0.01092078909277916,
0.04197196289896965,
0.022415606305003166,
-0.0403994657099247,
0.01517645362764597,
-0.033... | 0.199767 |
path of a request through a distributed system. For more information, refer to [What is Distributed Tracing?](https://opentracing.io/docs/overview/what-is-tracing/) | | transformation | Transformations process the result set of a query before it’s passed on for visualization. For more information, refer to the [Transfo... | https://github.com/grafana/grafana/blob/main//docs/sources/fundamentals/glossary/index.md | main | grafana | [
-0.046344321221113205,
0.013691883534193039,
-0.14200538396835327,
0.017562221735715866,
-0.08840432018041611,
-0.11683537811040878,
-0.049759261310100555,
-0.014838945120573044,
0.0387471579015255,
0.007218640763312578,
-0.034129075706005096,
0.004889707081019878,
0.008555164560675621,
-0... | 0.138448 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.