scrape_configs
section of your prometheus.yml
file and update it with values for your Prometheus integration:PROJECT_ID
with the unique ID of the project you want to monitor. You can find the project ID in the Pinecone console.
API_KEY
with an API key for the project you want to monitor. The first instance is for service discovery, and the second instance is for the discovered targets. If necessary, you can create an new API key in the Pinecone console.
Name | Type | Description |
---|---|---|
pinecone_db_record_total | gauge | The total number of records in the index. |
pinecone_db_op_upsert_total | counter | The number of upsert requests made to an index. |
pinecone_db_op_upsert_duration_total | counter | The total time taken processing upsert requests for an index in milliseconds. |
pinecone_db_op_query_total | counter | The number of query requests made to an index. |
pinecone_db_op_query_duration_total | counter | The total time taken processing query requests for an index in milliseconds. |
pinecone_db_op_fetch_total | counter | The number of fetch requests made to an index. |
pinecone_db_op_fetch_duration_total | counter | The total time taken processing fetch requests for an index in milliseconds. |
pinecone_db_op_update_total | counter | The number of update requests made to an index. |
pinecone_db_op_update_duration_total | counter | The total time taken processing update requests for an index in milliseconds. |
pinecone_db_op_delete_total | counter | The number of delete requests made to an index. |
pinecone_db_op_delete_duration_total | counter | The total time taken processing delete requests for an index in milliseconds. |
pinecone_db_write_unit_total | counter | The total number of write units consumed by an index. |
pinecone_db_read_unit_total | counter | The total number of read units consumed by an index. |
pinecone_db_storage_size_bytes | gauge | The total size of the index in bytes. |
Label | Description |
---|---|
index_name | Name of the index to which the metric applies. |
cloud | Cloud where the index is deployed: aws , gcp , or azure . |
region | Region where the index is deployed. |
capacity_mode | Type of index: serverless or byoc . |
docs-example
:docs-example
: