question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Monitor Yugabyte support

See original GitHub issue

Monitor https://github.com/yugabyte/yugabyte-db/issues/11186

For those unaware of Yugabyte, it has Postgres compatible types and API - uses Postgres JDBC driver etc (so like Cockroach in this respect).

Features supported: https://github.com/yugabyte/yugabyte-db/blob/master/architecture/YSQL-Features-Supported.md


Issues:

  • create table like … is not supported. Error executing stmt[create table hembi_bean_history(like hembi_bean)] error[ERROR: LIKE clause not supported yet Hint: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click ‘+’ on the description to raise its priority Position: 33]
  • ERROR: column “plain_bean” is of type json but expression is of type character varying Hint: You will need to rewrite or cast the expression.
  • column “cidr” is of type cidr but expression is of type character varying Hint: You will need to rewrite or cast the expression.
  • ERROR: function pgp_sym_encrypt(character varying, character varying) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
rbygravecommented, Feb 1, 2022

Automated tests against Yugabyte passing (with dedicated github workflow) - https://github.com/ebean-orm/ebean/actions/workflows/yugabyte.yml

0reactions
rbygravecommented, May 3, 2022

@priyanshi-yb The Ebean docs have been updated for Yugabyte now at - https://ebean.io/docs/database/yugabyte/

This includes how to use ebean-test to automatically initialise a Yugabyte docker container, plus how to do this programmatically. I have noticed that Yugabyte is relatively slow to execute DDL relative to Postgres.

Anyway, I’ll look to close this now. Let me know if there is other documentation improvements we think we need.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Alerts and monitoring | YugabyteDB Docs
Use YugabyteDB Managed alerts and monitoring to monitor cluster performance and be notified of potential problems. ... Performance monitoring. Monitor database ...
Read more >
Alerts and monitoring | YugabyteDB ... - Yugabyte Docs
Use YugabyteDB Anywhere for alerts and monitoring of YugabyteDB universe data. ... View and manage alerts generated by YugabyteDB Anywhere. ... Use the...
Read more >
Performance metrics | YugabyteDB Docs
Monitor performance metrics for your cluster to ensure the cluster ... High CPU use could indicate a problem and may require debugging by...
Read more >
Live Queries dashboard - YugabyteDB Docs
Use the Live Queries dashboard to monitor and display current running queries on your YugabyteDB universes. You can use this data to do...
Read more >
Monitoring YugabyteDB with Prometheus and Grafana in ...
Get a deep dive into how to monitor YugabyteDB with Prometheus and Grafana in Kubernetes in this blog post tutorial.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found