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
// Notable that the error confirms that the metric exists and says what the
626
+
// fields are. This is helpful generally, but here it would be better if
627
+
// we could say something more like "you can't query this timeseries from
628
+
// this endpoint"
629
+
assert_eq!(result.message,"The filter expression contains identifiers that are not valid for its input timeseries. Invalid identifiers: [\"project_id\", \"silo_id\"], timeseries fields: {\"datum\", \"metric_name\", \"target_name\", \"timestamp\"}");
630
+
631
+
// nonexistent project
632
+
let url = "/v1/timeseries/query/project/nonexistent";
633
+
let body = nexus_types::external_api::params::TimeseriesQuery{
0 commit comments