-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update semver to 1.22.0 Since 1.19.0, the source has been split out of opentelemetry-specifiction into semantic-conventions. Update the build script accordingly. Update to latest generator. Add 2 new deprecations for semconvs which were renamed since 1.19 * update telemetry semconv
- Loading branch information
Showing
5 changed files
with
1,552 additions
and
776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 12 additions & 2 deletions
14
script/semantic-conventions/templates/resource_deprecations.php.partial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
/** | ||
* @deprecated | ||
* @deprecated Use USER_AGENT_ORIGINAL | ||
*/ | ||
public const BROWSER_USER_AGENT = 'browser.user_agent'; | ||
|
||
/** | ||
* @deprecated | ||
* @deprecated Use CLOUD_RESOURCE_ID | ||
*/ | ||
public const FAAS_ID = 'faas.id'; | ||
|
||
/** | ||
* @deprecated Use TELEMETRY_DISTRO_VERSION | ||
*/ | ||
public const TELEMETRY_AUTO_VERSION = 'telemetry.auto.version'; | ||
|
||
/** | ||
* @deprecated Use CONTAINER_IMAGE_TAGS | ||
*/ | ||
public const CONTAINER_IMAGE_TAG = 'container.image.tag'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.