Skip to content

Commit 5076775

Browse files
authored
Merge pull request #1277 from grafana/paul/add-statsd-extn
Adding extension for statsd
2 parents 842a2ed + b92f821 commit 5076775

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/data/doc-extensions/extensions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,21 @@
11261126
"categories": ["Messaging", "Protocol"],
11271127
"tiers": ["Community"],
11281128
"cloudEnabled": false
1129+
},
1130+
{
1131+
"name": "xk6-output-statsd",
1132+
"description": "Enables real-time output of test metrics to a StatsD service",
1133+
"url": "https://github.com/LeonAdato/xk6-output-statsd",
1134+
"logo": "",
1135+
"author": {
1136+
"name": "Leon Adato",
1137+
"url": "https://github.com/LeonAdato"
1138+
},
1139+
"stars": "2",
1140+
"type": ["Output"],
1141+
"categories": ["Observability"],
1142+
"tiers": ["Community"],
1143+
"cloudEnabled": false
11291144
}
11301145
]
11311146
}

0 commit comments

Comments
 (0)