We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 479632d + 5cc4e69 commit a07ae12Copy full SHA for a07ae12
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## tip
4
5
+* Added PDC support. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5624).
6
+
7
## v0.15.0
8
9
* Added PDC support. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5624).
package.json
@@ -1,6 +1,6 @@
1
{
"name": "victoriametrics-metrics-datasource",
- "version": "0.15.0",
+ "version": "0.15.1",
"description": "Showcase how to build a basic datasource plugin",
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
0 commit comments