Skip to content

Commit

Permalink
chore: update reference URL in enums.ts (#900)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayur Kale <mayurkale@google.com>
  • Loading branch information
aphelionz and mayurkale22 committed Mar 25, 2020
1 parent 3e1b0af commit e9bc887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-redis/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

export enum AttributeNames {
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-semantic-conventions.md#databases-client-calls
// required by https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/data-database.md
COMPONENT = 'component',
DB_TYPE = 'db.type',
DB_INSTANCE = 'db.instance',
Expand Down

0 comments on commit e9bc887

Please sign in to comment.