SShortSingh.
Back to feed

GitHub lets enterprises centrally control Copilot's OpenTelemetry data destination

0
·3 views

GitHub rolled out a new enterprise control on July 8 that allows organizations to centrally configure where Copilot Chat in VS Code and Copilot CLI send their OpenTelemetry telemetry data. The setting is delivered via a telemetry block in enterprise-managed settings and overrides any individual developer environment variables or user preferences. Administrators can configure the OTLP export endpoint, transport protocol, service name, resource attributes, exporter headers, and whether prompt and response content is captured. The policy is distributed through native MDM systems, server-managed settings tied to a GitHub account, or a local managed-settings.json file. Notably, managed exporter headers apply only to the Copilot Chat extension's OTLP exporter and not to the CLI agent host, an asymmetry teams should account for before deploying a collector.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

TrulyFreeOCR: Open-Source Java OCR Pipeline Runs Offline With No Native Dependencies

A developer has released TrulyFreeOCR, an open-source OCR pipeline that converts scanned PDFs into searchable, compressed PDFs using a single executable JAR file. The tool is built entirely on Apache 2.0, MIT, and BSD-licensed components, making it suitable for business use without GPL or AGPL restrictions. It requires no system-level installations, as a bootstrap script automatically downloads all dependencies including JDK, Tesseract, and Leptonica into local project directories. The pipeline runs fully offline on CPU hardware and applies MRC compression techniques to achieve 5–10x file size reduction compared to JPEG-only output. The project was created after the author evaluated over 20 existing tools and found none that satisfied all requirements around licensing, deployment simplicity, offline operation, and compression.

0
ProgrammingDEV Community ·

🚀 Calling all DevOps, SRE, and Platform Engineers! Let’s build the future of AI for DevOps together.

Over the last few years, I've been exploring AI agents, and one thing became obvious. Today, the project includes: But this is just the beginning. There is so much more we can build together: ⭐ Give the repository a star Let's build the open-source AI platform that every DevOps engineer wishes existed. https://github.com/ideaweaver-ai/devops-open-agent https://youtu.be/3VT8MeSLt5s

0
ProgrammingDEV Community ·

How Object Storage Became the Backbone of Fast Modern Analytics

Despite being 50–100 times slower in latency than block storage, object storage like Amazon S3 has become the dominant foundation for the world's analytical data systems over the past decade. Block storage, used in cloud services such as AWS EBS, offers sub-millisecond response times and is essential for transactional databases, but its architecture limits scalability and sharing across machines. Object storage trades raw speed for massive scalability, lower cost, and high durability, making it attractive for large-scale data lakes and lakehouses. Engineers addressed object storage's latency drawbacks through innovations in file formats like Apache Parquet, table formats like Apache Iceberg, and query engines such as Dremio. Together, these technologies systematically neutralized object storage's weaknesses, enabling interactive analytics at scale without reverting to costlier block-based infrastructure.

0
ProgrammingDEV Community ·

Audit Uncovers 14 Months of Silenced Infrastructure Alerts Hidden Behind AI Dashboard

During a routine network infrastructure audit, consultant Mark Johnson discovered a muted Slack channel that had been quietly generating undelivered alerts for 14 months. The channel, set up by a former SRE identified only as JL, contained a sophisticated multi-layered alert system covering CPU trends, memory leaks, and connection pool thresholds. When the client upgraded to a new AI monitoring dashboard, the legacy alert channel was muted rather than decommissioned, effectively burying its output. JL left the company shortly after the platform switchover, leaving behind a handover note referencing the silenced channel. The finding raised questions about what critical infrastructure signals had gone unnoticed during the period the new dashboard was in use.