title stringlengths 1 551 | source stringclasses 83
values | url stringlengths 13 578 | category stringclasses 11
values | language stringclasses 12
values | content stringlengths 80 800 | chunk_id int64 0 6.66k | chunk_length int64 80 800 | last_updated stringdate 2026-03-23 10:49:51 2026-03-23 11:44:43 |
|---|---|---|---|---|---|---|---|---|
redis | redis | https://redis.io/docs/latest/develop/get-started/vector-database/ | database | bash | ( query , queries , encoded_queries ) print ( table ) # >>> | Best Mountain bikes for kids | 0.54 | bikes:003... hybrid_query = ( Query ( "(@brand:Peaknetic)=>[KNN 3 @vector $query_vector AS vector_score]" ) . sort_by ( "vector_score" ) . return_fields ( "vector_score" , "id" , "brand" , "model" , "description" ) . dia... | 88 | 784 | 2026-03-23T10:56:08.159662 |
reference | planetscale | https://planetscale.com/docs/vitess/vectors/reference | database | sql | recall of the index. This quantization method currently only works with the l2 distance metric, which effectively calculates the Hamming Distance between the vectors. Examples Report incorrect code Copy Ask AI CREATE /*vt+ QUERY_TIMEOUT_MS=0 */ VECTOR INDEX embedding_index ON t1(embedding); Report incorrect code Copy A... | 7 | 794 | 2026-03-23T11:13:54.035433 |
?s=akka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=akka | devops | python | s both extensionauth.HTTPClient and extensionauth.Server , so it can be used in both exporters and receivers. azureauth extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-co... | 58 | 800 | 2026-03-23T11:18:15.453525 |
?s=meter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=meter | devops | python | strumentation hooks are registered via composer. There will be a new span created for each message that is consumed. The goal of this instrumentation is to allow distributed traces to happen across Kafka in PHP. This means that the following should happen extrdkafka instrumentation php Quick Install To install this ins... | 307 | 800 | 2026-03-23T11:17:39.414097 |
google-cloud-platform-build | terraform | https://developer.hashicorp.com/terraform/tutorials/gcp-get-started/google-cloud-platform-build | devops | hcl | , so that it can update or destroy those resources going forward. The Terraform state file is the only way Terraform can track which resources it manages, and often contains sensitive information, so you must store your state file securely and distribute it only to trusted team members who need to manage your infrastru... | 15 | 761 | 2026-03-23T11:14:27.125786 |
?s=weaviate | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=weaviate | devops | python | ector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Headers Setter extension by 🔭 OpenTelemetry Authors 🔭 The headers_setter extension implements ClientAuthenticator and is used to set requests headers in gRPC / HTTP exporters with values provided via extension configuratio... | 63 | 800 | 2026-03-23T11:21:21.444433 |
git-diff-index | git | https://git-scm.com/docs/git-diff-index | devops | bash | nges 2.21.0 2019-02-24 2.20.1 → 2.20.5 no changes 2.20.0 2018-12-09 2.19.1 → 2.19.6 no changes 2.19.0 2018-09-10 2.18.1 → 2.18.5 no changes 2.18.0 2018-06-21 2.17.1 → 2.17.6 no changes 2.17.0 2018-04-02 2.16.6 2019-12-06 2.15.4 2019-12-06 2.14.6 2019-12-06 2.13.7 2018-05-22 2.12.5 2017-09-22 2.11.4 2017-09-22 2.10.5 no... | 3 | 799 | 2026-03-23T10:57:03.792872 |
pt_BR | git | https://git-scm.com/docs/git-fetch/pt_BR | devops | bash | RL acima Push: <refspec> Pull: <refspec> As linhas Push: são usadas pelo comando git push e as linhas Pull: são usadas pelo comando git pull e pelo comando git fetch . Várias linhas Push: e Pull: podem ser especificadas para fazer os mapeamentos das ramificações adicionais. Arquivo informado em $GIT_DIR/branches Você p... | 30 | 798 | 2026-03-23T11:10:28.959160 |
?s=google | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=google | devops | python | try Authors 🔭 OpenSearch exporter supports sending OpenTelemetry signals as documents to OpenSearch. opensearch exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-co... | 45 | 800 | 2026-03-23T11:26:56.550914 |
?s=traces | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=traces | devops | python | sion Component Apache 2.0 License Package Details (go-collector) Repository Cgroup Go runtime extension by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Cgroup Auto-Config Extension is designed to optimize Go runtime performance in containerized environments by automatically configuring GOMAXPROCS and GOMEMLIMIT based ... | 60 | 800 | 2026-03-23T11:34:02.633696 |
llms.txt | svelte | https://svelte.dev/docs/svelte/llms.txt | framework | javascript | ype the generic if you want to specify that this action receives a parameter. The migration script will migrate this automatically ([#7442](https://github.com/sveltejs/svelte/pull/7442)) ```ts // @noErrors ---const action: Action = (node, params) => { ... } // this is now an error if you use params in any way--- +++con... | 144 | 800 | 2026-03-23T11:13:21.347524 |
?s=mongoose | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mongoose | devops | python | on Component Apache 2.0 License Package Details (gems) Repository RubyLLM Instrumentation by thoughtbot RubyLLM instrumentation for Ruby. ruby instrumentation GenAI LLM Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-ruby_llm 0.2.0 Version Ruby Language Instrumentati... | 356 | 800 | 2026-03-23T11:37:13.128475 |
llms-components.txt | chakra_ui | https://chakra-ui.com/llms-components.txt | library | javascript | rience. ```tsx import { Editable, IconButton } from "@chakra-ui/react" import { LuCheck, LuPencilLine, LuX } from "react-icons/lu" export const EditableWithControls = () => { return ( ) } ``` ### Controlled Use the `value` and `onValueChange` props to control the editable component. ```tsx "use client" import { Editabl... | 372 | 784 | 2026-03-23T10:52:18.208845 |
?s=console | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=console | devops | python | ackends, MySQL, PostgreSQL and SQLite. tortoiseorm instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository Transformers Instrumentation by Traceloop Instrumentation for Transformers SDK (HuggingFace) python instrumentation transformers huggingface Python Language Instrumentation C... | 335 | 800 | 2026-03-23T11:39:15.141973 |
?s=remoulade | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=remoulade | devops | python | hon integration by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for kafka-python kafka-python instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository LangChain Instrumentation by Traceloop Instrumentation for LangChain Framework python instrumentation langchain Python Langu... | 326 | 800 | 2026-03-23T11:31:41.890250 |
self-hosted-runners | github_actions | https://docs.github.com/en/rest/actions/self-hosted-runners | devops | yaml | o string Required The name of the repository without the .git extension. The name is not case sensitive. Query parameters Name, Type, Description name string The name of a self-hosted runner. per_page integer The number of results per page (max 100). For more information, see " Using pagination in the REST API ." Defau... | 37 | 798 | 2026-03-23T10:52:05.639522 |
webpack | webpack | https://webpack.js.org/configuration/module/ | tooling | javascript | javascript : { exportsPresence : "error" , } , } , } , } ; module.parser.javascript.importExportsPresence Specifies the behavior of invalid export names in \"import ... from ...\" . Type: 'error' | 'warn' | 'auto' | false Available: 5.62.0+ Example: Copy export default { module : { parser : { javascript : { importExpor... | 18 | 800 | 2026-03-23T10:57:12.700156 |
crypto | expo | https://docs.expo.dev/versions/latest/sdk/crypto | mobile | javascript | cryptographically secure random values. Example const byteArray = new Uint8Array ( 16 ) ; Crypto . getRandomValues ( byteArray ) ; console . log ( 'Your lucky bytes: ' + byteArray ) ; Crypto.randomUUID() Android iOS tvOS Web The randomUUID() method returns a unique identifier based on the V4 UUID spec (RFC4122). It use... | 18 | 800 | 2026-03-23T11:18:26.243641 |
HttpClient | angular | https://angular.dev/api/common/http/HttpClient | framework | typescript | tpParams | Record < string , string | number | boolean | readonly ( string | number | boolean )[]> | undefined ; reportProgress ?: boolean | undefined ; responseType : "text" ; withCredentials ?: boolean | undefined ; credentials ?: RequestCredentials | undefined ; keepalive ?: boolean | undefined ; priority ?: Request... | 33 | 800 | 2026-03-23T10:58:20.421433 |
?s=google | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=google | devops | python | entation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Hikaricp Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Hikaricp hikaricp instrumentation java Java Language Instrumentation C... | 249 | 800 | 2026-03-23T11:26:56.551071 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/using-api/declarative-validation/ | devops | yaml | s of this type are considered values in the enum. Stability Level: Beta Usage Example: First, define a new string type and some constants of that type: // +k8s:enum type MyEnum string const ( MyEnumA MyEnum = "A" MyEnumB MyEnum = "B" ) Then, use this type in another struct: type MyStruct struct { MyField MyEnum `json:"... | 10 | 800 | 2026-03-23T10:56:41.245836 |
at | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at | language | javascript | 130" Syntax js at(index) Parameters index Zero-based index of the array element to be returned, converted to an integer . Negative index counts back from the end of the array — if index < 0 , index + array.length is accessed. Return value The element in the array matching the given index. Always returns undefined if in... | 1 | 800 | 2026-03-23T11:07:48.369112 |
?s=dynatrace | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dynatrace | devops | python | n Component Apache 2.0 License Package Details (npm) Repository gRPC Instrumentation by 🔭 OpenTelemetry Authors 🔭 gRPC and gRPC.js instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-grpc 0.213.0 Version JavaScript Langu... | 283 | 800 | 2026-03-23T11:36:56.523674 |
go1.21 | go | https://go.dev/doc/go1.21 | language | go | (new). Typical use cases are calls to generic functions operating on containers (such as slices.IndexFunc ) where a function argument may also be generic, and where the type argument of the called function and its arguments are inferred from the container type. More generally, a generic function may now be used without... | 3 | 799 | 2026-03-23T11:29:25.184379 |
postgresql | postgresql | https://www.postgresql.org/docs/books/ | database | sql | nguage : English Current version at publication : <7.4 Format : Paperback Published : December 2001 Title : PostgreSQL Author : Jeff Perkins Language : English Current version at publication : <7.4 Format : Paperback Published : October 2001 Title : PostgreSQL Essential Reference Author : Barry Stinson Language : Engli... | 19 | 800 | 2026-03-23T10:50:12.301245 |
mac.html | python | https://docs.python.org/3/using/mac.html | language | python | (for example, if you want to install your own version there or some other distribution does), you can explicitly set your shell PATH environment variable to include the PythonT framework bin directory: export PATH="/Library/Frameworks/PythonT.framework/Versions/3.14/bin":"$PATH" The traditional framework installation b... | 15 | 800 | 2026-03-23T11:28:22.570468 |
changelog | turso | https://docs.turso.tech/tursodb/changelog | database | sql | Enberg) Update man pages for encryption (Avinash Sajjanshetty) core/mvcc: Return completions from logical log methods (Pedro Muniz) Improve MCP configuration docs (Jamie Barton) Enable encryption properly in Rust bindings, whopper, and throughput tests (Avinash Sajjanshetty) Enable checksums only if its opted in via fe... | 96 | 800 | 2026-03-23T10:55:52.803276 |
declarative-schema-changes | planetscale | https://planetscale.com/blog/declarative-schema-changes | database | sql | file that the tool can understand, and simply apply the changes using the CLI. For example, the following file can be used by the Atlas CLI to define a schema: table "hotels" { schema = schema.hotels_db column "id" { null = false type = int unsigned = true auto_increment = true } column "name" { null = false type = var... | 2 | 684 | 2026-03-23T11:33:46.858834 |
core-application | temporal | https://docs.temporal.io/develop/java/core-application | devops | go | Options in Java, use ActivityOptions.newBuilder.setRetryOptions() . Type: RetryOptions Default: Server-defined Activity Retry policy. With ActivityStub private final ActivityOptions options = ActivityOptions . newBuilder ( ) // note that either StartToCloseTimeout or ScheduleToCloseTimeout are // required when setting ... | 43 | 800 | 2026-03-23T10:57:35.361107 |
handoffs | langchain | https://docs.langchain.com/oss/python/langchain/multi-agent/handoffs | ai | python | support ], system_prompt = "You are a sales agent. Help with sales inquiries. If asked about technical issues or support, transfer to the support agent." , ) support_agent = create_agent ( model = "anthropic:claude-sonnet-4-20250514" , tools = [ transfer_to_sales ], system_prompt = "You are a support agent. Help with t... | 12 | 800 | 2026-03-23T11:37:20.257062 |
?s=oracledatabase | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=oracledatabase | devops | python | AWS services. sigv4 auth extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/sigv4authextension v0.148.0 v0.148.0 Version Collector Language Exten... | 72 | 799 | 2026-03-23T11:31:21.291859 |
benchmarking-postgres-17-vs-18 | planetscale | https://planetscale.com/blog/benchmarking-postgres-17-vs-18 | database | sql | GB min_wal_size = 2GB wal_buffers = 16MB checkpoint_completion_target = 0.9 random_page_cost = 1.1 effective_io_concurrency = 200 default_statistics_target = 100 max_worker_processes = 8 max_parallel_workers_per_gather = 4 max_parallel_workers = 8 max_parallel_maintenance_workers = 4 bgwriter_delay = 200ms bgwriter_lru... | 13 | 701 | 2026-03-23T11:03:00.623254 |
schema | mcp | https://modelcontextprotocol.io/specification/2025-11-25/schema | ai | typescript | ancel” The user action in response to the elicitation. “accept”: User submitted the form/confirmed the action “decline”: User explicitly decline the action “cancel”: User dismissed without making an explicit choice content?: { [key: string]: string | number | boolean | string[] } The submitted form data, only present w... | 22 | 796 | 2026-03-23T10:57:44.050931 |
go_spec.html | go | https://go.dev/doc/go_spec.html | language | go | plicitly (IdentifierList) or implicitly (EmbeddedField). Within a struct, non- blank field names must be unique . StructType = "struct" "{" { FieldDecl ";" } "}" . FieldDecl = ( IdentifierList Type | EmbeddedField ) [ Tag ] . EmbeddedField = [ "*" ] TypeName [ TypeArgs ] . Tag = string_lit . // An empty struct. struct ... | 37 | 793 | 2026-03-23T11:21:41.032610 |
common-web-application-architectures | csharp | https://learn.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/common-web-application-architectures | language | csharp | pment ports: - "5106:5106" networks: default: external: name: nat The docker-compose.yml file references the Dockerfile in the Web project. The Dockerfile is used to specify which base container will be used and how the application will be configured on it. The Web ' Dockerfile : FROM mcr.microsoft.com/dotnet/sdk:8.0 A... | 32 | 778 | 2026-03-23T11:00:58.793688 |
upstash | mastra | https://mastra.ai/reference/vectors/upstash | ai | typescript | dex() deleteIndex() updateVector() deleteVector() Hybrid vector search Basic Hybrid Usage Advanced Hybrid Search Options Updating Hybrid Vectors Response types Error handling Environment variables Usage example Local embeddings with fastembed Related Share feedback | 10 | 265 | 2026-03-23T11:33:21.742389 |
?s=simulation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=simulation | devops | python | uby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-sinatra 0.29.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Trilogy Instrumentation by 🔭 OpenTelemetry Authors 🔭 Trilogy instrumentation for ... | 357 | 800 | 2026-03-23T11:13:41.626058 |
gemini | tanstack_router | https://tanstack.com/ai/latest/docs/adapters/gemini | framework | typescript | Google Gemini | TanStack AI Docs TanStack AI v0 v0 New TanStack Intent Search... K Auto Log In Start RC Start RC Router Router Query Query Table Table DB beta DB beta AI alpha AI alpha Form new Form new Virtual Virtual Pacer beta Pacer beta Hotkeys alpha Hotkeys alpha Store alpha Store alpha Devtools alpha Devtools alp... | 0 | 800 | 2026-03-23T11:08:31.493680 |
?s=action_pack | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=action_pack | devops | python | anguage Instrumentation Component Apache 2.0 License Repository splunkpgx – Instrumentation for github.com/jackc/pgx by Splunk Inc. Instrumentation for the github.com/jackc/pgx package. go instrumentation database postgresql Go Language Instrumentation Component Apache 2.0 License Repository splunkpq – Instrumentation ... | 234 | 800 | 2026-03-23T11:26:18.039464 |
?s=tomcat | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tomcat | devops | python | collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Packa... | 70 | 799 | 2026-03-23T11:26:43.911705 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-256", "dataset_name": "deep-image-96-angular", "upload_time": 922.27048452, "total_upload_time": 3085.694403119, "p95_time": 0.015311195, "rps": 764.8458979868, "parallel": 8, "p99_time": 0.0257201225, "mean_time": 0.0101426814, "mean_precisions": 0.986627, "engine... | 1,207 | 590 | 2026-03-23T11:15:13.616552 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.4.16/ | database | sql | PostgreSQL: Release Notes February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Quick Links Documentation Manuals Archive Release Notes Books Tutorials & Other Resources FAQ Wiki Release Notes PostgreSQL 9.4.16 PostgreSQL 9.4.26 Documentation Prev Up Appendix E. Release Notes Next E.11. Release 9.... | 0 | 790 | 2026-03-23T11:39:03.304457 |
react-monorepo-tutorial | nx | https://nx.dev/docs/getting-started/tutorials/react-monorepo-tutorial | tooling | typescript | re are some things you can dive into next: Set up CI with remote caching and self-healing Learn more about the underlying mental model of Nx Learn how to migrate your existing project to Nx Setup Storybook for our shared UI library Learn how to setup Tailwind Learn about enforcing boundaries between projects Also, make... | 14 | 626 | 2026-03-23T10:55:53.059786 |
building-chatgpt-plugins | supabase | https://supabase.com/docs/guides/ai/examples/building-chatgpt-plugins | database | typescript | Building ChatGPT plugins | Supabase Docs AI & Vectors Building ChatGPT plugins Use Supabase as a Retrieval Store for your ChatGPT plugin. ChatGPT recently released Plugins which help ChatGPT access up-to-date information, run computations, or use third-party services. If you're building a plugin for ChatGPT, you'll pro... | 0 | 800 | 2026-03-23T11:26:10.432957 |
qdrant | qdrant | https://qdrant.tech/documentation/frameworks/dynamiq/ | database | python | ult" , create_if_not_exist = True ) # Create a workflow and add the writer node wf = Workflow () wf . flow . add_nodes ( writer_node ) # Execute writing result = wf . run ( input_data = { 'documents' : embedded_documents # Provide embedded documents for storage }) Additional Tutorials Discover additional examples and u... | 2 | 713 | 2026-03-23T11:24:09.473521 |
3.7.html | python | https://docs.python.org/3/whatsnew/3.7.html | language | python | What’s New In Python 3.7 — Python 3.14.3 documentation Navigation index modules | next | previous | Python » 3.14.3 Documentation » What’s New in Python » What’s New In Python 3.7 | Theme Auto Light Dark | What’s New In Python 3.7 ¶ Editor : Elvis Pranskevichus < elvis @ magic . io > This article explains the new featu... | 0 | 800 | 2026-03-23T11:01:20.951603 |
redis | redis | https://redis.io/docs/latest/commands/srandmember/ | database | bash | value. key : K , // the key. count : long // the count. ) → Long // Long count of members of the resulting set. srandmember ( key : K // the key. ) → RedisFuture<V> // Long count of members of the resulting set. srandmember ( key : K , // the key. count : long // the count. ) → RedisFuture<List<V>> // Long count of mem... | 3 | 799 | 2026-03-23T11:24:09.670848 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | _upload_time": 370.4692332351, "p95_time": 0.061721858, "rps": 76.5861164268, "parallel": 4, "p99_time": 0.0652240384, "mean_time": 0.0510570196, "mean_precisions": 0.99788, "engine_params": { "search_params": { "hnsw_ef": 512 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-128", "dataset_name": "gist-9... | 1,050 | 580 | 2026-03-23T11:15:13.616344 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | ameters Parameter Description name name of the CertificateSigningRequest Query Parameters Parameter Description pretty If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). dryRun When present, indicates that modifications ... | 2,873 | 800 | 2026-03-23T10:56:49.346451 |
?s=esbuild | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=esbuild | devops | python | 2.0 License Repository PHP SDK by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry SDK for PHP. php PHP Language Core Component Apache 2.0 License Repository PHP SemConv by 🔭 OpenTelemetry Authors 🔭 OpenTelemetry Semantic Conventions for PHP. php PHP Language Core Component Apache 2.0 License Repository Python by 🔭 Ope... | 368 | 799 | 2026-03-23T11:31:45.079641 |
?s=socket.io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=socket.io | devops | python | s) Repository ActiveSupport Instrumentation by 🔭 OpenTelemetry Authors 🔭 ActiveSupport instrumentation for Ruby. ruby instrumentation active_support Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-active_support 0.10.1 Version Ruby Language Instrumentation Componen... | 340 | 800 | 2026-03-23T11:26:34.686806 |
?s=f | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=f | devops | python | tes Operator by 🔭 OpenTelemetry Authors 🔭 A Kubernetes Operator for the OpenTelemetry Collector. kubernetes Collector Language Core Component Apache 2.0 License Repository opentelemetry-lua by yangxikun An unofficial implementation of OpenTelemetry in lua. lua instrumentation Lua Language Instrumentation Component Ap... | 365 | 800 | 2026-03-23T11:39:40.098581 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | 4, "rps": 8.6101551071, "parallel": 2, "p99_time": 0.3230099493, "mean_time": 0.2317579738, "mean_precisions": 0.996819, "engine_params": { "search_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-64-ef-512", "dataset_name": "deep-image-96-angular", "upload_time": 1233.6671151899, "tot... | 2,159 | 553 | 2026-03-23T11:15:13.617811 |
prompt_management_langchain | langfuse | https://langfuse.com/guides/cookbook/prompt_management_langchain | ai | python | model, temperature = temperature) chain = langchain_prompt | model Invoke chain example_input = { "Event Name" : "Wedding" , "Event Description" : "The wedding of Julia and Alex, a charming couple who share a love for art and nature. This special day will celebrate their journey together with a blend of traditional and... | 5 | 799 | 2026-03-23T11:09:24.888383 |
?s=rollup | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=rollup | devops | python | nt instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides AWS SDK client instrumentation instrumentation aws aws-sdk dotnet sqs sns dynamodb Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AWS 1.15.0 Version .NET Language Instrumentation Componen... | 198 | 800 | 2026-03-23T11:30:08.832320 |
?s=kafkaflow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkaflow | devops | python | ata to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . java processor propagator utilities sentry error monitoring Java Language Utilities Component MIT License Repository OpenTelemetry Esbuild Plugin by Drew Corlin Esbuild plugin which bundles OpenTelemetry... | 385 | 799 | 2026-03-23T11:19:43.868185 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | `resourceVersion`" and the bookmark event is send when the state is synced to a `resourceVersion` at least as fresh as the one provided by the ListOptions. If `resourceVersion` is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request ... | 5,147 | 786 | 2026-03-23T10:56:49.349633 |
uikit-devs | flutter | https://docs.flutter.dev/flutter-for/uikit-devs | mobile | dart | t ( ' Button ' ) , ) ; } content_copy If the Widget doesn't support event detection, wrap the widget in a GestureDetector and pass a function to the onTap parameter. dart class SampleTapApp extends StatelessWidget { const SampleTapApp ( { super . key } ) ; @override Widget build ( BuildContext context ) { return Scaffo... | 43 | 740 | 2026-03-23T10:50:20.927365 |
supabase-snippets-list | supabase | https://supabase.com/docs/reference/cli/supabase-snippets-list | database | typescript | e supabase projects list supabase projects create Usage 1 supabase projects create [project name] [flags] Flags --db-password <string> Optional Database password of the project. --org-id <string> Optional Organization ID to create the project in. --region <string> Optional Select a region close to you for the best perf... | 56 | 800 | 2026-03-23T11:27:51.329851 |
?s=php | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=php | devops | python | e Receiver Component Apache 2.0 License Package Details (go-collector) Repository PostgreSQL Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver queries the PostgreSQL statistics collector. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the fol... | 142 | 800 | 2026-03-23T11:30:46.303981 |
?s=extrdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=extrdkafka | devops | python | receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Elasticsearch Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver queries the Elasti... | 110 | 800 | 2026-03-23T11:10:05.128342 |
Optional_chaining | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining | language | javascript | l a method which may not exist. This can be helpful, for example, when using an API in which a method might be unavailable, either due to the age of the implementation or because of a feature which isn't available on the user's device. Using optional chaining with function calls causes the expression to automatically r... | 4 | 800 | 2026-03-23T10:57:54.423507 |
actions | github_actions | https://docs.github.com/en/actions | devops | yaml | to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the GitHub community. Administer GitHub Actions About GitHub Actions metrics Learn about the GitHub Actions metrics available for your organizations and repositories. Administer GitHub Actions Actions lim... | 1 | 798 | 2026-03-23T10:49:55.561158 |
spec-draft | dart | https://dart.dev/to/spec-draft | language | dart | 5 n��xMU���`�ms�A�~���%݇�RG jA �����*�y�̮_|:�_�ܜ�٤t1�>�����]{I�pV �� ��#n�@��@��(��7���N �עq� ���6l`��5~���>5�xB���YO���O�^O��{ς^���F��� �ɀX2[����(��Y���I��г�#�� i�݄������� I��G�� !,K����(��ǷJ䉀��$��o�H�� ��]�[B�2?k � ��� �u7W�H��^���I>�@s�u{6�+�f���{caJ.�܃}�_W/�+�P endstream endobj 1282 0 obj << /Length 3304 /Filter /F... | 117 | 794 | 2026-03-23T11:06:06.479866 |
hosting | firebase | https://firebase.google.com/products/hosting | database | javascript | works like React, Vite, Vue and more. Deploy with a single command using the Firebase CLI: firebase deploy . Start now, and pay as you go Get started with 10 GB of storage and up to 360 MB/day of data transfer, free of charge. Custom domain, global CDN, and SSL certificate included. Learn to do more with Hosting Server... | 1 | 800 | 2026-03-23T10:52:47.054656 |
use-google-font-display | biome | https://biomejs.dev/linter/rules/use-google-font-display | tooling | javascript | ” /> │ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 2 │ ℹ Use &display=optional to prevent invisible text and layout shifts. If font swapping is important, use &display=swap . 1 < link href = " https://fonts.googleapis.com/css2?family=Krona+One&display=auto " /... | 2 | 799 | 2026-03-23T10:59:54.797861 |
temporal-client | temporal | https://docs.temporal.io/develop/go/temporal-client | devops | go | .. workflowOptions := client . StartWorkflowOptions { // ... } workflowRun , err := temporalClient . ExecuteWorkflow ( context . Background ( ) , workflowOptions , YourWorkflowDefinition , param ) if err != nil { // ... } // ... } func YourWorkflowDefinition ( ctx workflow . Context , param YourWorkflowParam ) ( YourWo... | 22 | 800 | 2026-03-23T10:57:07.436291 |
?s=package | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=package | devops | python | /opentelemetry-collector-contrib/receiver/huaweicloudcesreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Microsoft IIS Receiver by 🔭 OpenTelemetry Authors 🔭 The iis receiver grabs metrics about an IIS instance using the Windows Perfo... | 122 | 800 | 2026-03-23T11:24:42.821633 |
?s=instrumentation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=instrumentation | devops | python | t file like the following: providers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/googlesecretmanagerprovider v0.148.0 v0.148.0 Version Collector Language Provider Component Apache 2.0 License Package Details (go-collector) Repository Collector HTTP Provider by 🔭 OpenTelemetry... | 21 | 799 | 2026-03-23T11:37:46.245223 |
evaluation-quickstart | langchain | https://docs.langchain.com/langsmith/evaluation-quickstart | ai | python | peScript SDK references for comprehensive descriptions of every class and function. Edit this page on GitHub or file an issue . Connect these docs to Claude, VSCode, and more via MCP for real-time answers. Was this page helpful? Yes No LangSmith Evaluation Previous Evaluation concepts Next ⌘ I | 16 | 294 | 2026-03-23T10:59:38.904646 |
2.47.0 | git | https://git-scm.com/docs/git-config/2.47.0 | devops | bash | n th group to be 1/n the size of the initial group. Higher values of the decay rate cause consecutive groups to shrink at an increasing rate. The default is 1 . If all groups are the same size, it is possible that groups containing newer commits will be able to be used less often than earlier groups, since it is more l... | 63 | 797 | 2026-03-23T11:24:43.756046 |
tailwindcss-v3-1 | tailwind | https://tailwindcss.com/blog/tailwindcss-v3-1 | library | javascript | < ul role = "list" class = "space-y-4 [&>*]:rounded-lg [&>*]:bg-white [&>*]:p-4 [&>*]:shadow " > < li class = "flex" > < img class = "h-10 w-10 rounded-full" src = "..." alt = "" /> < div class = "ml-3 overflow-hidden" > < p class = "text-sm font-medium text-slate-900" > Kristen Ramos </ p > < p class = "truncate text-... | 17 | 800 | 2026-03-23T10:55:46.946651 |
unicode.html | python | https://docs.python.org/3/c-api/unicode.html | language | python | de object using ASCII and return the result as Python bytes object. Error handling is “strict”. Return NULL if an exception was raised by the codec. Character Map Codecs ¶ This codec is special in that it can be used to implement many different codecs (and this is in fact what was done to obtain most of the standard co... | 54 | 797 | 2026-03-23T11:06:30.529598 |
temporal-client | temporal | https://docs.temporal.io/develop/java/temporal-client | devops | go | Temporal Client - Java SDK | Temporal Platform Documentation Skip to main content On this page A Temporal Client enables you to communicate with the Temporal Service . Communication with a Temporal Service lets you perform actions such as starting Workflow Executions, sending Signals to Workflow Executions, sending Que... | 0 | 800 | 2026-03-23T10:59:09.765578 |
unicode.html | python | https://docs.python.org/3/c-api/unicode.html | language | python | . When wstr is NULL , instead return the size that would be required to store all of unicode including a terminating null. Note that the resulting wchar_t * string may or may not be null-terminated. It is the responsibility of the caller to make sure that the wchar_t * string is null-terminated in case this is required... | 37 | 799 | 2026-03-23T11:06:30.529575 |
?s=ts | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ts | devops | python | ils (gems) Repository ActiveSupport Instrumentation by 🔭 OpenTelemetry Authors 🔭 ActiveSupport instrumentation for Ruby. ruby instrumentation active_support Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-active_support 0.10.1 Version Ruby Language Instrumentation ... | 340 | 800 | 2026-03-23T11:18:07.814926 |
distribute-task-execution?utm_medium=website&utm_campaign=homepage_links&utm_content=features | nx | https://nx.dev/docs/features/ci-features/distribute-task-execution?utm_medium=website&utm_campaign=homepage_links&utm_content=features | tooling | typescript | ch Templates Define your own launch templates to set up agents in the exact right way Dynamically Allocate Agents Assign a different number of agents to a pipeline based on the size of the PR Automatically Split E2E Tasks Split large e2e tasks into a separate task for each spec file Identify and Re-run Flaky Tasks Re-r... | 7 | 800 | 2026-03-23T11:10:30.992072 |
infrastructure | expo | https://docs.expo.dev/build-reference/infrastructure | mobile | javascript | 0.0 npm 10.9.3 fastlane 2.228.0 CocoaPods 1.16.2 Ruby 3.2 node-gyp 11.5.0 Maestro 2.0.9 macos-sequoia-15.6-xcode-26.0 ( sdk-54 , macos-sequoia-15.5-xcode-26.0 ) Details macOS Sequoia 15.6 Xcode 26.0 (17A324) Node.js 20.19.4 Bun 1.2.22 Yarn 1.22.22 pnpm 10.16.1 npm 10.9.3 fastlane 2.228.0 CocoaPods 1.16.2 Ruby 3.2 node-... | 9 | 800 | 2026-03-23T11:01:58.180843 |
?s=rdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=rdkafka | devops | python | (go-collector) Repository Host Metrics Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Host Metrics Receiver for the OpenTelemetry Collector. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/ope... | 120 | 800 | 2026-03-23T11:39:35.380948 |
docker | docker | https://docs.docker.com/reference/cli/docker/container/run/ | devops | bash | rnal hostname, which resolves to the host's internal IP. $ echo "hello from host!" > ./hello $ python3 -m http.server 8000 Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ... $ docker run \ --add-host host.docker.internal=host-gateway \ curlimages/curl -s host.docker.internal:8000/hello hello from host! The --... | 59 | 800 | 2026-03-23T11:10:50.646517 |
?s=krakend | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=krakend | devops | python | on for Sentry by Sentry authors The Sentry OpenTelemetry Python integration provides a processor and propagator to send data to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . python processor propagator utilities sentry error monitoring Python Language Util... | 390 | 800 | 2026-03-23T11:30:28.987458 |
?s=mongoose | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mongoose | devops | python | nt Apache 2.0 License Repository pymongo Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for the pymongo library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository PyMySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides tracing for PyMySQL... | 331 | 800 | 2026-03-23T11:37:13.128456 |
redis | redis | https://redis.io/docs/latest/develop/data-types/sets/ | database | bash | 'bikes:racing:france' , [ 'bike:2' , 'bike:3' , 'bike:4' ]) console . log ( res12 ) // >>> [1, 1, 0] await client . del ( 'bikes:racing:france' ) await client . del ( 'bikes:racing:usa' ) await client . sAdd ( 'bikes:racing:france' , [ 'bike:1' , 'bike:2' , 'bike:3' ]) await client . sAdd ( 'bikes:racing:usa' , [ 'bike... | 134 | 799 | 2026-03-23T11:02:34.326560 |
to-ai-sdk-stream | mastra | https://mastra.ai/reference/ai-sdk/to-ai-sdk-stream | ai | typescript | sageStreamResponse ( { stream : uiMessageStream , } ) } Using messageMetadata Direct link to using-messagemetadata app/api/chat-with-metadata/route.ts import { mastra } from '../../mastra' import { createUIMessageStream , createUIMessageStreamResponse } from 'ai' import { toAISdkStream } from '@mastra/ai-sdk' export as... | 8 | 800 | 2026-03-23T10:58:12.015240 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/project/merge_requests/status_checks/ | devops | yaml | quest webhook payload to an external service whenever: A merge request is updated, closed, reopened, approved, unapproved, or merged. Code is pushed to the source branch of the merge request. %%{init: { "fontFamily": "GitLab Sans" }}%% sequenceDiagram accTitle: Workflow for external status checks accDescr: Merge reques... | 3 | 780 | 2026-03-23T11:36:45.401574 |
?s=tyk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tyk | devops | python | deeper into what happens inside Checkmk through the use of OpenTelemetry traces, so that everyone using Checkmk could enjoy monitoring their infrastructure with a tool with the best performance and fewer bottlenecks. Python Checkmk Python Language Application integration Component GPL-2.0 License Website Documentation ... | 16 | 799 | 2026-03-23T11:28:40.907522 |
?s=tui | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tui | devops | python | tation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository OpentelemetryXandra by 🔭 OpenTelemetry Authors 🔭 This library uses Telemetry events to create OpenTelemetry Spans for Xandra queries. xandra instrumentation erlang Quick Install The package can be installed by adding opentelemetry_x... | 219 | 800 | 2026-03-23T11:23:07.025749 |
llms-medium.txt | svelte | https://svelte.dev/llms-medium.txt | framework | javascript | iv class="ts-block-property-bullets"> - <span class="tag deprecated">deprecated</span> this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - <span class="tag">default</span> `"src/hooks"` - <span class="tag since">available sinc... | 350 | 800 | 2026-03-23T11:13:00.456436 |
?s=kuma | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kuma | devops | python | ctor Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Memory Limiter Processor for the OpenTelemetry Collector is used to prevent out of memory situations on the collector. go processor collector Collector Lan... | 86 | 800 | 2026-03-23T11:38:06.864770 |
machine-readable-ui | terraform | https://developer.hashicorp.com/terraform/internals/machine-readable-ui | devops | hcl | Machine-readable output reference | Terraform | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream Terraform Home Machine-readable UI Output Reference This topic provides reference information about the machine-readable output Terraform prints. Introduction B... | 0 | 799 | 2026-03-23T11:30:36.928213 |
rss.xml | neon | https://neon.tech/docs/changelog/rss.xml | database | sql | TA[Autoscaling is now GA and available on the Free Plan, Postgres version updates, and an upcoming change for protected branches release - Aug 30, 2024]]> https://neon.com/docs/changelog/2024-08-30 https://neon.com/docs/changelog/2024-08-30 Fri, 30 Aug 2024 00:00:00 GMT <![CDATA[Replicate data to and from Neon for CDC ... | 22 | 800 | 2026-03-23T11:25:58.532816 |
?s=headers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=headers | devops | python | ce data and export them to their backend of choice. Node.js pillarjs pillarjs-router router Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-restify 0.58.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenT... | 294 | 800 | 2026-03-23T11:37:50.038242 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/yaml/ | devops | yaml | redefined, project, group, instance, or variables defined in the .gitlab-ci.yml file. You can’t use variables defined in a script section. Example of environment:deployment_tier : deploy : script : echo environment : name : customer-portal deployment_tier : production Additional details : Environments created from this... | 104 | 800 | 2026-03-23T10:51:59.387024 |
?s=windowsservice | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=windowsservice | devops | python | omponent Apache 2.0 License Package Details (go-collector) Repository Metric Start Time Processor by 🔭 OpenTelemetry Authors 🔭 The metric start time processor ( metricstarttime ) is used to set the start metricstarttime processor collector Quick Install When building a custom collector you can add this processor to t... | 88 | 800 | 2026-03-23T11:10:59.940567 |
?s=httpx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=httpx | devops | python | lector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Honeycomb Marker Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter allows creating markers, via the Honeycomb Markers API, based on the look of incoming telemetry. honeycombmarker exporter collector Quick Install When bu... | 39 | 800 | 2026-03-23T11:33:25.492697 |
sort | terraform | https://developer.hashicorp.com/terraform/language/functions/sort | devops | hcl | sort - Functions - Configuration Language | Terraform | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream Terraform Home sort Function sort takes a list of strings and returns a new list with those strings sorted lexicographically. The sort is in terms of Un... | 0 | 489 | 2026-03-23T11:33:43.275631 |
preserving-and-resetting-state | react | https://react.dev/learn/preserving-and-resetting-state | framework | javascript | fferent component types at the same position. Initially, the first child of the <div> contained a Counter . But when you swapped in a p , React removed the Counter from the UI tree and destroyed its state. When Counter changes to p , the Counter is deleted and the p is added When switching back, the p is deleted and th... | 11 | 800 | 2026-03-23T10:59:24.309690 |
?s=google | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=google | devops | python | cpp vcpkg package C++ Language Core Component MIT License Repository Standalone .NET Aspire dashboard by Microsoft The .NET Aspire Dashboard is a browser-based app to view run-time information about your distributed application. dashboard aspire viewer browser-based .NET Language Utilities Component MIT License Documen... | 379 | 800 | 2026-03-23T11:26:56.551169 |
bun-sqlite-new | drizzle_orm | https://orm.drizzle.team/docs/get-started/bun-sqlite-new | database | typescript | AME ! ); const db = drizzle ({ client : sqlite }); Step 4 - Create a table Create a schema.ts file in the src/db directory and declare your table: src/db/schema.ts import { int , sqliteTable , text } from "drizzle-orm/sqlite-core" ; export const usersTable = sqliteTable ( "users_table" , { id : int () .primaryKey ({ au... | 5 | 800 | 2026-03-23T11:02:20.125156 |
webhooks | langchain | https://docs.langchain.com/langsmith/webhooks | ai | python | eploy ... (see managing Modal deployments ). You should now get something like: Copy ✓ Created objects. ├── 🔨 Created mount /Users/harrisonchase/workplace/langsmith-docs/example-webhook.py ├── 🔨 Created mount PythonPackage:langsmith └── 🔨 Created f => https://hwchase17--auth-example-f.modal.run ✓ App deployed! 🎉 Vi... | 10 | 798 | 2026-03-23T11:02:46.623668 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.