opensearch-project / dashboards-observability

Visualize and explore your logs, traces and metrics data in OpenSearch Dashboards
https://opensearch.org/docs/latest/observability-plugin/index/
Apache License 2.0
16 stars 56 forks source link

fix: fix fetching workspace visualizations error #2268

Open raintygao opened 3 days ago

raintygao commented 3 days ago

Description

Fix fetching workspace visualizations error

image image When fetching visualizations, we don't need to append workspace field manually to fetch current workspace visualizations, especially not workspace name, it will cause the request failed.

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.