Skip to content

Commit

Permalink
update CHANGELOG.md, README.md and package.json (#215)
Browse files Browse the repository at this point in the history
* update CHANGELOG.md, README.md and package.json

* fix images
  • Loading branch information
dmitryk-dk authored Jan 24, 2025
1 parent bd50e97 commit 787afcb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## tip

* BUGFIX: clean up the plugin codebase after the plugin verification procedure. See [this PR](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/213) and [this PR](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/214).

## v0.13.4

* BUGFIX: updated the backend plugin ID and revised the README.md file after the plugin verification procedure. See [this PR](https://github.com/VictoriaMetrics/victorialogs-datasource/pull/208).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Please find the example of provisioning Grafana instance with VictoriaLogs datas
grafana:
image: grafana/grafana:11.0.0
environment:
- GF_INSTALL_PLUGINS=https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.4/victoriametrics-logs-datasource-v0.13.4.zip;victoriametrics-logs-datasource
- GF_INSTALL_PLUGINS=https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.5/victoriametrics-logs-datasource-v0.13.5.zip;victoriametrics-logs-datasource
- GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=victoriametrics-logs-datasource
ports:
- 3000:3000/tcp
Expand Down Expand Up @@ -95,15 +95,15 @@ Option 1. Using Grafana provisioning:

``` yaml
env:
GF_INSTALL_PLUGINS: "https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.4/victoriametrics-logs-datasource-v0.13.4.zip;victoriametrics-logs-datasource"
GF_INSTALL_PLUGINS: "https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.5/victoriametrics-logs-datasource-v0.13.5.zip;victoriametrics-logs-datasource"
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: "victoriametrics-logs-datasource"
```

Option 2. Using Grafana plugins section in `values.yaml`:

``` yaml
plugins:
- https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.4/victoriametrics-logs-datasource-v0.13.4.zip;victoriametrics-logs-datasource
- https://github.com/VictoriaMetrics/victorialogs-datasource/releases/download/v0.13.5/victoriametrics-logs-datasource-v0.13.5.zip;victoriametrics-logs-datasource
```

Option 3. Using init container:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victoriametrics-logs-datasource",
"version": "0.13.4",
"version": "0.13.5",
"description": "VictoriaLogs datasource plugin for grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down
12 changes: 6 additions & 6 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The VictoriaLogs Grafana plugin allows Grafana to query, visualize,
and interact with [VictoriaLogs](https://docs.victoriametrics.com/victorialogs),
a high-performance log storage and processing system.

![dashboard.png](img/dashboard.png)
![dashboard.png](https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/dashboard.png)

## Capabilities

Expand Down Expand Up @@ -62,21 +62,21 @@ and LogsQL examples [here](https://docs.victoriametrics.com/victorialogs/logsql-
For using [Logs panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/logs/)
switch to `Raw Logs` query type:

![panel_logs.png](img/panel_logs.png)
![panel_logs.png](https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_logs.png)

### Time series panel

For using [Time series panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/time-series/)
switch to `Range` query type:

![panel_time_series.png](img/panel_time_series.png)
![panel_time_series.png](https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_time_series.png)

### Stats panel

For using [Stats panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/stat/)
switch to `Instant` query type:

![panel_stat.png](img/panel_stat.png)
![panel_stat.png](https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_stat.png)

For enabling background visualization switch to `Range` query type.

Expand All @@ -85,11 +85,11 @@ For enabling background visualization switch to `Range` query type.
For using [Table panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/table/)
switch to `Raw Logs` query type:

![panel_table.png](img/panel_table.png)
![panel_table.png](https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_table.png)

And apply `Transformations` by labels:

![panel_table_transformation.png](img/panel_table_transformation.png)
![panel_table_transformation.png](https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_table_transformation.png)

## License

Expand Down

0 comments on commit 787afcb

Please sign in to comment.