Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4281,6 +4281,7 @@ components:
- appsec_usage
- asm_serverless_traced_invocations_usage
- asm_serverless_traced_invocations_percentage
- bits_ai_investigations_usage
- browser_usage
- ci_pipeline_indexed_spans_usage
- ci_test_indexed_spans_usage
Expand Down Expand Up @@ -4364,6 +4365,7 @@ components:
- APPSEC_USAGE
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
- BITS_AI_INVESTIGATIONS_USAGE
- BROWSER_USAGE
- CI_PIPELINE_INDEXED_SPANS_USAGE
- CI_TEST_INDEXED_SPANS_USAGE
Expand Down Expand Up @@ -8702,6 +8704,8 @@ components:
- appsec_percentage
- asm_serverless_traced_invocations_usage
- asm_serverless_traced_invocations_percentage
- bits_ai_investigations_usage
- bits_ai_investigations_percentage
- browser_usage
- browser_percentage
- ci_visibility_itr_usage
Expand Down Expand Up @@ -8863,6 +8867,8 @@ components:
- APPSEC_PERCENTAGE
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
- BITS_AI_INVESTIGATIONS_USAGE
- BITS_AI_INVESTIGATIONS_PERCENTAGE
- BROWSER_USAGE
- BROWSER_PERCENTAGE
- CI_VISIBILITY_ITR_USAGE
Expand Down Expand Up @@ -9076,6 +9082,14 @@ components:
usage by tag(s).
format: double
type: number
bits_ai_investigations_percentage:
description: The percentage of Bits AI `SRE` investigation usage by tag(s).
format: double
type: number
bits_ai_investigations_usage:
description: The Bits AI `SRE` investigation usage by tag(s).
format: double
type: number
browser_percentage:
description: The percentage of synthetic browser test usage by tag(s).
format: double
Expand Down
Loading
Loading