File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export class TelemetryConfiguration implements TelemetryConfig {
68
68
* @readonly
69
69
* @type {Set<TelemetryAttribute> }
70
70
*/
71
- public static readonly validAttriburtes : Set < TelemetryAttribute > = new Set < TelemetryAttribute > ( [
71
+ public static readonly validAttributes : Set < TelemetryAttribute > = new Set < TelemetryAttribute > ( [
72
72
TelemetryAttribute . HttpHost ,
73
73
TelemetryAttribute . HttpResponseStatusCode ,
74
74
TelemetryAttribute . UserAgentOriginal ,
@@ -115,7 +115,7 @@ export class TelemetryConfiguration implements TelemetryConfig {
115
115
* @throws {FgaValidationError } Throws an error if any attribute in the metric configurations is invalid.
116
116
*/
117
117
public ensureValid ( ) : void {
118
- const validAttrs = TelemetryConfiguration . validAttriburtes ;
118
+ const validAttrs = TelemetryConfiguration . validAttributes ;
119
119
120
120
const counterConfigAttrs = this . metrics ?. counterCredentialsRequest ?. attributes || new Set < TelemetryAttribute > ( ) ;
121
121
counterConfigAttrs . forEach ( counterConfigAttr => {
You can’t perform that action at this time.
0 commit comments