@instana-integration/wxd-presto

1.0.1 • Public • Published

@instana-integration/wxd-presto

The Instana integration package is designed to showcase observability capabilities within Instana by monitoring the Watsonx.data Presto Engine. Presto exposes JMX metrics through OpenTelemetry, which can be effectively leveraged to track real-time metrics using the provided dashboards.

Dashboards

Below are the dashboards that are currently supported by this integration package.

Dashboard Title
presto-system-health
presto-query-performance-health
presto-data-metadata-health
presto-workload-health

Metrics

Semantic Conventions

Resource Attributes

Below resource attributes can be used to narrow down the data to focus on a specific engine within an instance

Attribute Key Type Description
metric.tag.Instanceid string This attribute is used to choose the desired WXD instance ID.
metric.tag.PodUid string This attribute is used to ilter data for a specific engine.

Installation and Usage

With Instana CLI for integration package management, you can manage the lifecycle of this package such as downloading the package and importing it into Instana.

Downloading the package:

$ stanctl-integration download --package @instana-integration/wxd-presto

Importing the package into Instana:

$ stanctl-integration import --package @instana-integration/wxd-presto\
  --server $INSTANA_SERVER \
  --token $API_TOKEN \
  --set serviceinstanceid=$SERVICE_INSTANCE_ID
  • INSTANA_SERVER: This is the base URL of a tenant unit, e.g. https://test-example.instana.io. This is the same URL that is used to access the Instana user interface.
  • API_TOKEN: Requests against the Instana API require valid API tokens. The API token can be generated via the Instana user interface. For more information, please refers to Instana documentation.
  • SERVICE_INSTANCE_ID: The string ID of the service instance. The ID helps to distinguish instances of the same service that exist at the same time (e.g. instances of a horizontally scaled service).

Package Sidebar

Install

npm i @instana-integration/wxd-presto

Weekly Downloads

7

Version

1.0.1

License

MIT

Unpacked Size

127 kB

Total Files

6

Last publish

Collaborators

  • morningspace
  • yanweili