Skip to content

Commit

Permalink
Removed allow_custom_values: true in db.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jul 17, 2024
1 parent 7068720 commit 5e12a86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions model/registry/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ groups:
For example, when using PostgreSQL client libraries to connect to a CockroachDB, the `db.system`
is set to `postgresql` based on the instrumentation's best knowledge.
type:
allow_custom_values: true
members:
- id: other_sql
value: 'other_sql'
Expand Down Expand Up @@ -319,7 +318,6 @@ groups:
- id: client.connection.state
stability: experimental
type:
allow_custom_values: true
members:
- id: idle
value: 'idle'
Expand Down Expand Up @@ -441,7 +439,6 @@ groups:
brief: Cosmos client connection mode.
- id: cosmosdb.operation_type
type:
allow_custom_values: true
members:
- id: invalid
value: 'Invalid'
Expand Down Expand Up @@ -541,7 +538,6 @@ groups:
attributes:
- id: similarity
type:
allow_custom_values: true
members:
- id: cosine
value: 'cosine'
Expand Down

0 comments on commit 5e12a86

Please sign in to comment.