Skip to content

Commit

Permalink
chore: add missing prometheus label for shopify stat (#3138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpj2292 authored Feb 27, 2024
1 parent 84cb5f0 commit c31f822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/prometheus.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class Prometheus {
name: 'shopify_anon_id_resolve',
help: 'shopify_anon_id_resolve',
type: 'counter',
labelNames: ['method', 'writeKey', 'shopifyTopic'],
labelNames: ['method', 'writeKey', 'shopifyTopic', 'source'],
},
{
name: 'shopify_redis_calls',
Expand Down

0 comments on commit c31f822

Please sign in to comment.