Skip to content

Commit

Permalink
Merge pull request #239 from decentraland/fix/metrics
Browse files Browse the repository at this point in the history
fix: add missing default metrics
  • Loading branch information
juanmahidalgo authored Jan 3, 2025
2 parents 31224ee + 92e869e commit 0e08f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/metrics.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { IMetricsComponent } from '@well-known-components/interfaces'
import { metricDeclarations as logsMetricsDeclarations } from '@well-known-components/logger'
import { validateMetricsDeclaration } from '@well-known-components/metrics'
import { validateMetricsDeclaration, getDefaultHttpMetrics } from '@well-known-components/metrics'
import { metricDeclarations as graphMetrics } from '@well-known-components/thegraph-component'

export const metricDeclarations = {
...getDefaultHttpMetrics(),
...logsMetricsDeclarations,
...graphMetrics,
test_ping_counter: {
Expand Down

0 comments on commit 0e08f0e

Please sign in to comment.