Set the OID suffix for a profile table in an OID suffix mappings descriptor. This OID suffix forms part of the OIDs registered for that profile table’s statistics.

Each profile table of a profile specification must have a unique OID suffix. Otherwise, an OID conflict occurs.

The following example shows an OID suffix mappings descriptor that defines an OID suffix for the FeatureExecutionScriptTable profile table.

{
  "name": "example-profile-table-binding",
  "vendor": "vendor",
  "version": "1.0.0",

  "profileTables": [
    {
      "name": "FeatureExecutionScriptTable",
      "oidSuffix": "${oid.products.sentinel.core.profile-specs.FeatureExecutionScriptProfile.profile-tables.FeatureExecutionScriptTable}"
    }
  ]
}
Previous page Next page