You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add system defined tags and free form labels to datasets (#1553)
* add system defined tags and free form labels to datasets
PUT /api/v1/logstream/{name} accepts X-P-Dataset-Tags and
X-P-Dataset-Labels headers (comma-separated) on stream creation
PUT /api/prism/v1/datasets/{name} - update tags and labels
GET /api/prism/v1/datasets/{name}/correlated - find datasets sharing tags or labels
GET /api/prism/v1/datasets/tags/{tag} - find all datasets with a specific tag
include tags and labels in home api response
* add dataset handler file
* single endpoint for tags and labels
* add tenant_id params in new handlers
* add validation for otel datasets
* use middleware-normalized header for post datasets
* fix route for correlated dataset
* add log source to the correlated and tagged dataset apis
* load stream from storage
* verify dataset rbac
* dataset tags and labels in home api response
* move endpoints to enterprise
* fix counts api to support OR and AND operators
* resolve coderabbit comments
* default instead of new
* handle empty filters
0 commit comments