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
Copy file name to clipboardExpand all lines: articles/applied-ai-services/metrics-advisor/data-feeds-from-different-sources.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ Use this article to find the settings and requirements for connecting different
46
46
|[MongoDB](#mongodb)| Basic |
47
47
|[MySQL](#mysql)| Basic |
48
48
|[PostgreSQL](#pgsql)| Basic|
49
-
|[Local files (CSV)](#csv)| Basic|
50
49
51
50
The following sections specify the parameters required for all authentication types within different data source scenarios.
52
51
@@ -116,7 +115,7 @@ The following sections specify the parameters required for all authentication ty
116
115
117
116
* **JSON format version**: Defines the data schema in the JSON files. Metrics Advisor supports the following versions. You can choose one to fill in the field:
118
117
119
-
* **v1** (default value)
118
+
* **v1**
120
119
121
120
Only the metrics *Name* and *Value* are accepted. For example:
122
121
@@ -533,17 +532,7 @@ For more information, refer to the [tutorial on writing a valid query](tutorials
533
532
```
534
533
For more information, refer to the [tutorial on writing a valid query](tutorials/write-a-valid-query.md).
535
534
536
-
## <span id="csv">Local files (CSV)</span>
537
-
538
-
> [!NOTE]
539
-
> This feature is only used for quick system evaluation focusing on anomaly detection. It only accepts static data from a local CSV, and performs anomaly detection on single time series data. For analyzing multi-dimensional metrics, including real-time data ingestion, anomaly notification, root cause analysis, and cross-metric incident analysis, use other supported data sources.
540
-
541
-
**Requirements on data in CSV:**
542
-
- Have at least one column, which represents measurements to be analyzed. For a better and quicker user experience, try a CSV file that contains two columns: a timestamp column and a metric column. The timestamp format should be as follows: `2021-03-30T00:00:00Z`, and the `seconds` part is best to be `:00Z`. The time granularity between every record should be the same.
543
-
- The timestamp column is optional. If there's no timestamp, Metrics Advisor will use timestamp starting from today (`00:00:00` Coordinated Universal Time). The service maps each measure in the row at a one-hour interval.
544
-
- There is no re-ordering or gap-filling happening during data ingestion. Make sure that your data in the CSV file is ordered by the timestamp ordering **ascending (ASC)**.
545
-
546
535
## Next steps
547
536
548
537
* While you're waiting for your metric data to be ingested into the system, read about [how to manage data feed configurations](how-tos/manage-data-feeds.md).
549
-
* When your metric data is ingested, you can [configure metrics and fine tune detection configuration](how-tos/configure-metrics.md).
538
+
* When your metric data is ingested, you can [configure metrics and fine tune detection configuration](how-tos/configure-metrics.md).
0 commit comments