Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions grafana/rmf-app/mock-dds/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# compiled binaries
mock-dds
17 changes: 17 additions & 0 deletions grafana/rmf-app/mock-dds/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# DDS Mock Server

A mock server that emulates the IBM RMF DDS HTTP API for local development
and testing of the Grafana plugin.

## Usage

```bash
go run . [-port 8803] [-data data]
```

| Flag | Default | Description |
|------|---------|-------------|
| `-port` | `8803` | Port to listen on |
| `-data` | `data` | Directory with JSON snapshot files |

In Grafana, point the datasource at the running server.
Loading
Loading