You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.1 KiB

{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Kafka",
"id": "hamedkarbasi93-kafka-datasource",
"metrics": true,
"backend": true,
"executable": "gpx_kafka-datasource",
"info": {
"description": "Kafka Datasource Plugin",
"author": {
"name": "Hamed Karbasi",
"url": "https://github.com/hoptical"
},
"keywords": [
"kafka",
"datasource",
"backend",
"streaming"
],
"logos": {
"small": "img/kafka_logo.svg",
"large": "img/kafka_logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/hoptical/grafana-kafka-datasource"
},
{
"name": "License",
"url": "https://github.com/hoptical/grafana-kafka-datasource/blob/main/LICENSE"
}
],
"screenshots": [
{
"name": "Streaming Data",
"path": "img/graph.gif"
}
],
"version": "0.2.0",
"updated": "2022-07-26"
},
"dependencies": {
"grafanaDependency": ">=8.0.0",
"plugins": []
}
}