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
4 changes: 0 additions & 4 deletions generated/stackstate_api/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,7 @@ docs/TooManyActiveQueries.md
docs/TooManyTopologyResults.md
docs/Topic.md
docs/TopicApi.md
docs/TopologyDomain.md
docs/TopologyEvent.md
docs/TopologyLayer.md
docs/TopologyMatchResult.md
docs/TopologyOverflowError.md
docs/TopologyPerspective.md
Expand Down Expand Up @@ -1181,9 +1179,7 @@ model_timeline_summary_request_arguments.go
model_too_many_active_queries.go
model_too_many_topology_results.go
model_topic.go
model_topology_domain.go
model_topology_event.go
model_topology_layer.go
model_topology_match_result.go
model_topology_overflow_error.go
model_topology_perspective.go
Expand Down
2 changes: 0 additions & 2 deletions generated/stackstate_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,7 @@ Class | Method | HTTP request | Description
- [TooManyActiveQueries](docs/TooManyActiveQueries.md)
- [TooManyTopologyResults](docs/TooManyTopologyResults.md)
- [Topic](docs/Topic.md)
- [TopologyDomain](docs/TopologyDomain.md)
- [TopologyEvent](docs/TopologyEvent.md)
- [TopologyLayer](docs/TopologyLayer.md)
- [TopologyMatchResult](docs/TopologyMatchResult.md)
- [TopologyOverflowError](docs/TopologyOverflowError.md)
- [TopologyPerspective](docs/TopologyPerspective.md)
Expand Down
65 changes: 7 additions & 58 deletions generated/stackstate_api/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17431,6 +17431,7 @@ components:
sourceId: sourceId
dependencyType: dependencyType
targetId: targetId
typeName: typeName
properties:
sourceId:
description: "An expression that must produce a string. It must be one of\
Expand All @@ -17442,6 +17443,11 @@ components:
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
type: string
typeName:
description: "An expression that must produce a string. It must be one of\
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
`\n - A cel expression that must return a string, for example: `resource.attributes['service.namespace']`"
type: string
dependencyType:
description: "An expression that must produce a string. It must be one of\
\ these formats:\n - A plain string, for example `\"this is a plain string\"\
Expand All @@ -17459,6 +17465,7 @@ components:
sourceId: sourceId
dependencyType: dependencyType
targetId: targetId
typeName: typeName
identifier: identifier
input:
resource:
Expand Down Expand Up @@ -17649,18 +17656,12 @@ components:
neighboringComponents: true
autoGrouping: true
groupedByRelations: true
domain:
name: name
order: 1.2315135367772556
showIndirectRelations: true
groupedByLayers: true
connectedComponents: true
groupingEnabled: true
minimumGroupSize: 4
groupedByDomains: true
layer:
name: name
order: 7.386281948385884
icon: icon
filters:
- filterId: filterId
Expand Down Expand Up @@ -20254,18 +20255,12 @@ components:
neighboringComponents: true
autoGrouping: true
groupedByRelations: true
domain:
name: name
order: 1.2315135367772556
showIndirectRelations: true
groupedByLayers: true
connectedComponents: true
groupingEnabled: true
minimumGroupSize: 4
groupedByDomains: true
layer:
name: name
order: 7.386281948385884
icon: icon
filters:
- filterId: filterId
Expand Down Expand Up @@ -21082,18 +21077,12 @@ components:
neighboringComponents: true
autoGrouping: true
groupedByRelations: true
domain:
name: name
order: 1.2315135367772556
showIndirectRelations: true
groupedByLayers: true
connectedComponents: true
groupingEnabled: true
minimumGroupSize: 4
groupedByDomains: true
layer:
name: name
order: 7.386281948385884
properties:
groupingEnabled:
type: boolean
Expand All @@ -21114,46 +21103,6 @@ components:
type: boolean
neighboringComponents:
type: boolean
layer:
$ref: '#/components/schemas/TopologyLayer'
domain:
$ref: '#/components/schemas/TopologyDomain'
type: object
TopologyLayer:
description: "Layer assigned to components matched by this presentation, used\
\ to bucket and order them in the topology view.\nAt presentation time, the\
\ layer of the most-specific matching presentation wins.\nWhen multiple components\
\ share a layer name with different orders, the highest order wins.\n"
example:
name: name
order: 7.386281948385884
properties:
name:
type: string
order:
format: double
type: number
required:
- name
- order
type: object
TopologyDomain:
description: "Domain assigned to components matched by this presentation, used\
\ to bucket and order them in the topology view.\nAt presentation time, the\
\ domain of the most-specific matching presentation wins.\nWhen multiple components\
\ share a domain name with different orders, the highest order wins.\n"
example:
name: name
order: 1.2315135367772556
properties:
name:
type: string
order:
format: double
type: number
required:
- name
- order
type: object
QueryViewFlag:
enum:
Expand Down
2 changes: 1 addition & 1 deletion generated/stackstate_api/docs/OtelMappingApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ import (
)

func main() {
upsertOtelRelationMappingsRequest := *openapiclient.NewUpsertOtelRelationMappingsRequest("Identifier_example", "Name_example", *openapiclient.NewOtelInput([]openapiclient.OtelInputSignal{openapiclient.OtelInputSignal("TRACES")}, *openapiclient.NewOtelInputResource()), *openapiclient.NewOtelRelationMappingOutput("SourceId_example", "TargetId_example", "DependencyType_example"), int64(123)) // UpsertOtelRelationMappingsRequest | Otel Relation Mapping to create/update
upsertOtelRelationMappingsRequest := *openapiclient.NewUpsertOtelRelationMappingsRequest("Identifier_example", "Name_example", *openapiclient.NewOtelInput([]openapiclient.OtelInputSignal{openapiclient.OtelInputSignal("TRACES")}, *openapiclient.NewOtelInputResource()), *openapiclient.NewOtelRelationMappingOutput("SourceId_example", "TargetId_example", "TypeName_example", "DependencyType_example"), int64(123)) // UpsertOtelRelationMappingsRequest | Otel Relation Mapping to create/update

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
Expand Down
23 changes: 22 additions & 1 deletion generated/stackstate_api/docs/OtelRelationMappingOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**SourceId** | **string** | An expression that must produce a string. It must be one of these formats: - A plain string, for example `\"this is a plain string\"` - A cel expression that must return a string, for example: `resource.attributes['service.namespace']` |
**TargetId** | **string** | An expression that must produce a string. It must be one of these formats: - A plain string, for example `\"this is a plain string\"` - A cel expression that must return a string, for example: `resource.attributes['service.namespace']` |
**TypeName** | **string** | An expression that must produce a string. It must be one of these formats: - A plain string, for example `\"this is a plain string\"` - A cel expression that must return a string, for example: `resource.attributes['service.namespace']` |
**DependencyType** | **string** | An expression that must produce a string. It must be one of these formats: - A plain string, for example `\"this is a plain string\"` - A cel expression that must return a string, for example: `resource.attributes['service.namespace']` |

## Methods

### NewOtelRelationMappingOutput

`func NewOtelRelationMappingOutput(sourceId string, targetId string, dependencyType string, ) *OtelRelationMappingOutput`
`func NewOtelRelationMappingOutput(sourceId string, targetId string, typeName string, dependencyType string, ) *OtelRelationMappingOutput`

NewOtelRelationMappingOutput instantiates a new OtelRelationMappingOutput object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -67,6 +68,26 @@ and a boolean to check if the value has been set.
SetTargetId sets TargetId field to given value.


### GetTypeName

`func (o *OtelRelationMappingOutput) GetTypeName() string`

GetTypeName returns the TypeName field if non-nil, zero value otherwise.

### GetTypeNameOk

`func (o *OtelRelationMappingOutput) GetTypeNameOk() (*string, bool)`

GetTypeNameOk returns a tuple with the TypeName field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTypeName

`func (o *OtelRelationMappingOutput) SetTypeName(v string)`

SetTypeName sets TypeName field to given value.


### GetDependencyType

`func (o *OtelRelationMappingOutput) GetDependencyType() string`
Expand Down
72 changes: 0 additions & 72 deletions generated/stackstate_api/docs/TopologyDomain.md

This file was deleted.

72 changes: 0 additions & 72 deletions generated/stackstate_api/docs/TopologyLayer.md

This file was deleted.

Loading
Loading