Skip to content
Open
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: 7 additions & 7 deletions content/en/api/v2/observability-pipelines/examples.json

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,11 +1265,6 @@
}
],
"ValidatePipeline": [
{
"group": "observability_pipelines",
"suffix": "_884022323",
"description": "Validate a metrics pipeline with opentelemetry source returns \"OK\" response"
},
{
"group": "observability_pipelines",
"suffix": "",
Expand Down
6 changes: 4 additions & 2 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13556,6 +13556,7 @@ components:
example:
- ''
items:
description: A tag string in `key:value` format.
type: string
type: array
required:
Expand Down Expand Up @@ -45055,7 +45056,7 @@ components:
Protocol (OTLP) over gRPC and HTTP.


**Supported pipeline types:** logs, metrics'
**Supported pipeline types:** logs'
properties:
grpc_address_key:
description: Environment variable name containing the gRPC server address
Expand Down Expand Up @@ -45085,7 +45086,6 @@ components:
type: object
x-pipeline-types:
- logs
- metrics
ObservabilityPipelineOpentelemetrySourceType:
default: opentelemetry
description: The source type. The value should always be `opentelemetry`.
Expand Down Expand Up @@ -72602,6 +72602,7 @@ components:
tags:
description: Tags of the workflow.
items:
description: A tag string in `key:value` format.
type: string
type: array
updatedAt:
Expand Down Expand Up @@ -72675,6 +72676,7 @@ components:
tags:
description: Tags of the workflow.
items:
description: A tag string in `key:value` format.
type: string
type: array
updatedAt:
Expand Down
Loading