Skip to content

Commit 01717e4

Browse files
api-clients-generation-pipeline[bot]skarimoci.datadog-api-spec
authored
Add v2 endpoints for RUM custom metrics. (#2076)
* fix tests * Regenerate client from commit 47da2e01 of spec repo --------- Co-authored-by: Sherzod Karimov <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fe66ded commit 01717e4

File tree

64 files changed

+4249
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+4249
-51
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-30 18:58:10.241853",
8-
"spec_repo_commit": "755120dd"
7+
"regenerated": "2024-10-31 14:19:55.243697",
8+
"spec_repo_commit": "47da2e01"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-30 18:58:10.260831",
13-
"spec_repo_commit": "755120dd"
12+
"regenerated": "2024-10-31 14:19:55.263009",
13+
"spec_repo_commit": "47da2e01"
1414
}
1515
}
1616
}

.generator/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020

2121

2222
MODIFIED_FEATURES = {pathlib.Path(p).resolve() for p in os.getenv("BDD_MODIFIED_FEATURES", "").split(" ") if p}
23-
2423
ROOT_PATH = pathlib.Path(__file__).parent.parent
25-
26-
2724
PATTERN_ALPHANUM = re.compile(r"[^A-Za-z0-9]+")
2825

2926

0 commit comments

Comments
 (0)