Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensibility/metrics-handler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This sample shows how to inject a custom metrics handler.
as described in the
[contribution guide](https://github.com/temporalio/temporal/blob/master/CONTRIBUTING.md#runing-server-locally).

2. Create the database schema by running `make install-schema`.
2. Create the database schema by running `make install-schema-cass-es`.

3. Start Temporal by running `go run metrics-reporter/server/main.go`.

Expand Down