Download the PHP package vortos/vortos-observability without Composer

On this page you can find all versions of the php package vortos/vortos-observability. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package vortos-observability

Vortos Observability

Two cooperating subsystems:

  1. Telemetry destination seam (Sink/, Collector/, Buffer/, Heartbeat/, Driver/) — the §12.4 "emitting ≠ monitoring" plane. The app emits OTLP to a local OpenTelemetry Collector sidecar; the collector batches, disk-buffers and retries to an off-host backend. The only swap point is a driver (MetricsSinkInterface / ErrorSinkInterface); switching backends never touches app code. See "Telemetry seam" below.
  2. Template publisher (Service/, Command/, Resources/) — optional starter dashboards/alert rules for common stacks. It does not export telemetry, call external services, or run in the request path.

Telemetry seam (collector + off-host sinks)

Telemetry-seam commands

Configuration (env)

Var Default Purpose
OBSERVABILITY_METRICS_SINK grafana Selected metrics sink driver key
OBSERVABILITY_ERROR_SINK glitchtip Selected error sink driver key
OBSERVABILITY_GRAFANA_OTLP_HOST Off-host OTLP gateway host
OBSERVABILITY_GRAFANA_OTLP_HEADERS Auth header (resolved by the collector at runtime)
OBSERVABILITY_GLITCHTIP_DSN Error backend ingest URL (read at use time, never logged)
OBSERVABILITY_SPOOL_DIR system temp Error spool directory
OBSERVABILITY_SPOOL_MAX_BYTES 256 MiB Error spool byte cap (drop-oldest past this)
OBSERVABILITY_HEARTBEAT_URL External dead-man monitor base URL

Observability Templates

This module publishes optional starter assets for common observability stacks. It does not export telemetry, call external services, or run in the request path.

Vortos runtime modules emit standard signals:

The templates help teams bootstrap dashboards and alert rules for those signals.

Messaging applications also export operational gauges for the transactional outbox and dead-letter queue:

With Prometheus these are refreshed during /metrics scrapes. With push-style backends such as StatsD, schedule php bin/console vortos:metrics:collect from one worker per environment so gauges are emitted without adding work to normal request handling.

Commands

Published files are written under observability/.

Use --dry-run to preview and --force to overwrite existing files.

Stacks

All thresholds and notification routes are examples. Review and tune them per environment before production use.


All versions of vortos-observability with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
vortos/vortos-foundation Version ^1.0
vortos/vortos-ops-kit Version ^1.0
symfony/console Version ^7.0 || ^8.0
symfony/dependency-injection Version ^7.0 || ^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package vortos/vortos-observability contains the following files

Loading the files please wait ...