Skip to content

Commit 8498cd3

Browse files
authored
Update main.py
1 parent f0ec85e commit 8498cd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • memorystore/redis/client_side_metrics

memorystore/redis/client_side_metrics/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START memorystore_redis_client_side_metrics]
1516
import os
1617
import time
1718
import redis
@@ -100,3 +101,4 @@ def smart_redis_call(operation_name, func, *args, **kwargs):
100101

101102
tracer_provider.force_flush()
102103
meter_provider.force_flush()
104+
# [END memorystore_redis_client_side_metrics]

0 commit comments

Comments
 (0)