grafana-plugin icon indicating copy to clipboard operation
grafana-plugin copied to clipboard

Pixie's datasource plugin for Grafana.

Results 8 grafana-plugin issues
Sort by recently updated
recently updated
newest added

The link to `https://github.com/pixie-labs/pixielabs/tree/main/k8s/grafana_demo` in the README.md is broken.

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies
javascript

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies
javascript

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.41.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies
go

Repro steps: 1. Create a Grafana dashboard by importing the px/service [dashboard json](https://github.com/pixie-io/grafana-plugin/blob/main/dashboards/px_service.json). 2. Look at the options in the `pixieService` drop-down menu. 3. Switch clusters using the `pixieCluster` drop-down...

The current plugin does not have its [alerting key](https://grafana.com/developers/plugin-tools/tutorials/build-a-data-source-backend-plugin#anatomy-of-a-backend-plugin) set in its `plugin.json`. This means that Grafana will disable alerts for the plugin. From my reading of the above docs,...

Summary: Upgrade grafana plugin sdk to latest version It's been a while since we've upgraded our core dependencies. Since I was already making a few changes here, I wanted to...

Since our Grafana plugin was developed, the template repo our GitHub actions was based on (https://github.com/grafana/grafana-starter-datasource-backend) has been deprecated. We should investigate if the steps in our actions are considered...