Skip to content

Commit 5731338

Browse files
authored
Update branding: replace logo and update terminology from logs to telemetry data (#49)
1 parent 6623f59 commit 5731338

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "::set-output name=dir::$(yarn cache dir)"
2525

2626
- name: Cache yarn cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
id: cache-yarn-cache
2929
with:
3030
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -33,8 +33,8 @@ jobs:
3333
${{ runner.os }}-yarn-
3434
3535
- name: Cache node_modules
36+
uses: actions/cache@v3
3637
id: cache-node-modules
37-
uses: actions/cache@v2
3838
with:
3939
path: node_modules
4040
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}
@@ -73,4 +73,4 @@ jobs:
7373
uses: magefile/mage-action@v1
7474
with:
7575
version: latest
76-
args: buildAll
76+
args: buildAll

src/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Parseable Datasource for Grafana
22

3-
This data source plugin allows you to query and visualize log data stored in Parseable server.
3+
This data source plugin allows you to query, search and visualize telemetry data stored in Parseable server.
44

55
## Pre-requisites
66

7-
[Parseable server](https://github.com/parseablehq/parseable) setup and receiving logs from your application. Read more on [Parseable documentation](https://www.parseable.io/docs/quick-start).
7+
[Parseable server](https://github.com/parseablehq/parseable) setup and receiving telemetry data from your application. Read more on [Parseable documentation](https://www.parseable.io/docs/quick-start).
88

99
## Installation
1010

@@ -20,13 +20,13 @@ This data source plugin allows you to query and visualize log data stored in Par
2020

2121
## Usage
2222

23-
Once the plugin is configured with correct Parseable server instance. You can start using it to query logs and visualize them. You can use the query editor to write your own queries.
23+
Once the plugin is configured with correct Parseable server instance. You can start using it to query, search and visualize telemetry data stored in Parseable server. You can use the query editor to write your own queries.
2424

2525
### Importing Dashboards
2626

2727
This plugin has a a pre-made dashboard called "Parseable Demo Data". You can find it by navigating to the data sources configuration page, selecting the Parseable data source and clicking on the Dashboards tab.
2828

29-
This dashboard is aimed at visualizing the logs stored in the Parseable demo server. You can use it as a starting point for your own dashboards. To use this dashboard, you will need to configure the data source with the Parseable demo server URL [https://demo.parseable.com](https://demo.parseable.com:443) and credentials `parseable`, `parseable`.
29+
This dashboard is aimed at visualizing the telemetry data stored in the Parseable demo server. You can use it as a starting point for your own dashboards. To use this dashboard, you will need to configure the data source with the Parseable demo server URL [https://demo.parseable.com](https://demo.parseable.com:443) and credentials `admin`, `admin`.
3030

3131
## Screenshots
3232

src/img/logo.svg

+7-1
Loading

src/plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"keywords": ["datasource", "logging", "log observability", "log analytics", "parseable"],
1919
"logos": {
20-
"small": "img/logo.svg",
21-
"large": "img/logo.svg"
20+
"small": "https://github.com/parseablehq/.github/blob/main/images/logo.svg",
21+
"large": "https://github.com/parseablehq/.github/blob/main/images/logo.svg"
2222
},
2323
"links": [
2424
{"name": "GitHub", "url": "https://github.com/parseablehq/parseable-datasource"},

0 commit comments

Comments
 (0)