【问题标题】:Server-level OData feed in AzDevOps Server?Azure DevOps Server 中的服务器级 OData 源?
【发布时间】:2020-05-08 16:54:33
【问题描述】:

我记得读过 AzDevOps 有一个关于集合、项目、和服务器级别的 OData 提要。当我在 http://tfs.example.com:8080/tfs/_odata/v1.0/ 的 AzDevOps 2019.1 框中点击后者时,我收到以下错误:

{
  "innerException": null,
  "message": "VS403514: The Analytics feature is not enabled. Details on enabling this feature are available here: https://go.microsoft.com/fwlink/?linkid=2093060.",
  "typeName": "Microsoft.VisualStudio.Services.Analytics.AnalyticsNotEnabledException, Microsoft.VisualStudio.Services.Analytics.Server",
  "typeKey": "AnalyticsNotEnabledException",
  "errorCode": 0,
  "eventId": 3000
}

为服务器上的每个集合启用分析。所有集合级别的 OData 提要都有效。如果有服务器级别的“启用分析”设置,我找不到它——无论是在 Web UI 中,还是在管理控制台中。我错过了什么?

【问题讨论】:

标签: azure-devops tfs-reports azure-devops-analytics


【解决方案1】:

抱歉,据我所知没有服务器级分析。

Azure Devops Service 和 Azure Devops Server 使用organization (In Azure Devops Server it's called team collection) and project 来管理工作。您上面提到的服务器代表了一个 Azure Devops Server 中的所有组织,而所有 Rest APIsOdata tasks 都是针对组织级别或项目级别的。

【讨论】:

  • 你的意思是没有更多服务器级分析:) Tfs_Analysis OLAP 数据库做得很好,直到微软决定不得不放弃它。
  • 如果您确实需要服务器级 odata 提要,请尝试在 user voice forum 中发布功能请求。如果获得足够的分数,团队会认真考虑您的需求:)
猜你喜欢
  • 2020-09-04
  • 2020-12-10
  • 2021-06-28
  • 2021-02-18
  • 2022-06-14
  • 2019-07-25
  • 1970-01-01
  • 2021-04-01
  • 2022-07-18
相关资源
最近更新 更多