Skip to content

Instantly share code, notes, and snippets.

View ivanahuckova's full-sized avatar

Ivana Huckova ivanahuckova

View GitHub Profile
[
{
"name": "Leanne Graham",
"age": 38,
"country": "USA",
"occupation": "Devops Engineer",
"salary": 3000,
"timestamp": 1742219990881
},
{
[
{
"name": "Leanne Graham",
"age": 38,
"country": "USA",
"occupation": "Devops Engineer",
"salary": 3000,
"field": [
{
"reportTimestamp": "2024-07-03T19:56:00.000Z",
{
"__inputs": [
{
"name": "DS_GRAFANACLOUD-OBIRDABILITY-LOGS",
"label": "grafanacloud-obirdability-logs",
"description": "",
"type": "datasource",
"pluginId": "loki",
"pluginName": "Loki"
},

Resources for cold plunges monitoring using Google Sheets and Grafana

You can find here

{
"__inputs": [
{
"name": "DS_COLD-PLUNGE-FORM",
"label": "cold-plunge-form",
"description": "",
"type": "datasource",
"pluginId": "grafana-googlesheets-datasource",
"pluginName": "Google Sheets"
}
@ivanahuckova
ivanahuckova / dashboard.json
Last active November 23, 2023 12:41
Loki test variables dashboard
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
@ivanahuckova
ivanahuckova / logsAPIs.md
Last active August 2, 2023 13:58
logs APIs

aliases:

  • ../../../plugins/add-support-for-log-queries/ description: Add features to log queries in Explore. keywords:
  • grafana
  • plugins
  • plugin
  • queries
  • explore queries
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
"enable": true,
import { of } from 'rxjs';
import { map, toArray, mergeMap, delay, catchError } from 'rxjs/operators';
describe('subscribe & assert testing in RxJS', () => {
it('should compare each emitted value', () => {
const source$ = of(1,2,3)
const final$ = source$.pipe(map(value => value * 10))
// array with expected values
const expected = [10, 20, 30]

Elasticsearch

Elasticsearch API that we use in Grafana

/_msearch POST

Multi search API. Executes several searches with a single API request.

Query parameters that we add: