-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bra and watch config, update readme #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what is the expectations here but it removes and creates a file for me every sec.
[Bra] 06-05 15:26:52 [ INFO] App Version: 0.4.3.1020
[Bra] 06-05 15:26:52 [ INFO] Following directories are monitored:
-> /home/zbedi/GitHub/plugins/x-ray-datasource
-> $WORKDIR/pkg
-> $WORKDIR/pkg/client
-> $WORKDIR/pkg/configuration
-> $WORKDIR/pkg/datasource
[Bra] 06-05 15:26:52 [DEBUG] Running: mage [-v build:debug]
[Bra] 06-05 15:26:53 [ INFO] "$WORKDIR/mage_output_file.go": CREATE
[Bra] 06-05 15:26:53 [DEBUG] Running: mage [-v build:debug]
Running target: Build:Debug
exec: go build -o dist/gpx_x-ray-datasource_linux_amd64 -tags netgo -gcflags=all=-N -l ./pkg
[Bra] 06-05 15:26:55 [DEBUG] Running: mage [-v reloadPlugin]
[Bra] 06-05 15:26:55 [ INFO] "$WORKDIR/mage_output_file.go": CREATE
[Bra] 06-05 15:26:55 [DEBUG] Running: mage [-v build:debug]
Running target: Build:Debug
exec: go build -o dist/gpx_x-ray-datasource_linux_amd64 -tags netgo -gcflags=all=-N -l ./pkg
[Bra] 06-05 15:26:57 [DEBUG] Running: mage [-v reloadPlugin]
[Bra] 06-05 15:26:58 [ INFO] "$WORKDIR/mage_output_file.go": CREATE
[Bra] 06-05 15:26:58 [DEBUG] Running: mage [-v build:debug]
If that is what we want then it is good for me.
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
hmm not sure what the issue is it does not do that for me:
Can you check what happens if you run those 2 commands which are in bra.toml manually? |
Or other question, is Grafana running when you start this? If not it is periodically trying to connect to the plugin to restart it. It has different output but worth a try to start grafana to see if anything changes. |
Add some documentation for cross account queries
* Filter service graph by account id * Refactor to create a separate resources route * Use a map rather than looping everytime * Fixes after CR: - refactor /accountIds to /accounts to be more future proof - make a for loop more readable - put work behind feature flag - move call to fetch account ids within QueryEditorForm - fix bug to reset selection, if account id is no longer a valid option - fix bug to handle edges with account ids with targets that do not have account ids - remove accidentally left comments. * WIP * More pr fixes and adding in autocomplete * Fix test * Fix backend linter * Fix backend test * Comment out frontend tests * Modify plugin.json id * Fix bug about group name and fix broken test * Fix go test * prepare release * Merge pull request #3 from grafana/lattice-docs Add some documentation for cross account queries * Merge main, fix conflicts * Remove duplicate test from merge conflict * revert plugin id Co-authored-by: Sarah Zinger <sarah.zinger@grafana.com> Co-authored-by: Shirley Leu <4163034+fridgepoet@users.noreply.github.com>
Makes for easier dev