Add semantic convention of influxDB (#949)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
parent
728bc03fb6
commit
c98600cf91
|
|
@ -0,0 +1,22 @@
|
|||
# Use this changelog template to create an entry for release notes.
|
||||
#
|
||||
# If your change doesn't affect end users you should instead start
|
||||
# your pull request title with [chore] or use the "Skip Changelog" label.
|
||||
|
||||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
|
||||
change_type: enhancement
|
||||
|
||||
# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
|
||||
component: db
|
||||
|
||||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
|
||||
note: Add semantic convention of InfluxDB
|
||||
|
||||
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
|
||||
# The values here must be integers.
|
||||
issues: [949]
|
||||
|
||||
# (Optional) One or more lines of additional information to render under the primary note.
|
||||
# These lines will be padded with 2 spaces and then inserted directly into the document.
|
||||
# Use pipe (|) for multiline entries.
|
||||
subtext:
|
||||
|
|
@ -78,6 +78,7 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| `hbase` | Apache HBase |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `influxdb` | InfluxDB |  |
|
||||
| `informix` | Informix |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
|
|
|
|||
|
|
@ -163,6 +163,7 @@ If a database operation involved multiple network calls (for example retries), t
|
|||
| `hbase` | Apache HBase |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `influxdb` | InfluxDB |  |
|
||||
| `informix` | Informix |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
|
|
|
|||
|
|
@ -163,6 +163,7 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| `hbase` | Apache HBase |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `influxdb` | InfluxDB |  |
|
||||
| `informix` | Informix |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ These attributes are filled in for all DynamoDB request types.
|
|||
| `hbase` | Apache HBase |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `influxdb` | InfluxDB |  |
|
||||
| `informix` | Informix |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
|
|
|
|||
|
|
@ -168,6 +168,10 @@ groups:
|
|||
value: 'hsqldb'
|
||||
brief: 'HyperSQL DataBase'
|
||||
stability: experimental
|
||||
- id: influxdb
|
||||
value: 'influxdb'
|
||||
brief: 'InfluxDB'
|
||||
stability: experimental
|
||||
- id: informix
|
||||
value: 'informix'
|
||||
brief: 'Informix'
|
||||
|
|
|
|||
Loading…
Reference in New Issue