Skip to content

Commit

Permalink
fix typo (#32992)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjtran authored Nov 1, 2024
1 parent d37ba37 commit d749c08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6209,7 +6209,7 @@ class MyDoFn(beam.DoFn):
self.gauge = metrics.Metrics.gauge("namespace", "gauge1")

def process(self, element):
self.gaguge.set(element)
self.gauge.set(element)
yield element
{{< /highlight >}}

Expand Down

0 comments on commit d749c08

Please sign in to comment.