Skip to content

chore(deps): bump github.com/plexusone/omniobserve from 0.11.0 to 0.12.0 - #93

Merged
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omniobserve-0.12.0
Aug 1, 2026
Merged

chore(deps): bump github.com/plexusone/omniobserve from 0.11.0 to 0.12.0#93
grokify merged 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omniobserve-0.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/plexusone/omniobserve from 0.11.0 to 0.12.0.

Release notes

Sourced from github.com/plexusone/omniobserve's releases.

v0.12.0

Release Notes: v0.12.0

Full Changelog: plexusone/omniobserve@v0.11.0...v0.12.0

Changelog

Sourced from github.com/plexusone/omniobserve's changelog.

[v0.12.0] - 2026-07-20

Highlights

  • observops.Setup: a one-call bootstrap that wires metrics, traces, and logs and returns native OpenTelemetry handles, plus a Prometheus /metrics handler and HTTP middleware

Added

  • observops.Setup(ctx, opts...) returns a *Telemetry with native trace.Tracer, metric.Meter, an slog.Logger, a Prometheus MetricsHandler, HTTP Middleware/Transport, and Shutdown; consumers instrument with vanilla OpenTelemetry (5a987e3)
  • Composable export targets: Prometheus pull (WithPrometheus), OTLP push over gRPC or HTTP (WithEndpoint, WithOTLPOverHTTP), and stdout (WithStdout) (5a987e3)
  • Real OpenTelemetry logs via the otelslog bridge, fanned out to the console and installed as slog.Default() (5a987e3)
  • Setup options: WithMetrics, WithTraces, WithLogs, WithPrometheus, WithStdout, WithOTLPOverHTTP, WithTraceSampleRatio (all signals enabled by default) (5a987e3)
  • Tests covering the Setup bootstrap, including a real Prometheus scrape and HTTP middleware/transport round-trip (ed56f79)

Dependencies

  • OpenTelemetry logs stack: go.opentelemetry.io/otel/sdk/log v0.20.0, otel/log v0.20.0, otel/exporters/otlp/otlplog/{otlploggrpc,otlploghttp} v0.20.0 (5a987e3)
  • go.opentelemetry.io/otel/exporters/prometheus v0.66.0 and stdout exporters (stdouttrace/stdoutmetric v1.44.0, stdoutlog v0.20.0) (5a987e3)
  • go.opentelemetry.io/contrib/bridges/otelslog v0.19.0 and contrib/instrumentation/net/http/otelhttp v0.69.0 (5a987e3)
Commits
  • d05cf3f Merge pull request #54 from plexusone/docs/observops-setup
  • e79b921 docs: make mkdocs --strict build clean
  • 9015275 docs: feature observops.Setup across the README and docs site
  • 25a922f chore(deps): go mod: update dependencies
  • 38207cb Merge pull request #53 from plexusone/feat/observops-setup-layer
  • 02322f5 Merge branch 'main' into feat/observops-setup-layer
  • ad42624 docs(changelog): prepare v0.12.0 release notes
  • 2ea669b docs(observops): document Setup and correct the package overview
  • ed56f79 test(observops): cover the Setup bootstrap
  • 5a987e3 feat(observops): add Setup bootstrap returning native OpenTelemetry handles
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/plexusone/omniobserve-0.12.0 branch from c441623 to 8e66791 Compare August 1, 2026 14:19
Bumps [github.com/plexusone/omniobserve](https://github.com/plexusone/omniobserve) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/plexusone/omniobserve/releases)
- [Changelog](https://github.com/plexusone/omniobserve/blob/main/CHANGELOG.md)
- [Commits](plexusone/omniobserve@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omniobserve
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/plexusone/omniobserve-0.12.0 branch from 8e66791 to 61d69cf Compare August 1, 2026 17:30
@grokify
grokify merged commit 0830fdc into main Aug 1, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/plexusone/omniobserve-0.12.0 branch August 1, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant