Skip to content

Commit

Permalink
Revert "fix(mgmt): restore pipeline dashboard enpoints (#220)"
Browse files Browse the repository at this point in the history
This reverts commit 82e79bb.
  • Loading branch information
jvallesm committed Oct 4, 2024
1 parent 0180e75 commit eb8af8c
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions config/settings-env/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,26 +218,12 @@
"stop"
]
},
{
"endpoint": "/v1beta/metrics/vdp/pipeline/tables",
"url_pattern": "/v1beta/metrics/vdp/pipeline/tables",
"method": "GET",
"timeout": "30s",
"input_query_strings": [
"pageSize",
"pageToken",
"filter"
]
},
{
"endpoint": "/v1beta/metrics/vdp/pipeline/charts",
"url_pattern": "/v1beta/metrics/vdp/pipeline/charts",
"method": "GET",
"timeout": "30s",
"input_query_strings": [
"aggregationWindow",
"filter"
]
"input_query_strings": ["namespaceId", "aggregationWindow", "start", "stop"]
}
],
"no_auth": [
Expand Down Expand Up @@ -410,12 +396,6 @@
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/core.mgmt.v1beta.MgmtPublicService/ListPipelineTriggerTableRecords",
"url_pattern": "/core.mgmt.v1beta.MgmtPublicService/ListPipelineTriggerTableRecords",
"method": "POST",
"timeout": "30s"
},
{
"endpoint": "/core.mgmt.v1beta.MgmtPublicService/ListPipelineTriggerChartRecords",
"url_pattern": "/core.mgmt.v1beta.MgmtPublicService/ListPipelineTriggerChartRecords",
Expand Down

0 comments on commit eb8af8c

Please sign in to comment.